/*
Theme Name: Bragsmiths
Theme URI: https://www.bragsmiths.com
Author: Bragsmiths
Description: Bespoke premium theme for Bragsmiths, a personal branding and career positioning studio. Custom-built, lightweight, and responsive.
Version: 1.0
License: Proprietary
Text Domain: bragsmiths
*/

/* Fonts (Cormorant Garamond + Jost) are loaded via <link> in the page <head> for faster paint. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: #F9F7F4; color: #1A1A1A; -webkit-font-smoothing: antialiased; font-size: 16px; }

:root {
  --ink: #1A1A1A; --navy: #1C2B3A; --gold: #B08D57; --silver: #C5BFB5;
  --slate: #4A4A47; --warm-white: #F9F7F4; --mist: #E8E6E0;
}

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.1; }
p { line-height: 1.8; }

/* Nav LIGHT */
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 56px; background: var(--warm-white); border-bottom: 0.5px solid var(--mist); position: sticky; top: 0; z-index: 100; transition: box-shadow 0.3s; }
nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.07); }
/* On desktop this wrapper is invisible to layout (its children act as if they were
   direct children of <nav>); on mobile it becomes the single dropdown panel so the
   links and the CTA button always stack together instead of overlapping. */
.nav-mobile-panel { display: contents; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-links a { font-size: 12px; letter-spacing: 0.10em; color: var(--slate); text-decoration: none; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; background: var(--ink); color: #fff; padding: 12px 24px; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: all 0.3s; }

.btn-primary { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: var(--ink); color: var(--warm-white); padding: 16px 38px; text-decoration: none; transition: background 0.2s; border: none; cursor: pointer; font-family: 'Jost', sans-serif; }
.btn-primary:hover { background: var(--gold); }
.btn-ghost { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: transparent; color: var(--ink); padding: 16px 38px; text-decoration: none; border: 0.5px solid var(--ink); transition: all 0.2s; cursor: pointer; font-family: 'Jost', sans-serif; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: var(--gold); color: var(--warm-white); padding: 17px 42px; text-decoration: none; transition: background 0.2s; border: none; cursor: pointer; font-family: 'Jost', sans-serif; }
.btn-gold:hover { background: #9A7A47; }

.eyebrow { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 400; display: block; }

.section-light { background: var(--warm-white); padding: 92px 64px; }
.section-dark { background: var(--ink); padding: 92px 64px; }

.hero { padding: 110px 64px 92px; max-width: 980px; }
.hero h1 { font-size: 78px; color: var(--ink); margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-rule { width: 52px; height: 1px; background: var(--gold); margin-bottom: 30px; }
.hero p { font-size: 17px; color: var(--slate); font-weight: 300; max-width: 560px; margin-bottom: 42px; line-height: 1.85; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.selector { background: var(--ink); padding: 84px 64px; }
.selector .eyebrow { color: var(--gold); }
.sel-q { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: #F9F7F4; margin-bottom: 46px; }
.sel-q em { font-style: italic; color: var(--gold); }
.tracks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #2C2C2C; }
.track { background: var(--ink); padding: 46px 38px; text-decoration: none; display: block; border-top: 2px solid transparent; transition: background 0.2s, border-color 0.2s; }
.track:hover { background: #1F1F1F; border-top-color: var(--gold); }
.track-num { font-size: 11px; letter-spacing: 0.18em; color: #555; margin-bottom: 22px; display: block; }
.track h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: #F9F7F4; margin-bottom: 10px; }
.track-tagline { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold); font-style: italic; display: block; margin-bottom: 16px; line-height: 1.5; }
.track p { font-size: 14px; color: #999; font-weight: 300; line-height: 1.75; }
.track-arrow { font-size: 20px; color: var(--gold); margin-top: 26px; display: block; transition: transform 0.2s; }
.track:hover .track-arrow { transform: translateX(6px); }

.why { background: var(--warm-white); padding: 92px 64px; }
.why-header { max-width: 720px; margin-bottom: 56px; }
.why-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; line-height: 1.15; }
.why-header h2 em { font-style: italic; color: var(--gold); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.why-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 14px; }
.why-item p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.8; }
.why-icon { width: 40px; height: 1px; background: var(--gold); margin-bottom: 22px; }

.diff-banner { background: var(--navy); padding: 80px 64px; text-align: center; }
.diff-banner .eyebrow { color: var(--silver); display: block; }
.diff-banner h2 { font-size: 40px; color: #F9F7F4; max-width: 800px; margin: 0 auto 20px; line-height: 1.3; font-weight: 300; }
.diff-banner h2 em { font-style: italic; color: var(--gold); }
.diff-banner p { font-size: 15px; color: #A8B2BC; font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.9; }

.approach { background: var(--ink); padding: 92px 64px; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.approach-left .eyebrow { color: var(--gold); }
.approach-left h2 { font-size: 44px; color: #F9F7F4; margin-bottom: 24px; line-height: 1.2; }
.approach-left h2 em { font-style: italic; color: var(--gold); }
.approach-left p { font-size: 15px; color: #999; font-weight: 300; line-height: 1.9; margin-bottom: 18px; }
.approach-right { display: flex; flex-direction: column; gap: 28px; }
.approach-step { display: flex; gap: 20px; align-items: flex-start; }
.approach-step-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--gold); line-height: 1; flex-shrink: 0; width: 44px; }
.approach-step-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: #F9F7F4; margin-bottom: 6px; }
.approach-step-text p { font-size: 13px; color: #888; font-weight: 300; line-height: 1.7; }

.expertise { background: #F2F0EC; padding: 92px 64px; }
.expertise-header { max-width: 680px; margin-bottom: 52px; }
.expertise-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; }
.expertise-header p { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.85; margin-top: 16px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--mist); }
.expertise-card { background: #F2F0EC; padding: 40px 32px; }
.expertise-card .ec-track { font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: block; }
.expertise-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 400; color: var(--ink); margin-bottom: 14px; line-height: 1.3; }
.expertise-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.expertise-card li { font-size: 13px; color: var(--slate); font-weight: 300; padding-left: 18px; position: relative; line-height: 1.6; }
.expertise-card li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

.testimonials { background: #F2F0EC; padding: 92px 64px; }
.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonials-header h2 { font-size: 44px; color: var(--ink); margin-top: 10px; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.test-card { background: #FFFFFF; border: 0.5px solid var(--mist); padding: 36px 32px; display: flex; flex-direction: column; box-shadow: 0 1px 20px rgba(0,0,0,0.02); }
.test-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 20px; }
.test-quote { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.5; margin-bottom: 24px; flex-grow: 1; }
.test-attr { font-size: 12px; color: var(--slate); font-weight: 400; letter-spacing: 0.04em; }
.test-attr span { display: block; color: var(--gold); font-size: 11px; margin-top: 4px; letter-spacing: 0.10em; text-transform: uppercase; }

.philosophy { padding: 92px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: #FFFFFF; border-bottom: 0.5px solid var(--mist); }
.phil-quote { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; line-height: 1.3; color: var(--ink); margin-bottom: 24px; }
.phil-quote em { font-style: italic; color: var(--gold); }
.phil-body { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.95; }
.phil-stats { display: flex; flex-direction: column; gap: 28px; }
.phil-stat { border-left: 2px solid var(--gold); padding-left: 22px; }
.phil-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: var(--ink); line-height: 1; }
.phil-stat-label { font-size: 13px; color: var(--slate); font-weight: 300; margin-top: 5px; line-height: 1.5; }

.packages { padding: 92px 64px; background: #FFFFFF; }
.pkg-header { margin-bottom: 50px; }
.pkg-header h2 { font-size: 48px; color: var(--ink); margin-top: 10px; }
.pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mist); }
.pkg-card { background: var(--warm-white); padding: 40px 30px; transition: background 0.2s; }
.pkg-card:hover { background: #fff; }
.pkg-card.featured { background: var(--ink); }
.pkg-tier { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.pkg-card.featured .pkg-name { color: #F9F7F4; }
.pkg-tagline { font-size: 13px; color: var(--slate); font-weight: 300; line-height: 1.65; margin-bottom: 24px; font-style: italic; }
.pkg-card.featured .pkg-tagline { color: #888; }
.pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--ink); margin-bottom: 4px; }
.pkg-card.featured .pkg-price { color: var(--gold); }
.pkg-price-note { font-size: 11px; color: #888; font-weight: 300; }
.pkg-divider { width: 26px; height: 1px; background: var(--mist); margin: 20px 0; }
.pkg-card.featured .pkg-divider { background: #2A2A2A; }
.pkg-items { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.pkg-items li { font-size: 13px; color: var(--slate); font-weight: 300; padding-left: 16px; position: relative; line-height: 1.5; }
.pkg-card.featured .pkg-items li { color: #888; }
.pkg-items li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 11px; }

.faq { background: var(--warm-white); padding: 92px 64px; }
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 0.5px solid var(--mist); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 26px 0; font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q:hover { color: var(--gold); }
.faq-toggle { font-size: 22px; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; font-weight: 300; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 26px; }
.faq-a p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.85; }

.closing { background: var(--ink); padding: 100px 64px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.closing-logo { margin-bottom: 36px; }
.closing-logo img { height: 80px; width: auto; }
.closing h2 { font-size: 54px; color: #F9F7F4; margin-bottom: 16px; }
.closing h2 em { font-style: italic; color: var(--gold); }
.closing p { font-size: 15px; color: #888; font-weight: 300; letter-spacing: 0.04em; margin-bottom: 42px; }

footer { background: #111; padding: 40px 64px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-logo img { height: 52px; width: auto; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; }
footer a { color: #777; text-decoration: none; font-size: 12px; letter-spacing: 0.06em; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
footer p { font-size: 11px; color: #444; letter-spacing: 0.06em; }

.track-hero { background: var(--ink); padding: 100px 64px 90px; }
.track-hero h1 { font-size: 70px; color: #F9F7F4; margin-bottom: 16px; max-width: 740px; }
.track-hero h1 em { font-style: italic; color: var(--gold); }
.track-hero .track-tagline-lg { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-style: italic; color: var(--gold); margin-bottom: 26px; display: block; }
.track-hero p { font-size: 16px; color: #999; font-weight: 300; line-height: 1.85; max-width: 580px; }

.pain-section { background: var(--warm-white); padding: 92px 64px; }
.pain-section h2 { font-size: 44px; color: var(--ink); margin-bottom: 50px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.pain-card { border-left: 2px solid var(--gold); padding-left: 22px; }
.pain-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--ink); line-height: 1; display: block; margin-bottom: 12px; }
.pain-card p { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.75; }

.deliver-section { background: #F2F0EC; padding: 92px 64px; }
.deliver-section h2 { font-size: 44px; color: var(--ink); margin-bottom: 14px; }
.deliver-intro { font-size: 16px; color: var(--slate); font-weight: 300; max-width: 580px; margin-bottom: 50px; line-height: 1.85; }
.deliver-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--mist); }
.deliver-item { background: #F2F0EC; padding: 34px 30px; }
.deliver-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
.deliver-item p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.7; }

.form-section { background: var(--warm-white); padding: 84px 64px; }
.form-wrap { max-width: 660px; margin: 0 auto; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--slate); margin-bottom: 9px; font-weight: 400; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 15px 17px; border: 0.5px solid var(--mist); background: #fff; font-family: 'Jost', sans-serif; font-size: 15px; color: var(--ink); font-weight: 300; outline: none; transition: border-color 0.2s; appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B08D57' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 17px center; }
.form-submit { margin-top: 32px; }
.form-note { font-size: 12px; color: #888; font-weight: 300; margin-top: 16px; line-height: 1.6; }

.thankyou { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 64px; background: var(--ink); }
.thankyou-logo img { height: 90px; margin-bottom: 32px; }
.thankyou h1 { font-size: 56px; color: #F9F7F4; margin-bottom: 16px; }
.thankyou h1 em { font-style: italic; color: var(--gold); }
.thankyou p { font-size: 16px; color: #999; font-weight: 300; max-width: 500px; line-height: 1.85; margin-bottom: 40px; }

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  body { font-size: 15px; }
  nav { padding: 14px 22px; }
  .nav-logo img { height: 36px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-open .nav-mobile-panel { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; max-height: calc(100vh - 64px); overflow-y: auto; background: var(--warm-white); border-bottom: 0.5px solid var(--mist); z-index: 99; }
  .nav-mobile-open .nav-links { display: flex; flex-direction: column; padding: 24px 24px 0; gap: 22px; }
  .nav-mobile-open .nav-cta { display: block; margin: 24px; text-align: center; }
  .hero { padding: 64px 24px; }
  .hero h1 { font-size: 46px; }
  .hero p { font-size: 16px; }
  .selector { padding: 60px 24px; }
  .sel-q { font-size: 32px; }
  .tracks { grid-template-columns: 1fr; }
  .why, .approach, .expertise, .testimonials, .faq, .diff-banner { padding: 60px 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .approach-grid { grid-template-columns: 1fr; gap: 44px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .philosophy { padding: 60px 24px; grid-template-columns: 1fr; gap: 48px; }
  .packages { padding: 60px 24px; }
  .pkg-grid { grid-template-columns: 1fr; }
  .section-light, .section-dark { padding: 60px 24px; }
  .closing { padding: 72px 24px; }
  .closing h2 { font-size: 38px; }
  .track-hero { padding: 72px 24px 60px; }
  .track-hero h1 { font-size: 42px; }
  .pain-section, .deliver-section { padding: 60px 24px; }
  .pain-grid { grid-template-columns: 1fr; gap: 30px; }
  .deliver-grid { grid-template-columns: 1fr; }
  .form-section { padding: 60px 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
  footer { padding: 28px 24px; flex-direction: column; text-align: center; }
}

/* ── Hero additions ── */
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 23px; color: var(--gold); margin: 0 0 24px; max-width: none; }
.hero-approach { font-size: 15px; color: var(--slate); font-weight: 300; max-width: 600px; margin-top: 18px; line-height: 1.8; }
.hero-credibility { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); margin-top: 32px; padding-top: 24px; border-top: 0.5px solid var(--mist); max-width: 560px; }

/* ── Approach retainer note ── */
.approach-retainer { margin-top: 56px; padding: 32px 40px; background: rgba(176,141,87,0.06); border-left: 2px solid var(--gold); }
.approach-retainer p { font-size: 14px; color: #B5B5B0; font-weight: 300; line-height: 1.85; margin: 0; }
.approach-retainer strong { color: var(--gold); font-weight: 500; }

/* ── Metrics strip ── */
.metrics-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mist); margin-bottom: 56px; border: 0.5px solid var(--mist); }
.metric { background: var(--warm-white); padding: 36px 24px; text-align: center; }
.metric-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 12px; }
.metric-label { font-size: 12px; color: var(--slate); font-weight: 300; line-height: 1.55; }

/* ── Package framing ── */
.pkg-framing { font-size: 14px; color: var(--slate); font-weight: 300; max-width: 640px; margin-top: 18px; line-height: 1.8; }

/* ── Our Story ── */
.story { background: var(--ink); padding: 100px 64px; }
.story-wrap { max-width: 760px; margin: 0 auto; }
.story-wrap .eyebrow { color: var(--gold); }
.story-wrap h2 { font-size: 50px; color: #F9F7F4; margin-bottom: 40px; }
.story-body p { font-size: 16px; color: #B5B5B0; font-weight: 300; line-height: 1.95; margin-bottom: 22px; }
.story-body p:first-child { font-size: 20px; color: #F9F7F4; font-style: italic; font-family: 'Cormorant Garamond', serif; line-height: 1.6; }
.story-body p:last-child { color: #C9C4BC; }

/* ── Mobile additions ── */
@media (max-width: 900px) {
  .metrics-strip { grid-template-columns: 1fr 1fr; }
  .metric-num { font-size: 42px; }
  .story { padding: 60px 24px; }
  .story-wrap h2 { font-size: 36px; }
  .approach-retainer { padding: 24px; }
  .hero-credibility { font-size: 11px; }
}

/* ── Form reassurance ── */
.form-reassurance { font-size: 13px; color: var(--gold); font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 17px; text-align: center; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 0.5px solid var(--mist); line-height: 1.5; }

/* ── Closing scarcity line ── */
.closing-scarcity { font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--gold); margin-top: 24px; opacity: 0.9; }

/* ══════════════════════════════════════════════════════════
   PREMIUM POLISH LAYER (v2)
   Micro-interactions and accessibility. Layout is unchanged.
   ══════════════════════════════════════════════════════════ */

/* Smoother, more refined easing on scroll reveals */
.fade-in { transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

/* Buttons: gentle lift and soft shadow on hover */
.btn-primary, .btn-ghost, .btn-gold, .nav-cta { transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
.btn-primary:hover, .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(26, 26, 26, 0.16); }
.btn-ghost:hover, .nav-cta:hover { transform: translateY(-2px); }

/* Nav links: animated gold underline */
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: var(--gold); transition: width 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* Cards: subtle lift on hover */
.test-card, .metric, .pkg-card, .expertise-card { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background 0.2s ease; }
.test-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07); }
.why-item .why-icon { transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.why-item:hover .why-icon { width: 64px; }

/* Keyboard focus visibility (accessibility) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Respect the visitor's reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.05s !important; scroll-behavior: auto !important; }
  .fade-in { opacity: 1 !important; transform: none !important; }
  .stagger-child { opacity: 1 !important; transform: none !important; }
}

/* ══════════════════════════════════════════════════════════
   LOGO LOCKUP (inline SVG mark + Cinzel wordmark)
   ══════════════════════════════════════════════════════════ */
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; flex-shrink: 0; display: block; }
.brand-mark .m-tail { fill: #AEA79E; }
.brand-mark .m-swoosh { fill: var(--navy); }
.brand-mark .m-star { fill: var(--gold); }
.brand-word { font-family: 'Cinzel', serif; font-weight: 600; letter-spacing: 0.15em; font-size: 21px; line-height: 1; text-transform: uppercase; color: var(--ink); transition: color 0.2s; }
.brand:hover .brand-word { color: var(--gold); }

/* Light-on-dark variant (footer, closing) */
.brand--light .brand-word { color: var(--warm-white); }
.brand--light .brand-mark .m-tail { fill: #6E6A64; }
.brand--light .brand-mark .m-swoosh { fill: var(--silver); }
.brand--light .brand-mark .m-star { fill: var(--gold); }
.brand-mark-lg { width: 80px; height: 80px; }

/* ══════════════════════════════════════════════════════════
   HERO DEPTH (subtle warm gradient + faint oversized mark)
   ══════════════════════════════════════════════════════════ */
.hero-section { position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 80% 28%, rgba(176,141,87,0.07) 0%, rgba(249,247,244,0) 56%), var(--warm-white); }
.hero-mark { position: absolute; top: 50%; right: -5%; transform: translateY(-50%); width: min(46vw, 620px); line-height: 0; pointer-events: none; opacity: 0.06; z-index: 0; }
.hero-mark .brand-mark { width: 100%; height: auto; }
.hero-mark .m-tail, .hero-mark .m-swoosh { fill: var(--navy); }
.hero-mark .m-star { fill: var(--gold); }
.hero-section .hero { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════
   CHOREOGRAPHED STAGGERED REVEALS (grid children cascade in)
   ══════════════════════════════════════════════════════════ */
.stagger-child { opacity: 0; transform: translateY(18px); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1); transition-delay: calc(var(--i, 0) * 70ms); }
.stagger-in .stagger-child { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-mark { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-word { font-size: 18px; letter-spacing: 0.13em; }
}

/* ══════════════════════════════════════════════════════════
   REFINEMENTS v4
   Tighter line spacing, larger track numerals, regular wordmark,
   enriched palette, grain texture.
   ══════════════════════════════════════════════════════════ */

:root {
  --champagne: #CBA968;                                   /* brighter highlight gold */
  --navy-deep: #16232F;                                   /* richer dark for depth */
  --gold-grad: linear-gradient(135deg, #C6A268 0%, #A97F49 100%);
}

/* 1) Tighter, more editorial line spacing */
p { line-height: 1.5; }
.hero p { line-height: 1.5; margin-bottom: 24px; }
.hero-tagline { margin: 0 0 18px; }
.hero-approach { line-height: 1.55; margin-top: 12px; }
.hero-credibility { line-height: 1.45; }
.track p, .why-item p, .expertise-card li, .pkg-tagline, .pkg-items li,
.approach-left p, .approach-step-text p, .diff-banner p, .faq-a p,
.metric-label, .deliver-item p, .pain-card p, .track-tagline,
.expertise-header p, .phil-stat-label, .pkg-framing, .approach-retainer p { line-height: 1.5; }
.approach-left p { margin-bottom: 14px; }
.phil-body { line-height: 1.6; }
.story-body p { line-height: 1.6; margin-bottom: 16px; }
.story-body p:first-child { line-height: 1.4; }

/* 2) Larger, elegant track numerals in the "I am a..." section */
.track-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--gold); letter-spacing: 0.02em; margin-bottom: 12px; opacity: 0.92; }

/* 3) Wordmark at regular weight */
.brand-word { font-weight: 400; }

/* 4) Enriched palette: richer, deeper dark sections and gold gradients */
.selector { background: linear-gradient(165deg, #1F1F1F 0%, var(--navy-deep) 100%); }
.approach { background: linear-gradient(180deg, var(--ink) 0%, #182633 100%); }
.story { background: linear-gradient(180deg, #182633 0%, var(--ink) 100%); }
.closing { background: linear-gradient(180deg, var(--ink) 0%, var(--navy-deep) 100%); }
.btn-gold { background: var(--gold-grad); }
.btn-gold:hover { background: linear-gradient(135deg, #D2B176 0%, #B08A5A 100%); }
.hero-rule { background: var(--gold-grad); height: 2px; }
.nav-cta:hover { background: var(--gold-grad); }
.btn-primary:hover { background: var(--gold-grad); }

/* 5) Subtle film-grain texture for a premium, tactile finish */
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9998; opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ══════════════════════════════════════════════════════════
   REFINEMENTS v5: readability in the small-bullet areas
   (package bullets, "Experts not generalists" bullets, the
   "A studio process" step text) — larger text, tighter leading.
   ══════════════════════════════════════════════════════════ */
.pkg-items li { font-size: 14.5px; line-height: 1.4; }
.expertise-card li { font-size: 14.5px; line-height: 1.4; }
.approach-step-text p { font-size: 14px; line-height: 1.45; }
.approach-step-text h4 { margin-bottom: 5px; }

/* ══════════════════════════════════════════════════════════
   NEWSLETTER BAND
   ══════════════════════════════════════════════════════════ */
.newsletter { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); padding: 80px 64px; text-align: center; }
.newsletter .eyebrow { color: var(--silver); }
.newsletter h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 40px; color: var(--warm-white); max-width: 620px; margin: 0 auto 14px; line-height: 1.15; }
.newsletter h2 em { font-style: italic; color: var(--gold); }
.newsletter p { font-size: 14px; color: #A8B2BC; font-weight: 300; max-width: 500px; margin: 0 auto 32px; line-height: 1.5; }
.newsletter-form { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 240px; padding: 15px 18px; border: 0.5px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); color: var(--warm-white); font-family: 'Jost', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; }
.newsletter-form input::placeholder { color: #8894A0; }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { border: none; cursor: pointer; }
.newsletter-note { font-size: 11px; color: #7C8896; margin-top: 16px; letter-spacing: 0.04em; }

/* ══════════════════════════════════════════════════════════
   BLOG — index listing
   ══════════════════════════════════════════════════════════ */
.blog-hero { background: linear-gradient(180deg, var(--ink) 0%, #182633 100%); padding: 110px 64px 84px; text-align: center; }
.blog-hero .eyebrow { color: var(--gold); }
.blog-hero h1 { font-size: 60px; color: var(--warm-white); margin-bottom: 16px; }
.blog-hero h1 em { font-style: italic; color: var(--gold); }
.blog-hero p { font-size: 16px; color: #A8B2BC; font-weight: 300; max-width: 560px; margin: 0 auto; line-height: 1.6; }
.blog-list { padding: 84px 64px; max-width: 1120px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 0.5px solid var(--mist); padding: 34px 30px; text-decoration: none; transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.07); }
.post-card .post-cat { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.post-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 25px; color: var(--ink); line-height: 1.2; margin-bottom: 12px; }
.post-card .post-dek { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.55; flex-grow: 1; }
.post-card .post-meta { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: #9A9A95; margin-top: 22px; padding-top: 18px; border-top: 0.5px solid var(--mist); }

/* Featured latest strip on the homepage */
.latest { background: var(--warm-white); padding: 92px 64px; border-top: 0.5px solid var(--mist); }
.latest-header { display: flex; justify-content: space-between; align-items: flex-end; max-width: 1120px; margin: 0 auto 44px; flex-wrap: wrap; gap: 16px; }
.latest-header h2 { font-size: 42px; color: var(--ink); }
.latest-header h2 em { font-style: italic; color: var(--gold); }
.latest-link { font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; transition: color 0.2s; }
.latest-link:hover { color: var(--gold); }
.latest .blog-grid { max-width: 1120px; margin: 0 auto; }

/* ══════════════════════════════════════════════════════════
   BLOG — single article
   ══════════════════════════════════════════════════════════ */
.post-hero { background: linear-gradient(180deg, var(--ink) 0%, #182633 100%); padding: 104px 24px 72px; text-align: center; }
.post-hero .post-cat { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 22px; }
.post-hero h1 { font-size: 52px; color: var(--warm-white); max-width: 820px; margin: 0 auto 20px; line-height: 1.12; }
.post-hero h1 em { font-style: italic; color: var(--gold); }
.post-hero .post-meta { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #8894A0; }
.post-body { max-width: 720px; margin: 0 auto; padding: 72px 24px 40px; }
.post-body p { font-size: 17px; color: var(--slate); font-weight: 300; line-height: 1.7; margin-bottom: 24px; }
.post-body p:first-of-type::first-letter { font-family: 'Cormorant Garamond', serif; font-size: 66px; line-height: 0.7; float: left; color: var(--gold); padding: 8px 12px 0 0; font-weight: 400; }
.post-body h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 32px; color: var(--ink); margin: 44px 0 16px; line-height: 1.2; }
.post-body h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 23px; color: var(--ink); margin: 32px 0 12px; }
.post-body blockquote { margin: 34px 0; padding: 4px 0 4px 28px; border-left: 2px solid var(--gold); }
.post-body blockquote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; color: var(--ink); line-height: 1.4; margin: 0; }
.post-body strong { color: var(--ink); font-weight: 500; }
.post-body ul { margin: 0 0 24px 0; padding-left: 0; list-style: none; }
.post-body li { font-size: 17px; color: var(--slate); font-weight: 300; line-height: 1.6; padding-left: 22px; position: relative; margin-bottom: 10px; }
.post-body li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.post-signature { max-width: 720px; margin: 0 auto; padding: 28px 24px 0; border-top: 0.5px solid var(--mist); }
.post-signature p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--gold); }
.post-cta { background: #F2F0EC; padding: 64px 24px; text-align: center; margin-top: 72px; }
.post-cta h3 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: 32px; color: var(--ink); margin-bottom: 12px; }
.post-cta h3 em { font-style: italic; color: var(--gold); }
.post-cta p { font-size: 14px; color: var(--slate); font-weight: 300; margin-bottom: 28px; }

@media (max-width: 900px) {
  .newsletter, .blog-list, .latest { padding: 60px 24px; }
  .newsletter h2 { font-size: 32px; }
  .blog-hero { padding: 80px 24px 60px; }
  .blog-hero h1 { font-size: 42px; }
  .blog-grid { grid-template-columns: 1fr; gap: 24px; }
  .post-hero h1 { font-size: 36px; }
  .post-body { padding: 48px 8px 32px; }
  .post-body p, .post-body li { font-size: 16px; }
  .latest-header h2 { font-size: 32px; }
}

/* ══════════════════════════════════════════════════════════
   LEGAL PAGES
   ══════════════════════════════════════════════════════════ */
.legal-hero { background: var(--warm-white); padding: 104px 24px 40px; text-align: center; border-bottom: 0.5px solid var(--mist); }
.legal-hero .eyebrow { color: var(--gold); }
.legal-hero h1 { font-size: 52px; color: var(--ink); margin-bottom: 12px; }
.legal-updated { font-size: 12px; color: #9A9A95; letter-spacing: 0.04em; }
.legal-body { max-width: 760px; margin: 0 auto; padding: 56px 24px 40px; }
.legal-body h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 26px; color: var(--ink); margin: 34px 0 12px; }
.legal-body p, .legal-body li { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.7; margin-bottom: 14px; }
.legal-body ul { padding-left: 20px; margin-bottom: 14px; }
.legal-body a { color: var(--gold); }
@media (max-width: 900px) { .legal-hero h1 { font-size: 38px; } }

/* ══════════════════════════════════════════════════════════
   PHOTOGRAPHY — track portraits, "larger room" banner, textures
   ══════════════════════════════════════════════════════════ */
.track-hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }
.track-hero-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(176,141,87,0.3); }
.track-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.track-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(28,43,58,0.22) 0%, rgba(16,35,47,0) 55%); pointer-events: none; }

.diff-banner { background: linear-gradient(160deg, rgba(20,32,43,0.90) 0%, rgba(15,22,30,0.94) 100%), url('assets/images/banner-room.webp') center/cover no-repeat; }

.approach { background: linear-gradient(180deg, rgba(26,26,26,0.94) 0%, rgba(24,38,51,0.94) 100%), url('assets/images/texture-architecture.webp') center/cover no-repeat; }

.packages { background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%), url('assets/images/texture-marble.webp') center/cover no-repeat; }

@media (max-width: 900px) {
  .track-hero { grid-template-columns: 1fr; gap: 8px; }
  .track-hero-media { order: -1; aspect-ratio: 4 / 5; margin-bottom: 28px; }
}
