/* =========================================================
   Hermes Haul — design system
   Theme: warm off-black, metallic gold, warm off-white
   ========================================================= */

:root {
  /* palette */
  --ink:        #0c0c0e;   /* page base */
  --ink-2:      #111114;   /* raised surfaces */
  --ink-3:      #17171c;   /* cards */
  --ink-line:   #26262e;   /* hairlines */
  --paper:      #f6f3ec;   /* primary text (warm white) */
  --paper-dim:  #b4b0a6;   /* secondary text */
  --paper-faint:#807c73;   /* tertiary text */

  --gold:       #d4af37;
  --gold-soft:  #e8c976;
  --gold-deep:  #a9821f;
  --gold-grad:  linear-gradient(135deg, #f3d488 0%, #d4af37 45%, #a9821f 100%);

  --radius:     16px;
  --radius-sm:  11px;
  --radius-pill:999px;

  --shadow:     0 22px 50px -24px rgba(0,0,0,.85);
  --shadow-gold:0 16px 38px -18px rgba(212,175,55,.45);

  --maxw:       1140px;
  --gut:        clamp(20px, 5vw, 40px);

  --font-display: "Big Shoulders Display", "Arial Narrow", system-ui, sans-serif;
  --font-body:    "Manrope", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--paper);
  background-color: var(--ink);
  background-image:
    radial-gradient(1100px 600px at 80% -10%, rgba(212,175,55,.10), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(212,175,55,.05), transparent 55%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: .98;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 .4em;
}

p { margin: 0 0 1em; }
.lead { color: var(--paper-dim); font-size: 1.08rem; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(56px, 9vw, 104px); }
.section--tight { padding-block: clamp(40px, 6vw, 72px); }

.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-weight: 700;
  font-size: .82rem;
  color: var(--gold);
  margin: 0 0 .9rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--gold-grad); }

.section-head { max-width: 660px; margin-bottom: clamp(32px, 5vw, 52px); }
.section-head h2 { font-size: clamp(2rem, 6.5vw, 3.4rem); }
.center { text-align: center; margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* gold word highlight */
.gold { color: var(--gold); }
.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.02rem;
  padding: .92rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .25s, color .2s;
  will-change: transform;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn--gold {
  background: var(--gold-grad);
  color: #1a1407;
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -16px rgba(212,175,55,.6); }
.btn--ghost {
  background: rgba(255,255,255,.02);
  border-color: var(--ink-line);
  color: var(--paper);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(12,12,14,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ink-line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 70px;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; margin-right: auto; }
.brand svg { width: 42px; height: 42px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name b {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.34rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--paper);
}
.brand-name span {
  font-size: .62rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}

.nav { display: none; }
.nav a {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; font-size: .96rem; color: var(--paper-dim);
  padding: .4rem .1rem; position: relative;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--paper); }
.nav a[aria-current="page"]::after {
  content:""; position:absolute; left:0; right:0; bottom:-3px; height:2px; background: var(--gold-grad);
}

.header-phone {
  display: none;
  font-family: var(--font-display); font-weight: 800; letter-spacing: .04em;
  font-size: 1.05rem; color: var(--paper);
  padding: .55rem 1.05rem; border: 1px solid var(--ink-line); border-radius: var(--radius-pill);
}
.header-phone:hover { border-color: var(--gold); color: var(--gold); }
.header-phone svg { width: 1em; height: 1em; color: var(--gold); }

.nav-toggle {
  display: inline-flex; flex-direction: column; gap: 5px; justify-content:center;
  width: 46px; height: 42px; padding: 0 11px; background: transparent;
  border: 1px solid var(--ink-line); border-radius: 12px; cursor: pointer;
}
.nav-toggle span { height: 2px; background: var(--paper); border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.mobile-nav {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .3s var(--ease);
  background: var(--ink-2); border-bottom: 1px solid var(--ink-line);
  position: sticky; top: 70px; z-index: 79;
}
.mobile-nav.open { grid-template-rows: 1fr; }
.mobile-nav > div { overflow: hidden; }
.mobile-nav nav { display: flex; flex-direction: column; padding: .5rem var(--gut) 1.1rem; }
.mobile-nav a {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; font-size: 1.12rem; padding: .85rem 0;
  border-bottom: 1px solid var(--ink-line); color: var(--paper);
}
.mobile-nav a[aria-current="page"] { color: var(--gold); }
.mobile-nav .btn { margin-top: 1rem; }

/* ---------- hero ---------- */
.hero { position: relative; padding-block: clamp(48px, 8vw, 92px); overflow: hidden; }
.hero::after {
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(620px 380px at 78% 18%, rgba(212,175,55,.14), transparent 62%);
}
.hero-grid { display: grid; gap: clamp(34px, 6vw, 56px); align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  border: 1px solid var(--ink-line); border-radius: var(--radius-pill);
  padding: .4rem .9rem; font-size: .82rem; color: var(--paper-dim);
  letter-spacing: .04em; margin-bottom: 1.2rem;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(212,175,55,.18); }
.hero h1 {
  font-size: clamp(2.6rem, 11vw, 5.1rem);
  margin-bottom: .35em;
}
.hero p.lead { font-size: clamp(1.05rem, 3.4vw, 1.28rem); max-width: 36ch; }
.hero .btn-row { margin-top: 1.8rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 1.1rem 1.6rem; margin-top: 1.9rem; }
.hero-points li {
  list-style: none; display: flex; align-items: center; gap: .5rem;
  color: var(--paper-dim); font-size: .94rem; font-weight: 600;
}
.hero-points svg { width: 18px; height: 18px; color: var(--gold); flex: none; }

.hero-emblem {
  position: relative; justify-self: center; width: min(360px, 80%);
  aspect-ratio: 1; display: grid; place-items: center;
}
.hero-emblem::before {
  content:""; position:absolute; inset: 8%;
  border-radius: 50%; background: radial-gradient(circle at 50% 40%, rgba(212,175,55,.16), transparent 65%);
}
.hero-emblem :is(svg, img) { width: 100%; height: auto; filter: drop-shadow(0 18px 40px rgba(0,0,0,.6)); animation: floaty 7s var(--ease) infinite; }
@keyframes floaty { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* ---------- cards / services ---------- */
.grid { display: grid; gap: clamp(16px, 2.4vw, 22px); }
@media (min-width: 620px){ .grid--2 { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 860px){
  .grid--3 { grid-template-columns: repeat(3,1fr); }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 1040px){ .grid--4 { grid-template-columns: repeat(4,1fr); } }

.card {
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem;
  position: relative;
  transition: transform .22s var(--ease), border-color .22s, box-shadow .25s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(212,175,55,.5); box-shadow: var(--shadow); }
.card .icon {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(212,175,55,.1); border: 1px solid rgba(212,175,55,.32); margin-bottom: 1.1rem;
}
.card .icon svg { width: 26px; height: 26px; color: var(--gold); }
.card h3 { font-size: 1.5rem; }
.card p { color: var(--paper-dim); margin-bottom: 0; font-size: .98rem; }
.card .more {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.1rem;
  color: var(--gold); font-weight: 700; font-size: .9rem; letter-spacing: .02em;
}
.card .more svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .more svg { transform: translateX(4px); }
a.card { color: inherit; }

/* ---------- feature list (why choose) ---------- */
.feature { display: flex; gap: 1rem; align-items: flex-start; }
.feature .tick {
  flex: none; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: var(--gold-grad); color: #1a1407;
}
.feature .tick svg { width: 22px; height: 22px; }
.feature h3 { font-size: 1.3rem; margin-bottom: .25em; }
.feature p { color: var(--paper-dim); font-size: .96rem; margin: 0; }

/* ---------- process steps ---------- */
.steps { counter-reset: step; }
.step { position: relative; padding-top: 1.4rem; }
.step .num {
  font-family: var(--font-display); font-weight: 800; font-size: 3.2rem; line-height: 1;
  -webkit-text-stroke: 1.5px var(--gold); color: transparent; margin-bottom: .35rem;
}
.step h3 { font-size: 1.45rem; }
.step p { color: var(--paper-dim); margin: 0; font-size: .98rem; }

/* ---------- areas served ---------- */
.areas { display: flex; flex-wrap: wrap; gap: .7rem; }
.areas span {
  border: 1px solid var(--ink-line); border-radius: var(--radius-pill);
  padding: .55rem 1.1rem; font-weight: 600; font-size: .95rem; color: var(--paper-dim);
  background: rgba(255,255,255,.02);
}
.areas span:hover { border-color: var(--gold); color: var(--paper); }

/* ---------- testimonials ---------- */
.quote { display: flex; flex-direction: column; }
.quote .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: .8rem; }
.quote blockquote { margin: 0 0 1.2rem; font-size: 1.06rem; color: var(--paper); line-height: 1.6; }
.quote .who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.quote .avatar {
  width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--gold-grad); color: #1a1407; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem;
}
.quote .who b { display: block; font-size: .98rem; }
.quote .who small { color: var(--paper-faint); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; max-width: 820px; margin-inline: auto; }
.faq details {
  border: 1px solid var(--ink-line); border-radius: var(--radius-sm);
  background: var(--ink-2); overflow: hidden;
}
.faq details[open] { border-color: rgba(212,175,55,.45); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
  font-size: 1.08rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 22px; height: 22px; position: relative; }
.faq summary .pm::before, .faq summary .pm::after {
  content:""; position:absolute; inset:0; margin:auto; background: var(--gold); border-radius: 2px;
}
.faq summary .pm::before { width: 14px; height: 2px; }
.faq summary .pm::after { width: 2px; height: 14px; transition: transform .25s; }
.faq details[open] summary .pm::after { transform: scaleY(0); }
.faq p { color: var(--paper-dim); padding: 0 1.3rem 1.2rem; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--gold-grad); color: #1a1407; border-radius: clamp(18px,3vw,26px);
  padding: clamp(34px,6vw,60px); text-align: center; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(2rem,6vw,3.2rem); color: #1a1407; }
.cta-band p { color: #3b2f10; font-weight: 600; max-width: 50ch; margin-inline: auto; }
.cta-band .btn--dark { background: #14110a; color: var(--gold-soft); }
.cta-band .btn--dark:hover { background: #000; }
.cta-band .btn--ghost { border-color: rgba(26,20,7,.45); color: #1a1407; background: transparent; }
.cta-band .btn--ghost:hover { background: rgba(26,20,7,.1); color:#1a1407; border-color:#1a1407; }
.cta-band .btn-row { justify-content: center; margin-top: 1.6rem; }

/* ---------- contact / form ---------- */
.contact-grid { display: grid; gap: clamp(28px,5vw,48px); }
@media (min-width: 900px){ .contact-grid { grid-template-columns: 1fr 1.1fr; align-items: start; } }

.contact-info .channel {
  display: flex; gap: 1rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--ink-line);
}
.contact-info .channel:last-child { border-bottom: 0; }
.contact-info .channel .ic {
  width: 48px; height: 48px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: rgba(212,175,55,.1); border: 1px solid rgba(212,175,55,.3); color: var(--gold);
}
.contact-info .channel .ic svg { width: 22px; height: 22px; }
.contact-info .channel b { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.25rem; }
.contact-info .channel small { color: var(--paper-faint); display: block; }

.form-card {
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--ink-line); border-radius: var(--radius);
  padding: clamp(22px,4vw,34px); box-shadow: var(--shadow);
}
.field { margin-bottom: 1.05rem; }
.field label {
  display: block; font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; font-size: .82rem; color: var(--paper-dim); margin-bottom: .45rem;
}
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--paper);
  background: var(--ink); border: 1px solid var(--ink-line); border-radius: 11px;
  padding: .85rem 1rem; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
.field input::placeholder, .field textarea::placeholder { color: var(--paper-faint); }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .85rem; color: var(--paper-faint); margin-top: .9rem; text-align: center; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--ink-line); background: var(--ink-2); padding-block: clamp(40px,6vw,64px) 0; }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 760px){ .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-brand .brand { margin: 0 0 1rem; }
.footer-brand p { color: var(--paper-dim); font-size: .96rem; max-width: 34ch; }
.footer-phone {
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: .03em;
  color: var(--gold); display: inline-block; margin-top: .4rem;
}
.footer-col h4 { font-size: 1.05rem; letter-spacing: .12em; color: var(--paper); }
.footer-col a, .footer-col p { color: var(--paper-dim); display: block; padding: .28rem 0; font-size: .96rem; margin: 0; }
.footer-col a:hover { color: var(--gold); }
.footer-tags { color: var(--paper-faint); font-size: .9rem; letter-spacing: .02em; }
.footer-bottom {
  margin-top: 2.4rem; border-top: 1px solid var(--ink-line); padding-block: 1.4rem 2rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; justify-content: space-between; align-items: center;
  color: var(--paper-faint); font-size: .86rem;
}

/* ---------- sticky mobile call bar ---------- */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: flex; gap: .6rem; padding: .6rem .7rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(12,12,14,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--ink-line);
}
.call-bar a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  font-size: 1.05rem; padding: .9rem; border-radius: var(--radius-pill);
}
.call-bar svg { width: 1.15em; height: 1.15em; }
.call-bar .c-call { background: var(--gold-grad); color: #1a1407; }
.call-bar .c-text { background: rgba(255,255,255,.05); color: var(--paper); border: 1px solid var(--ink-line); }
body { padding-bottom: 76px; } /* room for call bar on mobile */

/* ---------- page hero (interior) ---------- */
.page-hero { padding-block: clamp(40px,7vw,72px); position: relative; }
.page-hero .breadcrumb { color: var(--paper-faint); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.4rem, 8vw, 4rem); }
.page-hero p { max-width: 56ch; }

/* checklist */
.checklist { display: grid; gap: .7rem; padding: 0; margin: 1.4rem 0 0; }
.checklist li { list-style: none; display: flex; gap: .7rem; align-items: flex-start; color: var(--paper-dim); }
.checklist svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 3px; }
.checklist b { color: var(--paper); }

/* split panel */
.split { display: grid; gap: clamp(28px,5vw,52px); align-items: center; }
@media (min-width: 880px){ .split { grid-template-columns: 1fr 1fr; } .split--rev > :first-child { order: 2; } }
.panel {
  background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--ink-line); border-radius: var(--radius); padding: clamp(22px,4vw,34px);
}

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-emblem :is(svg, img) { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- desktop nav switch ---------- */
@media (min-width: 940px){
  .nav { display: flex; gap: 1.6rem; align-items: center; }
  .header-phone { display: inline-flex; align-items: center; gap: .45rem; margin-left: 1rem; }
  .nav-toggle, .mobile-nav { display: none; }
  .call-bar { display: none; }
  body { padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; }
  .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
  .steps .step::after {
    content:""; position:absolute; top: 2.6rem; right: -1rem; width: 2rem; height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
  }
  .steps .step:last-child::after { display:none; }
}
@media (min-width: 940px) and (max-width: 1100px){
  .nav { gap: 1.1rem; }
  .nav a { font-size: .88rem; }
}
