/* ===========================
   Weekend Departures — Global Styles
   =========================== */

:root {
  --gold: #c8a96e;
  --gold-dark: #a88a52;
  --gold-soft: #f4ecd9;
  --black: #0a0a0a;
  --ink: #1a1a1a;
  --charcoal: #333;
  --gray: #6b6b6b;
  --gray-light: #b8b8b8;
  --line: #e5e3dd;
  --cream: #faf8f3;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(10, 10, 10, 0.04);
  --shadow-md: 0 8px 24px rgba(10, 10, 10, 0.06);
  --shadow-lg: 0 16px 48px rgba(10, 10, 10, 0.08);
  --radius: 4px;
  --radius-lg: 8px;
  --max-width: 1200px;
  --header-h: 72px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: var(--black);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; font-weight: 700; }
h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; }
h3 { font-size: 1.5rem; line-height: 1.3; }
h4 { font-size: 1.15rem; line-height: 1.4; }

p { color: var(--charcoal); }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
  z-index: 100;
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 0.95rem;
  color: var(--charcoal);
  transition: color .15s ease;
}

.nav-links a:hover { color: var(--gold-dark); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
  margin: 4px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .18s ease;
  white-space: nowrap;
}

.btn-primary { background: var(--black); color: var(--white); }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: var(--white); }
.btn-ghost { background: transparent; color: var(--charcoal); padding: 10px 18px; }
.btn-ghost:hover { color: var(--black); }
.btn-large { padding: 16px 32px; font-size: 1rem; }

.hero {
  padding: 80px 0 100px;
  background:
    radial-gradient(ellipse at top right, rgba(200, 169, 110, 0.08), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(200, 169, 110, 0.05), transparent 50%),
    var(--white);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 22px;
  font-weight: 500;
}

.hero h1 { max-width: 900px; margin: 0 auto 24px; }
.hero h1 em { font-style: italic; color: var(--gold-dark); font-weight: 500; }
.hero-sub { font-size: 1.15rem; color: var(--gray); max-width: 620px; margin: 0 auto 40px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

section { padding: 90px 0; }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-eyebrow { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500; display: block; margin-bottom: 16px; }
.section-head p { color: var(--gray); font-size: 1.08rem; margin-top: 16px; }

.tools { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tool-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 32px; transition: all .22s ease; display: flex; flex-direction: column; }
.tool-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.tool-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; margin-bottom: 24px; color: var(--gold-dark); }
.tool-card h3 { margin-bottom: 10px; }
.tool-card p { color: var(--gray); margin-bottom: 24px; flex: 1; }
.tool-card .arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--black); font-weight: 500; font-size: 0.95rem; }
.tool-card .arrow::after { content: '→'; transition: transform .2s ease; }
.tool-card:hover .arrow::after { transform: translateX(4px); }

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { text-align: center; }
.step-num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 18px; font-style: italic; }
.step h3 { margin-bottom: 10px; font-size: 1.3rem; }
.step p { color: var(--gray); }

.newsletter { background: var(--cream); text-align: center; border-top: 1px solid var(--line); }
.newsletter h2 { margin-bottom: 16px; }
.newsletter h2 em { color: var(--gold-dark); font-style: italic; }
.newsletter p { color: var(--gray); max-width: 520px; margin: 0 auto 32px; font-size: 1.05rem; }
.email-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.email-form input { flex: 1; padding: 14px 18px; font-family: inherit; font-size: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); transition: border-color .15s ease; }
.email-form input:focus { outline: none; border-color: var(--gold); }
.newsletter-note { margin-top: 18px; font-size: 0.82rem; color: var(--gray); }

.footer { background: var(--white); border-top: 1px solid var(--line); padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { color: var(--gray); font-size: 0.95rem; max-width: 320px; }
.footer h5 { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--black); margin-bottom: 18px; font-weight: 600; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: var(--gray); font-size: 0.95rem; transition: color .15s ease; }
.footer ul a:hover { color: var(--gold-dark); }
.footer-bottom { padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 0.85rem; color: var(--gray); }
.footer-bottom .legal a { margin-left: 18px; }

.page-header { padding: 70px 0 50px; text-align: center; background: radial-gradient(ellipse at top, rgba(200, 169, 110, 0.07), transparent 60%), var(--white); border-bottom: 1px solid var(--line); }
.page-header h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-bottom: 18px; }
.page-header h1 em { color: var(--gold-dark); font-style: italic; }
.page-header p { color: var(--gray); max-width: 580px; margin: 0 auto; font-size: 1.08rem; }

.tool-shell { padding: 70px 0 100px; background: var(--cream); min-height: calc(100vh - var(--header-h) - 200px); }
.tool-panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 48px; box-shadow: var(--shadow-md); max-width: 820px; margin: 0 auto; }

.progress-bar { height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; margin-bottom: 40px; }
.progress-fill { height: 100%; background: var(--gold); width: 0%; transition: width .4s ease; }

.step-label { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; font-weight: 500; }
.question { margin-bottom: 36px; font-size: 1.65rem; line-height: 1.3; }
.question-sub { color: var(--gray); margin-bottom: 28px; font-size: 1rem; }

.options { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 32px; }
.option { text-align: left; padding: 20px 22px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--white); cursor: pointer; transition: all .15s ease; font-family: inherit; font-size: 1rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.option:hover { border-color: var(--gold); background: var(--gold-soft); transform: translateX(2px); }
.option.selected { border-color: var(--gold-dark); background: var(--gold-soft); }
.option-label { display: flex; flex-direction: column; gap: 4px; }
.option-desc { color: var(--gray); font-size: 0.88rem; }
.option-arrow { color: var(--gold-dark); font-size: 1.2rem; }
.quiz-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }

.result-card { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 20px; transition: box-shadow .2s ease; }
.result-card:hover { box-shadow: var(--shadow-md); }
.result-card .pick-badge { display: inline-block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; margin-bottom: 10px; }
.result-card h3 { margin-bottom: 6px; }
.result-meta { font-size: 0.9rem; color: var(--gray); margin-bottom: 14px; }
.result-why { color: var(--charcoal); margin-bottom: 14px; line-height: 1.6; }
.result-stats { display: flex; gap: 20px; font-size: 0.88rem; color: var(--charcoal); flex-wrap: wrap; padding-top: 14px; border-top: 1px dashed var(--line); }
.result-stats span strong { color: var(--black); }

.cards-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-bottom: 12px; }
.card-chip { padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--white); cursor: pointer; font-family: inherit; font-size: 0.92rem; text-align: left; transition: all .15s ease; color: var(--ink); }
.card-chip:hover { border-color: var(--gold); }
.card-chip.selected { border-color: var(--gold-dark); background: var(--gold-soft); font-weight: 500; }

.spend-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
.spend-row { display: grid; grid-template-columns: 1fr 160px; gap: 14px; align-items: center; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.spend-row label { font-weight: 500; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.spend-row .category-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; font-size: 1rem; }
.spend-input { position: relative; }
.spend-input::before { content: '$'; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gray); }
.spend-input input { width: 100%; padding: 11px 14px 11px 28px; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; font-size: 0.98rem; background: var(--cream); text-align: right; }
.spend-input input:focus { outline: none; border-color: var(--gold); background: var(--white); }

.optimizer-summary { background: var(--black); color: var(--white); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 28px; text-align: center; }
.optimizer-summary .big-number { font-family: 'Playfair Display', serif; font-size: 3.4rem; font-weight: 600; color: var(--gold); line-height: 1; margin: 10px 0; }
.optimizer-summary .label { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray-light); }
.optimizer-summary .value-note { color: var(--gray-light); font-size: 0.92rem; margin-top: 8px; }

.recommendation-list { display: grid; gap: 10px; }
.rec-row { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: center; padding: 16px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.rec-row .cat-ic { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; }
.rec-row .cat-name { font-size: 0.82rem; color: var(--gray); text-transform: uppercase; letter-spacing: 0.1em; }
.rec-row .cat-pick { font-weight: 500; color: var(--ink); margin-top: 2px; }
.rec-row .cat-points { text-align: right; font-family: 'Playfair Display', serif; color: var(--gold-dark); font-size: 1.15rem; font-weight: 600; }
.rec-row .cat-points small { display: block; font-family: 'DM Sans', sans-serif; font-size: 0.72rem; color: var(--gray); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; }

.empty-state { text-align: center; padding: 40px 20px; color: var(--gray); }

.awc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.awc-field { display: flex; flex-direction: column; gap: 8px; }
.awc-field > span { font-size: 0.88rem; font-weight: 500; color: var(--ink); }
.awc-opt { font-size: 0.78rem; color: var(--gray); font-weight: 400; }
.awc-field input, .awc-field select { padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); font-family: inherit; font-size: 1rem; color: var(--ink); transition: border-color .15s ease; }
.awc-field input:focus, .awc-field select:focus { outline: none; border-color: var(--gold); }
.awc-input-prefix { position: relative; }
.awc-input-prefix > span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gray); }
.awc-input-prefix input { padding-left: 26px; width: 100%; }
.awc-headline { background: var(--cream); border-radius: var(--radius-lg); padding: 32px; margin-bottom: 28px; }
.awc-cpp { display: flex; align-items: baseline; gap: 14px; margin-bottom: 16px; }
.awc-cpp-num { font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 600; color: var(--black); line-height: 1; }
.awc-cpp-unit { font-size: 2.4rem; color: var(--gold-dark); }
.awc-cpp-label { font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); font-weight: 500; }
.awc-verdict { font-size: 1.05rem; line-height: 1.6; color: var(--ink); margin-bottom: 12px; }
.awc-baseline { font-size: 0.92rem; color: var(--gray); font-style: italic; }
.awc-breakdown { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 8px 0; margin-bottom: 24px; }
.awc-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.awc-row:last-child { border-bottom: 0; }
.awc-row-label { color: var(--gray); }
.awc-row-val { color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
.awc-row-strong .awc-row-label { color: var(--ink); font-weight: 500; }
.awc-row-strong .awc-row-val { color: var(--gold-dark); font-weight: 600; }
.awc-tip { background: var(--gold-soft); border-left: 3px solid var(--gold-dark); padding: 18px 22px; border-radius: var(--radius); font-size: 0.95rem; color: var(--charcoal); line-height: 1.55; }

.about { background: var(--white); border-top: 1px solid var(--line); padding: 100px 0; }
.about-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 64px; align-items: center; }
.about-photo-wrap { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--cream); }
.about-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-photo-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%; background: repeating-linear-gradient(45deg, var(--cream) 0 12px, #f0ead8 12px 24px); color: var(--gold-dark); padding: 40px; gap: 14px; }
.about-photo-placeholder .placeholder-icon { font-size: 2.4rem; opacity: 0.6; }
.about-photo-placeholder .placeholder-label { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 600; font-style: italic; }
.about-photo-placeholder .placeholder-instruction { font-size: 0.9rem; color: var(--charcoal); line-height: 1.5; }
.about-photo-placeholder code { background: var(--white); padding: 4px 10px; border-radius: 3px; font-family: 'SF Mono', Menlo, Consolas, monospace; font-size: 0.88rem; color: var(--ink); border: 1px solid var(--line); display: inline-block; margin: 4px 0; }
.about-text h2 { margin-bottom: 22px; line-height: 1.15; }
.about-text h2 em { color: var(--gold-dark); font-style: italic; }
.about-text p { color: var(--charcoal); font-size: 1.05rem; line-height: 1.65; margin-bottom: 18px; }
.about-text .btn { margin-top: 14px; }

.services { background: var(--black); color: var(--white); }
.services h2 { color: var(--white); }
.services h2 em { color: var(--gold); font-style: italic; }
.services .section-eyebrow { color: var(--gold); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.service-card { background: #141414; border: 1px solid #262626; border-radius: var(--radius-lg); padding: 32px 28px; transition: all .2s ease; display: flex; flex-direction: column; }
.service-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 20px 40px rgba(200, 169, 110, 0.1); }
.service-card h3 { color: var(--white); font-size: 1.4rem; margin-bottom: 10px; }
.service-card .price { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); font-weight: 600; margin-bottom: 16px; }
.service-card .price small { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: var(--gray-light); font-weight: 400; letter-spacing: 0.1em; margin-left: 6px; }
.service-card p { color: var(--gray-light); margin-bottom: 22px; flex: 1; font-size: 0.95rem; line-height: 1.55; }
.service-card ul { list-style: none; margin-bottom: 28px; }
.service-card ul li { font-size: 0.9rem; color: #d4d4d4; padding: 6px 0 6px 22px; position: relative; }
.service-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.service-card .btn { width: 100%; }

.blog-shell { padding: 70px 0 100px; background: var(--cream); min-height: calc(100vh - var(--header-h) - 200px); }
.blog-list { display: grid; gap: 20px; max-width: 820px; margin: 0 auto; }
.blog-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 36px; transition: all .2s ease; display: block; color: inherit; }
.blog-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.blog-meta { display: flex; align-items: center; gap: 12px; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500; margin-bottom: 14px; }
.blog-card h3 { font-size: 1.55rem; line-height: 1.3; margin-bottom: 12px; color: var(--black); }
.blog-card p { color: var(--gray); font-size: 1rem; line-height: 1.6; margin-bottom: 18px; }
.blog-card .read { display: inline-flex; align-items: center; gap: 6px; font-size: 0.92rem; font-weight: 500; color: var(--black); }
.blog-card .read::after { content: '→'; transition: transform .2s ease; }
.blog-card:hover .read::after { transform: translateX(4px); }
.blog-empty { text-align: center; padding: 60px 20px; color: var(--gray); }
.blog-substack-cta { margin-top: 40px; text-align: center; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.blog-substack-cta p { color: var(--gray); margin-bottom: 16px; }

.substack-embed-wrap { max-width: 480px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; background: var(--white); }
.substack-embed-wrap iframe { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); display: block; }

@media (max-width: 860px) {
  .nav-links { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--white); flex-direction: column; gap: 0; padding: 12px 24px 24px; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-links li:last-child a { border-bottom: 0; }
  .nav-toggle { display: block; }
  section { padding: 60px 0; }
  .hero { padding: 50px 0 70px; }
  .tools-grid, .how-grid, .about-grid, .services-grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .tool-panel { padding: 30px 24px; }
  .spend-row { grid-template-columns: 1fr; }
  .email-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom .legal a { margin: 0 9px; }
}

@media (max-width: 640px) {
  .awc-grid { grid-template-columns: 1fr; }
  .awc-cpp-num { font-size: 3rem; }
  .awc-cpp-unit { font-size: 1.8rem; }
}

@media (max-width: 480px) {
  .hero-ctas .btn { width: 100%; }
  .btn-large { width: 100%; }
}
