/* HudCo Construction — Marketing site + Booking drawer styles
   Composes design-system tokens from _ds/hudco-design-system-e27b9bb4-481b-4f42-ac03-4f70687758d0/styles.css */

/* ---- Base ---- */
html { scroll-behavior: smooth; }
.mk { font-family: var(--font-sans); color: var(--text-body); background: var(--canvas); }
.mk *, .mk *::before, .mk *::after { box-sizing: border-box; }
.mk-wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }
.mk h1, .mk h2, .mk h3 { font-family: var(--font-display); color: var(--text-strong); letter-spacing: -0.01em; }

/* ---- Header ---- */
.mk-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--cream-200) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.mk-header__bar { display: flex; align-items: center; gap: 28px; height: 76px; }
.mk-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.mk-brand img { width: 42px; height: 42px; }
.mk-brand b { font-family: var(--font-display); font-weight: 800; font-size: 21px; color: var(--slate-500); letter-spacing: -0.02em; }
.mk-nav { display: flex; gap: 6px; margin-left: 8px; }
.mk-nav a { font-size: 15px; font-weight: 500; color: var(--ink-600); padding: 8px 12px; border-radius: var(--radius-sm); text-decoration: none; transition: color .15s, background .15s; }
.mk-nav a:hover { color: var(--slate-600); background: var(--slate-50); }
.mk-header__right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.mk-phone { display: flex; align-items: center; gap: 7px; font-weight: 600; color: var(--slate-600); font-size: 15px; text-decoration: none; }
.mk-phone svg { width: 17px; height: 17px; color: var(--teal-600); }

/* ---- Hero ---- */
.mk-hero { padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }
.mk-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.mk-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-700); margin-bottom: 18px; }
.mk-eyebrow svg { width: 15px; height: 15px; }
.mk-hero h1 { font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4rem); font-weight: 800; line-height: 1.04; letter-spacing: -0.025em; margin: 0 0 18px; text-wrap: balance; }
.mk-hero h1 em { font-style: normal; color: var(--teal-600); }
.mk-hero__sub { font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); color: var(--ink-600); line-height: 1.55; max-width: 30em; margin: 0 0 26px; text-wrap: pretty; }
.mk-hero__trust { display: flex; align-items: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }
.mk-trustitem { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-600); font-weight: 500; }
.mk-trustitem svg { width: 18px; height: 18px; color: var(--success); }
.mk-trustitem b { color: var(--text-strong); font-weight: 700; }

/* hero visual / estimator */
.mk-hero__visual { position: relative; }
.mk-photo { position: relative; border-radius: var(--radius-2xl, 24px); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); background: radial-gradient(120% 90% at 30% 0%, #d6ecf0 0%, transparent 55%), linear-gradient(160deg, var(--slate-400) 0%, var(--slate-600) 100%); }
.mk-photo__label { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.92); font-size: 13px; font-weight: 500; background: linear-gradient(transparent, rgba(20,36,46,.6)); }
.mk-photo__label svg { width: 16px; height: 16px; }
.mk-floatcard { position: absolute; background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.mk-floatcard--track { left: -28px; bottom: 56px; }
.mk-floatcard--price { right: -22px; top: 38px; flex-direction: column; align-items: flex-start; gap: 6px; }
.mk-floatcard__t { font-size: 13px; font-weight: 600; color: var(--text-strong); line-height: 1.2; }

/* estimator */
.mk-estimator { background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--ring-hairline), var(--shadow-md); padding: 18px; margin-top: 26px; display: grid; gap: 14px; }
.mk-estimator__row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; }
.mk-estimator__out { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 14px; border-top: 1px dashed var(--border-strong); }

/* ---- Section frame ---- */
.mk-section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.mk-section--cream { background: var(--canvas); }
.mk-section--white { background: var(--cream-50); }
.mk-section__head { max-width: 640px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.mk-section__head h2 { font-size: clamp(1.9rem, 1.4rem + 1.8vw, 2.9rem); font-weight: 800; margin: 10px 0 12px; letter-spacing: -0.02em; text-wrap: balance; }
.mk-section__head p { font-size: 1.08rem; color: var(--ink-600); margin: 0; line-height: 1.55; text-wrap: pretty; }

/* ---- Services grid ---- */
.mk-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-service { display: flex; flex-direction: column; gap: 12px; height: 100%; }
.mk-service__icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--teal-50); color: var(--teal-600); display: grid; place-items: center; }
.mk-service__icon svg { width: 24px; height: 24px; }
.mk-service h3 { font-size: 18px; margin: 0; }
.mk-service p { font-size: 14px; color: var(--ink-600); margin: 0; line-height: 1.5; flex: 1; text-wrap: pretty; }
.mk-service__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }

/* ---- How it works ---- */
.mk-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.mk-step { display: flex; flex-direction: column; gap: 12px; }
.mk-step__num { width: 44px; height: 44px; border-radius: 50%; background: var(--slate-500); color: #fff; font-family: var(--font-display); font-weight: 800; display: grid; place-items: center; font-size: 18px; }
.mk-step h3 { font-size: 17px; margin: 4px 0 0; }
.mk-step p { font-size: 14px; color: var(--ink-600); margin: 0; line-height: 1.5; text-wrap: pretty; }

/* ---- Trust band (slate) ---- */
.mk-trust { background: var(--slate-500); color: #fff; }
.mk-trust h2 { color: #fff; }
.mk-trust .mk-section__head p { color: rgba(255,255,255,.8); }
.mk-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 44px; }
.mk-stat { text-align: center; }
.mk-stat__n { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 1.4rem + 2vw, 3rem); color: #fff; line-height: 1; letter-spacing: -0.02em; }
.mk-stat__l { font-size: 14px; color: rgba(255,255,255,.72); margin-top: 8px; }
.mk-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mk-review { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 22px; display: grid; gap: 14px; }
.mk-review__q { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.92); margin: 0; text-wrap: pretty; }
.mk-review__by { display: flex; align-items: center; gap: 11px; }
.mk-review__by b { font-size: 14px; color: #fff; display: block; }
.mk-review__by span { font-size: 13px; color: rgba(255,255,255,.65); }

/* ---- CTA band ---- */
.mk-cta { background: var(--teal-600); color: #fff; text-align: center; }
.mk-cta__inner { padding: clamp(3rem, 6vw, 5rem) 0; display: grid; gap: 22px; justify-items: center; }
.mk-cta h2 { color: #fff; font-size: clamp(2rem, 1.4rem + 2vw, 3rem); font-weight: 800; margin: 0; max-width: 16em; text-wrap: balance; }
.mk-cta p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin: 0; }

/* ---- Footer ---- */
.mk-footer { background: var(--slate-700); color: rgba(255,255,255,.7); padding: clamp(3rem,5vw,4.5rem) 0 2rem; }
.mk-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mk-footer__brand img { width: 46px; height: 46px; margin-bottom: 14px; }
.mk-footer__brand p { font-size: 14px; line-height: 1.6; max-width: 26em; margin: 0; text-wrap: pretty; }
.mk-footer h4 { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 0 0 14px; font-weight: 700; }
.mk-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.mk-footer a { color: rgba(255,255,255,.78); font-size: 14px; text-decoration: none; transition: color .15s; }
.mk-footer a:hover { color: #fff; }
.mk-footer__fam span { display: inline-flex; align-items: center; gap: 6px; }
.mk-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 13px; color: rgba(255,255,255,.55); flex-wrap: wrap; gap: 10px; }

/* ===========================
   Booking Drawer Chrome
   =========================== */
.bk-backdrop { position: fixed; inset: 0; background: rgba(20,36,46,.5); z-index: 100; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; backdrop-filter: blur(2px); }
.bk-backdrop--open { opacity: 1; visibility: visible; }

.bk-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: 480px; max-width: 100vw; background: var(--canvas); z-index: 101; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); box-shadow: -8px 0 48px rgba(20,36,46,.18); }
.bk-drawer--open { transform: translateX(0); }

.bk-header { display: flex; align-items: center; gap: 12px; padding: 18px 18px 14px; border-bottom: 1px solid var(--border); flex: none; background: var(--surface); }
.bk-title { flex: 1; font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--text-strong); margin: 0; letter-spacing: -0.01em; text-align: center; }
.bk-icon-btn { width: 36px; height: 36px; flex: none; border-radius: var(--radius-sm); border: none; background: transparent; cursor: pointer; display: grid; place-items: center; color: var(--text-body); padding: 0; transition: background .15s; }
.bk-icon-btn:hover { background: var(--cream-300); }
.bk-icon-btn svg { width: 20px; height: 20px; }
.bk-placeholder { width: 36px; flex: none; }

.bk-progress { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 20px; background: var(--surface); border-bottom: 1px solid var(--border); flex: none; }
.bk-pdot { width: 8px; height: 8px; border-radius: 50%; background: var(--cream-400); transition: all .2s; }
.bk-pdot--active { background: var(--teal-500); width: 22px; border-radius: 4px; }
.bk-pdot--done { background: var(--teal-600); }

.bk-body { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.bk-body::-webkit-scrollbar { width: 5px; }
.bk-body::-webkit-scrollbar-thumb { background: var(--cream-400); border-radius: 3px; }

.bk-dock { flex: none; padding: 14px 20px; background: var(--surface); border-top: 1px solid var(--border); display: flex; align-items: center; gap: 14px; box-shadow: 0 -8px 24px rgba(47,89,114,.06); }
.bk-dock__price { display: flex; flex-direction: column; gap: 1px; }
.bk-dock__price small { font-size: 11px; color: var(--text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

/* ===========================
   Booking Flow (inner content)
   =========================== */
.ap-label { font-size: 13px; font-weight: 700; color: var(--text-strong); margin: 4px 0 -4px; display: flex; align-items: center; justify-content: space-between; }
.ap-srow { display: flex; align-items: center; gap: 13px; }
.ap-srow__ic { width: 46px; height: 46px; flex: none; border-radius: var(--radius-md); background: var(--teal-50); color: var(--teal-600); display: grid; place-items: center; }
.ap-srow__ic svg { width: 23px; height: 23px; }
.ap-srow__info { flex: 1; min-width: 0; }
.ap-srow__info b { font-size: 15px; font-weight: 700; color: var(--text-strong); display: block; }
.ap-srow__info span { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 5px; margin-top: 2px; }

.ap-hero { height: 150px; border-radius: var(--radius-lg); display: grid; place-items: center; color: rgba(255,255,255,.8); background: radial-gradient(120% 100% at 20% 0%, #d6ecf0 0%, transparent 55%), linear-gradient(150deg, var(--slate-400), var(--slate-600)); }
.ap-hero span { font-size: 12px; display: flex; align-items: center; gap: 6px; }
.ap-hero span svg, .ap-hero > svg { width: 15px; height: 15px; }
.ap-detail__title { font-family: var(--font-display); font-size: 23px; font-weight: 800; color: var(--text-strong); margin: 0; letter-spacing: -.01em; }
.ap-detail__meta { display: flex; align-items: center; gap: 12px; margin-top: 6px; font-size: 13px; color: var(--text-muted); }
.ap-incl { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ap-incl li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-body); line-height: 1.4; }
.ap-incl li svg { width: 18px; height: 18px; color: var(--success); flex: none; margin-top: 1px; }

.ap-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.ap-days::-webkit-scrollbar { display: none; }
.ap-day { flex: none; width: 62px; padding: 10px 0; border-radius: var(--radius-md); background: var(--surface); border: 1.5px solid var(--border); text-align: center; cursor: pointer; transition: all .15s; }
.ap-day:hover { border-color: var(--teal-300); }
.ap-day--on { background: var(--teal-50); border-color: var(--teal-500); }
.ap-day small { display: block; font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; }
.ap-day b { display: block; font-family: var(--font-display); font-size: 19px; font-weight: 800; color: var(--text-strong); margin-top: 2px; }
.ap-day--on b { color: var(--teal-700); }

.ap-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ap-slot { padding: 12px; border-radius: var(--radius-md); background: var(--surface); border: 1.5px solid var(--border); font-size: 14px; font-weight: 600; color: var(--text-body); cursor: pointer; text-align: center; transition: all .15s; }
.ap-slot:hover:not(:disabled) { border-color: var(--teal-300); }
.ap-slot--on { background: var(--teal-500); border-color: var(--teal-500); color: #fff; }
.ap-slot--off { opacity: .4; cursor: not-allowed; }

.ap-break { display: grid; gap: 11px; }
.ap-break__r { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--text-body); }
.ap-break__r > span:first-child, .ap-break__r > b:first-child { color: var(--text-muted); }
.ap-break__tot { border-top: 1px dashed var(--border-strong); padding-top: 12px; margin-top: 2px; }
.ap-break__tot b { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--text-strong); }

.ap-map { height: 180px; border-radius: var(--radius-lg); position: relative; overflow: hidden; background: linear-gradient(0deg, rgba(1,151,178,.06), rgba(1,151,178,.06)), repeating-linear-gradient(0deg, transparent 0 23px, rgba(47,89,114,.07) 23px 24px), repeating-linear-gradient(90deg, transparent 0 23px, rgba(47,89,114,.07) 23px 24px), var(--cream-100); }
.ap-map__route { position: absolute; left: 18%; top: 70%; right: 30%; bottom: 22%; border-top: 3px dashed var(--teal-500); border-radius: 0 0 0 12px; }
.ap-map__pin { position: absolute; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; transform: translate(-50%,-50%); box-shadow: var(--shadow-md); }
.ap-map__pin svg { width: 18px; height: 18px; }
.ap-map__pin--pro { left: 26%; top: 66%; background: var(--teal-500); }
.ap-map__pin--home { left: 70%; top: 78%; background: var(--slate-500); }
.ap-procard { display: flex; align-items: center; gap: 13px; }
.ap-procard__info { flex: 1; }
.ap-procard__info b { font-weight: 700; font-size: 16px; color: var(--text-strong); display: block; }
.ap-procard__actions { display: flex; gap: 8px; }
.ap-success { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 24px 0 16px; }
.ap-success__ic { width: 64px; height: 64px; border-radius: 50%; background: var(--success-subtle); color: var(--success); display: grid; place-items: center; margin-bottom: 4px; }
.ap-success__ic svg { width: 32px; height: 32px; }

/* ---- Cart badge & brand sub ---- */
.mk-brand__sub { font-weight: 500; color: var(--teal-700); font-size: 0.88em; letter-spacing: 0; }
.mk-cart-btn { position: relative; width: 44px; height: 44px; border-radius: var(--radius-md); background: transparent; border: 1.5px solid var(--border); cursor: pointer; display: grid; place-items: center; color: var(--text-body); transition: background .15s; flex-shrink: 0; }
.mk-cart-btn:hover { background: var(--cream-300); }
.mk-cart-btn svg { width: 20px; height: 20px; }
.mk-cart-badge { position: absolute; top: -5px; right: -5px; background: var(--teal-500); color: #fff; font-size: 11px; font-weight: 700; border-radius: 50%; width: 18px; height: 18px; display: grid; place-items: center; font-family: var(--font-sans); line-height: 1; }

/* ---- Quantity controls ---- */
.bk-qty { display: flex; align-items: center; gap: 6px; margin: 0 8px; flex-shrink: 0; }
.bk-qty__btn { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--surface); color: var(--text-body); font-size: 17px; cursor: pointer; display: grid; place-items: center; transition: all .15s; font-weight: 700; padding: 0; line-height: 1; }
.bk-qty__btn:hover { border-color: var(--teal-500); color: var(--teal-600); background: var(--teal-50); }
.bk-qty__n { font-weight: 700; font-size: 15px; min-width: 20px; text-align: center; color: var(--text-strong); }

/* ---- Cart summary + pill ---- */
.bk-cart-summary { background: var(--cream-100); border-radius: var(--radius-md); padding: 12px 14px; display: grid; gap: 7px; border: 1px solid var(--border); }
.bk-cart-summary__row { display: flex; justify-content: space-between; font-size: 14px; }
.bk-cart-summary__row span { color: var(--text-muted); }
.bk-cart-summary__row b { color: var(--text-strong); }
.bk-cart-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--teal-50); border: 1px solid var(--teal-200); border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; color: var(--teal-700); }

/* ---- Photo upload ---- */
.bk-upload { display: block; cursor: pointer; }
.bk-upload__placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 108px; border: 2px dashed var(--border-strong); border-radius: var(--radius-md); background: var(--cream-100); color: var(--text-muted); text-align: center; padding: 20px 16px; transition: border-color .15s, background .15s; }
.bk-upload__placeholder:hover, .bk-upload:hover .bk-upload__placeholder { border-color: var(--teal-400); background: var(--teal-50); color: var(--teal-700); }
.bk-upload__placeholder svg { width: 26px; height: 26px; }
.bk-upload__placeholder small { font-size: 12px; color: var(--text-subtle); }
.bk-upload__preview { position: relative; border-radius: var(--radius-md); overflow: hidden; }
.bk-upload__remove { position: absolute; top: 8px; right: 8px; background: rgba(20,36,46,.75); color: #fff; border: none; border-radius: var(--radius-sm); padding: 5px 10px; font-size: 12px; cursor: pointer; display: flex; align-items: center; gap: 4px; font-family: var(--font-sans); font-weight: 600; }
.bk-upload__remove:hover { background: rgba(20,36,46,.9); }

/* ---- Responsive ---- */
@media (max-width: 920px) {
  .mk-hero__grid { grid-template-columns: 1fr; }
  .mk-hero__visual { display: none; }
  .mk-services, .mk-steps, .mk-stats, .mk-reviews { grid-template-columns: 1fr 1fr; }
  .mk-footer__grid { grid-template-columns: 1fr 1fr; }
  .mk-nav, .mk-phone { display: none; }
}
@media (max-width: 560px) {
  .mk-services, .mk-steps, .mk-stats, .mk-reviews, .mk-footer__grid { grid-template-columns: 1fr; }
  .bk-drawer { width: 100%; }
}
