/* ============================================================
   Custom Disc Golf Tee Signs — component styles for the
   static (crawlable, editable) site. Uses the tokens from
   styles.css. Plain classes, semantic HTML.
   ============================================================ */

.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: 820px; }
img { max-width: 100%; height: auto; display: block; }

/* ---------- Eyebrow / headings ---------- */
.eyebrow { font-family: var(--font-display); font-weight: 300; font-size: 13px; text-transform: uppercase; letter-spacing: .3em; color: var(--fg2); display: inline-block; }
.eyebrow.amber { color: var(--flight-600); }
.eyebrow.pine { color: var(--pine); }
.eyebrow.on-dark { color: var(--flight); }
h1, h2, h3 { font-family: var(--font-display); color: var(--fg1); margin: 0; }
.section { padding: 80px 0; }
.section.sand { background: var(--sand); }
.section.moss { background: var(--moss); }
.section-head { max-width: 700px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-weight: 700; font-size: clamp(28px,3.6vw,40px); line-height: 1.08; text-transform: uppercase; letter-spacing: .01em; }
.section-head .eyebrow { display: block; margin-bottom: 14px; }
.section-head p { font-family: var(--font-body); font-size: 16.5px; line-height: 1.6; color: var(--fg2); margin: 14px 0 0; max-width: 620px; }
.section-head.center p { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-display); font-weight: 700; border: none; border-radius: var(--r-sm); cursor: pointer; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; transition: all 180ms var(--ease); font-size: 13.5px; padding: 13px 24px; }
.btn svg { width: 16px; height: 16px; }
.btn-sm { font-size: 12px; padding: 9px 17px; }
.btn-lg { font-size: 15px; padding: 16px 30px; }
.btn-accent { background: var(--flight); color: #fff !important; }
.btn-accent:hover { background: var(--flight-600); color: #fff !important; }
.btn-primary { background: var(--pine); color: #fff !important; }
.btn-primary:hover { background: var(--pine-700); color: #fff !important; }
.btn-ghost { background: transparent; color: var(--pine); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { background: var(--moss); border-color: var(--pine); }
.btn-onpine { background: var(--paper); color: var(--pine); }
.btn-onpine:hover { background: #fff; }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn-outline:hover { background: rgba(255,255,255,.12); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,244,234,.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { max-width: 1400px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 104px; }
.brand { display: block; line-height: 0; }
.brand img { height: 56px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 34px; }
.main-nav a { font-family: var(--font-display); font-weight: 500; font-size: 17px; text-decoration: none; color: var(--fg1); transition: color 150ms; }
.main-nav a:hover, .main-nav a.active { color: var(--flight); }
.main-nav > .btn-accent { min-width: 188px; justify-content: center; padding: 13px 22px; color: var(--ink) !important; font-size: 15px; }
.main-nav .dropdown { position: relative; }
.main-nav .dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.main-nav .arrow { font-size: 10px; line-height: 1; }
.main-nav .submenu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
  min-width: 260px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  border-radius: var(--r-md);
  display: none;
  z-index: 40;
}
.main-nav .dropdown:hover .submenu,
.main-nav .dropdown:focus-within .submenu { display: block; }
.main-nav .submenu a { display: block; padding: 11px 14px; color: var(--fg1) !important; white-space: normal; }
.main-nav .submenu a:hover { color: var(--flight) !important; }
.nav-toggle-btn { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--fg1); line-height: 0; }
.nav-toggle-btn svg { width: 28px; height: 28px; }

/* ---------- Hero (home) — full-bleed photo, content bottom-left ---------- */
.hero { position: relative; min-height: 640px; display: flex; align-items: flex-end; overflow: hidden; margin-top: 0; background: var(--pine-900); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,19,12,.9) 0%, rgba(16,19,12,.42) 50%, rgba(16,19,12,.28) 100%); }
.hero-inner { position: relative; padding: 124px 0 72px; max-width: 920px; }
.hero h1 { font-weight: 800; font-size: clamp(40px,5.6vw,76px); line-height: 1; text-transform: uppercase; letter-spacing: .005em; color: var(--paper); margin: 18px 0 0; }
.hero .lead { font-family: var(--font-body); font-size: clamp(16px,1.7vw,19px); line-height: 1.6; color: rgba(255,255,255,.88); margin: 22px 0 0; max-width: 600px; }
.hero .eyebrow { color: var(--flight); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 32px; }
/* Transparent header sitting over the hero on the home page — sticky, solidifies on scroll */
body.home .site-header { position: sticky; top: 0; background: rgba(247,244,234,.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: background 220ms ease, border-color 220ms ease; }
body.home .site-header .main-nav .menu a { color: var(--fg1); }
body.home .site-header .main-nav .menu a:hover, body.home .site-header .main-nav .menu a.active { color: var(--flight); }
body.home .site-header .brand img { filter: none; }
body.home .nav-toggle-btn { color: var(--fg1); }
/* solid state once the user scrolls — keeps the menu readable over page content */
body.home .site-header.is-solid { background: rgba(247,244,234,.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
body.home .site-header.is-solid .brand img { filter: none; }
body.home .site-header.is-solid .nav-toggle-btn { color: var(--fg1); }
body.home .site-header.is-solid .main-nav .menu a { color: var(--fg1); }
body.home .site-header.is-solid .main-nav .menu a:hover, body.home .site-header.is-solid .main-nav .menu a.active { color: var(--flight); }
@media (max-width: 940px) {
  body.home .site-header { position: sticky; background: rgba(247,244,234,.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
  body.home .site-header .brand img { filter: none; }
  body.home .nav-toggle-btn { color: var(--fg1); }
  body.home .site-header .main-nav .menu a { color: var(--fg1); }
  .hero { margin-top: 0; }
}

/* ---------- Home gallery mosaic ---------- */
.home-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px; }
.work-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 26px; }
.work-head h2 { font-weight: 800; font-size: clamp(30px,3.8vw,46px); line-height: 1.04; text-transform: uppercase; letter-spacing: .01em; }
.work-head p { font-family: var(--font-body); font-size: 16.5px; line-height: 1.6; color: var(--fg2); }
.mtile { position: relative; border-radius: var(--r-md); overflow: hidden; text-decoration: none; display: block; }
.mtile.big { grid-column: span 2; grid-row: span 2; }
.mtile img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms var(--ease); }
.mtile:hover img { transform: scale(1.05); }
.mtile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,19,12,.82), transparent 55%); }
.mtile .mcap { position: absolute; left: 14px; bottom: 12px; z-index: 2; }
.mtile .mcap .mc-course { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: .02em; }
.mtile.big .mcap .mc-course { font-size: 18px; }
.mtile .mcap .mc-detail { font-family: var(--font-body); font-size: 12.5px; color: rgba(255,255,255,.8); }
.mtile-cta { display: flex; flex-direction: column; justify-content: center; gap: 8px; min-height: 100%; padding: 22px; background: var(--pine); color: var(--paper); }
.mtile-cta::after { display: none; }
.mtile-cta svg { width: 26px; height: 26px; margin-top: 8px; color: var(--flight); }
.mc-cta-label { font-family: var(--font-display); font-weight: 800; font-size: 20px; line-height: 1.05; text-transform: uppercase; color: var(--paper); }
.mc-cta-sub { font-family: var(--font-body); font-size: 14px; color: rgba(255,255,255,.72); }
.work-foot { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 22px; font-family: var(--font-body); font-size: 14px; color: var(--fg2); }
.work-foot > span { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--pine); }
.work-courses { display: flex; gap: 8px; flex-wrap: wrap; }
.work-courses span { border: 1px solid var(--line); border-radius: var(--r-pill); padding: 6px 10px; background: var(--white); color: var(--fg2); }

/* Course map preview */
.map-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 34px; align-items: center; }
.map-copy h2 { font-weight: 800; font-size: clamp(30px,3.8vw,46px); line-height: 1.04; text-transform: uppercase; letter-spacing: .01em; }
.map-copy p { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--fg2); }
.map-note { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 13px 14px; background: var(--white); font-family: var(--font-body); color: var(--fg2); }
.map-note svg { width: 18px; height: 18px; flex: none; color: var(--flight); margin-top: 2px; }
.map-frame { overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-md); aspect-ratio: 16 / 10; min-height: 360px; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-link { position: relative; display: block; text-decoration: none; background:
  linear-gradient(90deg, rgba(30,61,40,.08) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(0deg, rgba(30,61,40,.08) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(135deg, #dfe9d3, #f7f4ea 48%, #d6e5df); }
.map-link::before { content: ""; position: absolute; inset: 24px; border: 2px dashed rgba(30,61,40,.24); border-radius: var(--r-md); }
.map-pin { position: absolute; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: var(--flight); color: #fff; box-shadow: 0 10px 26px rgba(30,61,40,.24); font-family: var(--font-display); font-weight: 800; font-size: 12px; }
.map-pin::after { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: rgba(255,255,255,.22); }
.map-pin { color: transparent; }
.map-pin::before { content: attr(class); display: none; }
.map-pin.p1, .map-pin.p2, .map-pin.p3, .map-pin.p4 { color: #fff; }
.map-pin span, .map-pin { text-indent: 0; }
.map-pin.p1 { left: 18%; top: 58%; }
.map-pin.p2 { left: 33%; top: 66%; }
.map-pin.p3 { left: 66%; top: 55%; }
.map-pin.p4 { left: 57%; top: 30%; }
.map-pin.p1, .map-pin.p2, .map-pin.p3, .map-pin.p4 { line-height: 42px; text-align: center; }
.map-pin.p1::before { content: "LA"; display: block; transform: rotate(45deg); color: #fff; z-index: 2; }
.map-pin.p2::before { content: "TX"; display: block; transform: rotate(45deg); color: #fff; z-index: 2; }
.map-pin.p3::before { content: "GA"; display: block; transform: rotate(45deg); color: #fff; z-index: 2; }
.map-pin.p4::before { content: "OH"; display: block; transform: rotate(45deg); color: #fff; z-index: 2; }
.map-line { position: absolute; z-index: 1; height: 3px; border-radius: 999px; background: rgba(30,61,40,.22); transform-origin: left center; }
.map-line.l1 { left: 24%; top: 65%; width: 44%; transform: rotate(-10deg); }
.map-line.l2 { left: 47%; top: 47%; width: 26%; transform: rotate(21deg); }
.map-card-label { position: absolute; left: 28px; right: 28px; bottom: 26px; z-index: 3; display: flex; justify-content: space-between; gap: 14px; align-items: center; border-radius: var(--r-md); padding: 16px 18px; background: rgba(255,255,255,.88); border: 1px solid var(--line); color: var(--fg1); }
.map-card-label strong { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.map-card-label em { font-family: var(--font-body); font-style: normal; color: var(--fg2); }

.two-col-even { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }

/* ---------- Home testimonial band ---------- */
.t-band { background: var(--pine); padding: 96px 0; text-align: center; }
.t-band .mark { font-family: var(--font-display); font-weight: 800; font-size: 52px; color: var(--flight); line-height: 1; }
.t-band blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(24px,3vw,34px); line-height: 1.3; color: var(--paper); margin: 18px auto 24px; max-width: 880px; }
.t-band .who { font-family: var(--font-display); font-weight: 700; color: var(--paper); text-transform: uppercase; letter-spacing: .04em; font-size: 14px; }
.t-band .org { font-family: var(--font-body); color: rgba(255,255,255,.6); font-size: 14px; margin: 3px 0 26px; }

/* ---------- Quote CTA (home, with form) ---------- */
.quote-cta { background: var(--sand); padding: 92px 0; }
.quote-cta .qc-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 52px; align-items: start; }
.quote-cta h2 { font-weight: 700; font-size: clamp(28px,3.6vw,40px); line-height: 1.06; text-transform: uppercase; letter-spacing: .01em; color: var(--fg1); margin: 0 0 18px; }
.quote-cta .qc-lead { font-family: var(--font-body); font-size: 16.5px; line-height: 1.65; color: var(--fg2); margin: 0 0 24px; max-width: 380px; }
.quote-cta .qc-contact { display: flex; flex-direction: column; gap: 13px; }
.quote-cta .qc-contact .row { display: flex; align-items: center; gap: 11px; font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--fg1); }
.quote-cta .qc-contact .row svg { width: 18px; height: 18px; color: var(--pine); flex: none; }
.quote-cta .form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); padding: 32px; }
@media (max-width: 860px) {
  .home-mosaic { grid-template-columns: repeat(2, 1fr); }
  .quote-cta .qc-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .home-mosaic { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .mtile.big { grid-column: span 1; grid-row: span 1; }
}

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--pine); overflow-x: clip; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { padding: 26px 22px; display: flex; flex-direction: column; gap: 8px; border-left: 1px solid rgba(255,255,255,.12); box-sizing: border-box; min-width: 0; }
.trust-item:first-child { border-left: none; }
.trust-item svg { width: 24px; height: 24px; color: var(--flight); }
.trust-item .t-label { font-family: var(--font-display); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; color: var(--paper); overflow-wrap: anywhere; }
.trust-item .t-sub { font-family: var(--font-body); font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.6); }

/* ---------- Generic grids ---------- */
.grid { display: grid; gap: 24px; }
.grid > * { min-width: 0; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.two-col { display: grid; grid-template-columns: 1.25fr 1fr; gap: 52px; align-items: start; }

/* ---------- Pillar cards ---------- */
.pillar { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.pillar .ic { width: 48px; height: 48px; border-radius: var(--r-sm); background: var(--moss); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pillar .ic svg { width: 24px; height: 24px; color: var(--pine); }
.pillar h3 { font-weight: 700; font-size: 21px; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 12px; }
.pillar p { font-family: var(--font-body); font-size: 15px; line-height: 1.65; color: var(--fg2); margin: 0; }

/* ---------- Package cards ---------- */
.pkg { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; transition: transform 200ms var(--ease), box-shadow 200ms var(--ease); }
.pkg:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pkg.popular { border: 2px solid var(--flight); background: var(--pine); transform: translateY(-8px); box-shadow: var(--shadow-md); }
.pkg.popular:hover { transform: translateY(-12px); }
.pkg.popular .size { color: var(--flight); }
.pkg.popular h3 { color: var(--paper); }
.pkg.popular .tagline { color: rgba(255,255,255,.8); }
.pkg.popular li { color: rgba(255,255,255,.85); }
.pkg.popular li svg { color: var(--flight); }
.pkg .size { font-family: var(--font-mono); font-size: 12px; color: var(--flight-600); letter-spacing: .04em; }
.pkg h3 { font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: .01em; margin: 8px 0 4px; }
.pkg .tagline { font-family: var(--font-body); color: var(--fg2); margin: 0 0 18px; font-size: 14.5px; }
.pkg ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pkg li { display: flex; gap: 9px; font-family: var(--font-body); font-size: 14px; color: var(--fg2); line-height: 1.4; }
.pkg li svg { width: 16px; height: 16px; color: var(--fairway); flex: none; margin-top: 2px; }
.badge { font-family: var(--font-body); font-weight: 700; font-size: 12px; padding: 4px 12px; border-radius: var(--r-pill); display: inline-block; background: var(--moss); color: var(--pine); }
.badge.amber { background: var(--flight-100); color: var(--flight-600); }
.badge.white { background: var(--white); }
.pkg .badge-abs { position: absolute; top: 18px; right: 18px; }

/* ---------- FAQ ---------- */
.faq-wrap { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-item[open] { box-shadow: var(--shadow-md); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; font-family: var(--font-display); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .01em; color: var(--fg1); line-height: 1.25; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q-ic { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--moss); display: flex; align-items: center; justify-content: center; }
.faq-q-ic svg { width: 17px; height: 17px; color: var(--pine); transition: transform 200ms ease; }
.faq-item[open] .faq-q-ic { background: var(--flight); }
.faq-item[open] .faq-q-ic svg { color: #fff; transform: rotate(180deg); }
.faq-item .faq-a { padding: 0 24px 24px; font-family: var(--font-body); font-size: 15.5px; line-height: 1.7; color: var(--fg2); margin: 0; max-width: 660px; }

/* ---------- Steps ---------- */
.step { display: flex; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: none; }
.step .n { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: var(--flight); line-height: 1; flex: none; width: 72px; }
.step h3 { font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: .01em; margin-bottom: 8px; }
.step p { font-family: var(--font-body); font-size: 15.5px; line-height: 1.65; color: var(--fg2); margin: 0; max-width: 60ch; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.photo-row .gphoto { margin: 0; width: 100%; }
.gphoto { border-radius: var(--r-md); overflow: hidden; background: var(--moss); box-shadow: var(--shadow-sm); position: relative; }
.gallery-grid .gphoto img { width: 100%; aspect-ratio: 3/4; object-fit: contain; background: var(--stone-50); padding: 10px; }
.photo-row .gphoto img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 340ms var(--ease); }
.photo-row .gphoto:hover img { transform: scale(1.04); }
.gphoto .cap { padding: 14px 16px 16px; }
.gphoto .cap .c-course { font-family: var(--font-display); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .01em; color: var(--fg1); }
.gphoto .cap .c-detail { font-family: var(--font-body); font-size: 13px; color: var(--fg2); margin-top: 3px; }

/* ---------- Course rows ---------- */
.crow { display: flex; gap: 52px; align-items: center; padding: 44px 0; border-top: 1px solid var(--line-strong); }
.crow:nth-child(even) { flex-direction: row-reverse; }
.crow > * { flex: 1 1 0; min-width: 0; }
.crow .c-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; background: var(--moss); position: relative; }
.crow .c-img img { width: 100%; height: 100%; object-fit: cover; }
.crow .c-img-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background: #edf4e7;
  border: 1px dashed rgba(151, 164, 123, .78);
  border-radius: var(--r-lg);
  box-shadow: 0 12px 24px rgba(30, 71, 46, .12);
  color: #928f70;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .075em;
}
.crow .c-img-empty svg { width: 36px; height: 36px; color: var(--flight); stroke-width: 2.4; }
.crow .c-loc { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-family: var(--font-display); font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); }
.crow .c-loc svg { width: 16px; height: 16px; color: var(--flight-600); }
.crow h3 { font-weight: 800; font-size: clamp(26px,3vw,36px); line-height: 1.04; text-transform: uppercase; letter-spacing: .005em; }
.crow .c-park { font-family: var(--font-body); font-size: 15px; color: var(--fg3); margin-top: 5px; }
.crow .c-stats { display: flex; gap: 30px; margin: 20px 0 18px; flex-wrap: wrap; }
.crow .c-stats .v { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--pine); line-height: 1; }
.crow .c-stats .l { font-family: var(--font-display); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg3); margin-top: 6px; }
.crow p.c-desc { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--fg2); margin: 0; max-width: 540px; }
.crow .c-links { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 20px; }
.crow .c-links a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--font-display); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--link); }
.crow .c-links a svg { width: 16px; height: 16px; color: var(--flight-600); }
.crow .c-links-pending { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; color: var(--fg3); }
.crow .c-links-pending svg { width: 16px; height: 16px; color: var(--fg3); }
.c-badge { position: absolute; top: 16px; left: 16px; font-family: var(--font-display); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #fff; background: var(--flight); padding: 6px 13px; border-radius: var(--r-pill); }

.phil { font-family: var(--font-body); font-size: 17px; line-height: 1.78; color: var(--fg2); margin: 0 0 26px; }
.phil-h { font-family: var(--font-display); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .04em; color: var(--fg1); margin: 0 0 12px; }
.phil-h + .phil { margin-bottom: 30px; }

/* Designer contact card */
.designer-card { background: var(--pine); border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-md); }
.designer-card .eyebrow { color: var(--flight); display: block; margin-bottom: 12px; }
.designer-card .d-name { font-family: var(--font-display); font-weight: 800; font-size: 30px; text-transform: uppercase; letter-spacing: .01em; color: var(--paper); line-height: 1; margin-bottom: 20px; }
.designer-card .d-line { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--font-body); font-weight: 700; font-size: 16px; color: var(--paper); margin-bottom: 14px; word-break: break-word; }
.designer-card .d-line svg { width: 18px; height: 18px; color: var(--flight); flex: none; }
.designer-card .d-note { display: flex; gap: 10px; align-items: flex-start; padding: 13px 15px; border-radius: var(--r-sm); background: rgba(255,255,255,.08); margin: 8px 0 22px; }
.designer-card .d-note svg { width: 17px; height: 17px; color: var(--flight); flex: none; margin-top: 1px; }
.designer-card .d-note span { font-family: var(--font-body); font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,.82); }
.designer-card .d-note strong { color: var(--paper); font-weight: 700; }

/* ---------- Testimonials ---------- */
.tcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.tcard .mark { font-family: var(--font-display); font-weight: 800; font-size: 56px; line-height: .6; color: var(--flight); height: 32px; }
.tcard blockquote { font-family: var(--font-body); font-size: 16.5px; line-height: 1.6; color: var(--fg1); margin: 0 0 22px; flex: 1; }
.testimonial-attribution { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.tcard .who { font-family: var(--font-display); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .01em; color: var(--fg1); }
.tcard .org { font-family: var(--font-body); font-size: 14px; color: var(--fg2); margin-top: 3px; }
.tcard .sample-tag { font-family: var(--font-mono); font-size: 11px; color: var(--fg3); margin-top: 12px; letter-spacing: .04em; }
.testimonial-photo img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin: 8px 0 12px; }
.stars { color: #C0652B; margin: 10px 0; letter-spacing: .08em; }
.position { font-family: var(--font-body); font-size: 13px; color: var(--fg3); margin-top: 4px; }
.empty-state { max-width: 720px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px; box-shadow: var(--shadow-sm); }
.empty-state h2 { margin: 0 0 10px; font-size: 24px; }
.empty-state p { margin: 0; font-family: var(--font-body); color: var(--fg2); line-height: 1.6; }

/* ---------- Blog ---------- */
.bcard { text-decoration: none; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: all 200ms var(--ease); display: block; }
.bcard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.bcard .body { padding: 24px 22px 26px; }
.bcard h3 { font-weight: 700; font-size: 20px; margin: 14px 0 10px; text-transform: uppercase; letter-spacing: .005em; line-height: 1.2; }
.bcard p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--fg2); margin: 0 0 16px; }
.bcard .more { font-family: var(--font-display); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--link); }

/* ---------- Article ---------- */
.article-header { background: var(--moss); padding: 116px 0 48px; }
.back-link { text-decoration: none; font-family: var(--font-display); font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--pine); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 22px; }
.back-link:hover { color: var(--flight); }
.article-title { font-weight: 800; font-size: clamp(32px,4.4vw,52px); line-height: 1.04; text-transform: uppercase; letter-spacing: .005em; margin: 16px 0 18px; }
.article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 14px; color: var(--fg2); font-family: var(--font-body); }
.article-meta .dot { opacity: .6; }
.article-body { padding: 52px 0 24px; }
.article-hero { margin: 0 0 36px; }
.article-hero img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.entry { font-family: var(--font-body); font-size: 17.5px; line-height: 1.75; color: var(--fg1); }
.entry > * { margin: 0 0 22px; }
.entry h2 { font-weight: 700; font-size: clamp(22px,2.6vw,28px); text-transform: uppercase; letter-spacing: .01em; margin: 40px 0 16px; line-height: 1.18; }
.entry h3 { font-weight: 500; font-size: clamp(19px,2.2vw,23px); text-transform: uppercase; letter-spacing: .015em; margin: 32px 0 12px; }
.entry a { color: var(--link); text-underline-offset: 2px; }
.entry ul, .entry ol { padding-left: 24px; }
.entry li { margin-bottom: 8px; }
.entry blockquote { border-left: 4px solid var(--flight); margin: 34px 0; padding: 4px 0 4px 24px; font-family: var(--font-display); font-weight: 500; font-size: clamp(20px,2.4vw,26px); line-height: 1.4; color: var(--pine); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--font-display); font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--fg2); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 15px; color: var(--fg1); background: var(--white); border: 1.5px solid var(--line-strong); border-radius: var(--r-sm); padding: 11px 13px; outline: none; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pine); }
.form-status, [data-quote-status] { font-family: var(--font-body); font-size: 12.5px; color: var(--fg3); line-height: 1.45; }
button[disabled] { opacity: .62; cursor: progress; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand img { height: 60px; margin-bottom: 16px; }
.footer-brand p { font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.6); margin: 0; max-width: 320px; }
.footer-col .head { font-family: var(--font-display); font-weight: 300; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; color: var(--flight); margin-bottom: 16px; }
.footer-col .links { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-family: var(--font-body); font-size: 14px; text-decoration: none; color: rgba(255,255,255,.62); transition: color 150ms; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding-top: 22px; font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,.45); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--pine); padding: 88px 0; text-align: center; }
.cta-band.sand { background: var(--sand); }
.cta-band h2 { font-weight: 800; font-size: clamp(28px,3.8vw,44px); line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; color: var(--paper); margin: 0 0 16px; }
.cta-band.sand h2 { color: var(--fg1); }
.cta-band p { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.82); margin: 0 0 28px; }
.cta-band.sand p { color: var(--fg2); }
.cta-band .eyebrow { display: block; margin-bottom: 14px; }

/* ---------- Page banner ---------- */
.page-banner { background: var(--moss); padding: 118px 0 56px; }
.page-banner .eyebrow { display: block; margin-bottom: 14px; }
.page-banner h1 { font-weight: 800; font-size: clamp(36px,5vw,64px); line-height: 1; text-transform: uppercase; letter-spacing: .005em; }
.page-banner p { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--fg2); max-width: 640px; margin: 18px 0 0; }

/* ---------- Mobile nav ---------- */
@media (max-width: 1180px) {
  .nav-toggle-btn { display: inline-flex; align-items: center; }
  .main-nav { position: absolute; top: 104px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); padding: 6px 0 14px; display: none; }
  .main-nav.open { display: flex; }
  .main-nav .menu { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .main-nav .menu a { padding: 14px 28px; font-size: 17px; display: block; }
  .main-nav .dropdown > a { display: flex; justify-content: space-between; }
  .main-nav .submenu { position: static; display: block; min-width: 0; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 6px; background: transparent; }
  .main-nav .submenu a { padding: 10px 44px; font-size: 15px; }
  .main-nav .btn { margin: 12px 28px 2px; justify-content: center; }
}
@media (max-width: 860px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid, .photo-row { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .two-col-even, .map-grid { grid-template-columns: 1fr; gap: 32px; }
  .work-head { align-items: flex-start; flex-direction: column; }
  .crow, .crow:nth-child(even) { flex-direction: column; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .container { padding: 0 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .grid-4, .grid-3, .grid-2, .gallery-grid, .photo-row { grid-template-columns: 1fr; }
  .trust-item { border-left: none; border-top: 1px solid rgba(255,255,255,.12); }
  .trust-item:first-child { border-top: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .step .n { width: 54px; font-size: 32px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 320px; aspect-ratio: 4 / 3; }
  .page-banner { padding-top: 100px; }
  .article-header { padding-top: 100px; }
  .section { padding: 56px 0; }
  .header-inner { height: 72px; }
  .brand img { height: 36px; }
  .hero { margin-top: -72px; min-height: 520px; }
  .hero-inner { padding: 100px 0 56px; }
}

/* ---------- Device-specific tuning (iPhone SE → iPad Pro) ---------- */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .pkg.popular { transform: none; }
  .pkg.popular:hover { transform: translateY(-3px); }
}

@media (max-width: 820px) {
  .uv-deco { display: none; }
}

@media (max-width: 1024px) {
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .page-banner { padding: 100px 0 48px; }
  .two-col { gap: 36px; }
  .btn-sm { min-height: 44px; padding: 10px 18px; }
  .pkg .btn { width: 100%; justify-content: center; }
  .nav-toggle-btn { min-width: 44px; min-height: 44px; padding: 8px; }
  .main-nav .btn { min-height: 44px; }
}

@media (max-width: 374px) {
  .container { padding: 0 14px; }
  .hero h1 { font-size: 32px; line-height: 1.05; }
  .hero .lead { font-size: 15px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-top: 1px solid rgba(255,255,255,.12); }
  .section-head h2 { font-size: 26px; }
  .page-banner h1 { font-size: 32px; }
}

@media (max-width: 600px) {
  .uv-layer-row { flex-wrap: wrap; gap: 8px; }
  .uv-layer-row span { overflow-wrap: anywhere; font-size: 12px !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
  .quote-cta .qc-grid { gap: 40px; }
  .designer-card { margin-top: 0; }
}

@media (max-width: 600px) {
  body.home .hero-inner { padding: 100px 18px 56px; }
  body.home .hero h1 { font-size: 38px; line-height: 1.06; max-width: 100%; overflow-wrap: normal; }
  body.home .trust-grid { grid-template-columns: 1fr; }
  body.home .trust-item { border-left: none; border-top: 1px solid rgba(255,255,255,.12); }
  body.home .trust-item:first-child { border-top: none; }
}

@media (max-width: 374px) {
  body.home .hero h1 { font-size: 32px; }
}

/* ---------- Homepage trust bar: contained like uploaded page section ---------- */
body.home .trust-bar {
  background: var(--pine);
  padding: 0;
}
body.home .trust-bar .container {
  max-width: 1200px;
  padding: 0;
  background: transparent;
}
body.home .trust-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------- Homepage work section: uploaded index fidelity ---------- */
body.home #work .work-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}
body.home #work .work-head .btn { flex: none; }
body.home #work .work-head h2 {
  font-weight: var(--w-bold);
  font-size: var(--text-3xl);
  line-height: 1.1;
  letter-spacing: .012em;
}
body.home #work .work-head p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--fg2);
  max-width: 570px !important;
}
body.home #work .work-copy-break {
  display: block;
}
body.home #work .home-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 14px;
}
body.home #work .mtile {
  aspect-ratio: 3 / 4;
}
body.home #work .mtile-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 4px;
  padding: 18px;
  background: var(--pine);
  border: 1px solid rgba(255,255,255,.14);
  transition: background 180ms var(--ease);
}
body.home #work .mtile-cta::after { content: none; display: none; }
body.home #work .mtile-cta:hover { background: var(--pine-700); }
body.home #work .mtile-cta .mc-cta-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--paper);
}
body.home #work .mtile-cta .mc-cta-sub {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255,255,255,.65);
}
body.home #work .mtile-cta svg {
  width: 20px;
  height: 20px;
  color: var(--flight);
  margin-top: 8px;
}
body.home #work .work-foot {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  flex-wrap: nowrap;
}
body.home #work .work-foot > span {
  flex: none;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--fg3);
}
body.home #work .work-courses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body.home #work .work-courses span {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--fg2);
}

body.home #courses {
  padding: 90px 0;
}
body.home #courses .container {
  max-width: 1480px;
}
body.home #courses .map-grid {
  grid-template-columns: minmax(420px, .82fr) minmax(680px, 1.18fr);
  gap: 72px;
  align-items: center;
}
body.home #courses .map-copy .eyebrow {
  display: block;
  margin-bottom: 18px;
}
body.home #courses .map-copy h2 {
  font-weight: 700;
  font-size: clamp(38px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: .012em;
}
body.home #courses .map-copy p {
  font-size: 19px;
  line-height: 1.65;
  max-width: 560px;
  color: var(--fg1);
}
body.home #courses .map-note {
  gap: 14px;
  max-width: 560px;
  padding: 18px 22px;
  background: var(--sand);
  border-color: var(--line);
  font-size: 17px;
  line-height: 1.55;
}
body.home #courses .map-note svg {
  color: var(--pine);
  margin-top: 3px;
}
body.home #courses .map-frame {
  min-height: 520px;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
}

body.home .home-process {
  padding: 80px 0;
}
body.home .home-process .container {
  max-width: 1200px;
}
body.home .home-process .section-head {
  max-width: 700px;
  margin-bottom: 44px;
}
body.home .home-process .section-head .eyebrow {
  margin-bottom: 14px;
}
body.home .home-process .section-head h2 {
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.08;
  letter-spacing: .01em;
}
body.home .home-process .process-steps {
  gap: 24px;
}
body.home .home-process .process-steps > div > div:first-child {
  font-size: 42px !important;
  margin-bottom: 12px !important;
}
body.home .home-process .process-steps h3 {
  font-size: 18px !important;
  margin-bottom: 9px !important;
}
body.home .home-process .process-steps p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--fg2) !important;
}

@media (max-width: 860px) {
  body.home #work .work-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 28px;
  }
  body.home #work .home-mosaic { grid-template-columns: repeat(3, 1fr); }
  body.home #courses .map-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body.home #courses .map-frame {
    min-height: 420px;
    aspect-ratio: 4 / 3;
  }
  body.home .home-process .process-steps {
    gap: 24px;
  }
}

@media (max-width: 600px) {
  body.home #work .work-head p {
    font-size: 17px;
    line-height: 1.6;
    max-width: 100% !important;
  }
  body.home #work .home-mosaic { grid-template-columns: repeat(2, 1fr); }
  body.home #work .work-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.home #work .work-courses { gap: 8px 16px; }
  body.home #work .work-courses span { font-size: 12.5px; }
  body.home #courses {
    padding: 64px 0;
  }
  body.home #courses .container {
    max-width: 1200px;
  }
  body.home #courses .map-copy h2 {
    font-size: 34px;
  }
  body.home #courses .map-copy p {
    font-size: 17px;
  }
  body.home #courses .map-note {
    padding: 16px 18px;
    font-size: 15.5px;
  }
  body.home #courses .map-frame {
    min-height: 300px;
    aspect-ratio: 1 / 1;
  }
  body.home .home-process {
    padding: 56px 0;
  }
  body.home .home-process .section-head {
    margin-bottom: 36px;
  }
  body.home .home-process .section-head h2 {
    font-size: 26px;
  }
  body.home .home-process .process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
