@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Instrument+Sans:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream: #FBF8F3;
  --paper: #F4EFE8;
  --ink: #171716;
  --muted: #6F6A63;
  --divider: #E4DDD3;
  --gold: #C49A48;
  --gold-dark: #9B742E;
  --soft-gold: #F1E6D0;
  --forest: #173A31;
  --forest-deep: #102B25;
  --white: #FFFDF9;
  --shadow: rgba(25, 23, 20, 0.075);
  --max: 1180px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body:before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: .014;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

h1, h2, h3, .brand, .footer-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.brand, .footer-brand {
  text-transform: uppercase; letter-spacing: .19em; font-size: 1.03rem; font-weight: 500; white-space: nowrap;
}

.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 248, 243, 0.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 221, 211, 0.75);
}
.nav-inner {
  max-width: var(--max); margin: auto; padding: 1.15rem 2rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.nav-links { display: flex; align-items: center; gap: 1.55rem; }
.nav-links a { 
  text-transform: uppercase; letter-spacing: .11em; font-size: .69rem; 
  font-weight: 600; color: var(--muted); transition: color 0.2s; 
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  border: 1px solid var(--divider); border-radius: 999px; padding: .66rem 1rem;
  color: var(--ink) !important; background: rgba(255, 253, 249, 0.45);
  transition: background 0.2s, border-color 0.2s;
}
.nav-cta:hover { background: var(--white); border-color: var(--gold); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.6rem; border-radius: 999px;
  font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
  cursor: pointer; transition: all 0.2s ease;
}
.btn-primary {
  background: var(--forest); color: var(--cream);
  border: 1px solid var(--forest);
}
.btn-primary:hover { background: var(--forest-deep); color: var(--white); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--ink);
  border: 1px solid var(--divider);
}
.btn-secondary:hover { background: var(--paper); border-color: var(--gold-dark); transform: translateY(-1px); }

.page { min-height: 100vh; }
.wrap { max-width: var(--max); margin: auto; padding: 0 2rem; }

.eyebrow, .section-label {
  font-size: .69rem; text-transform: uppercase; letter-spacing: .24em; font-weight: 600; color: var(--gold-dark);
}

.hero { padding: 7.5rem 0 6rem; position: relative; overflow: hidden; }
.hero:before {
  content: ''; position: absolute; width: 850px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 154, 72, 0.15), rgba(196, 154, 72, 0) 67%);
  top: -220px; right: -180px; pointer-events: none;
}
.hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 5rem; align-items: center; position: relative;
}
.hero h1 {
  font-weight: 400; font-size: clamp(3rem, 4.8vw, 5.2rem); line-height: 0.95; letter-spacing: -0.03em;
  margin: 1rem 0 1.5rem;
}
.lede { 
  font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--muted); 
  max-width: 620px; line-height: 1.7; margin-bottom: 2.5rem; 
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-visual {
  position: relative;
  background: var(--white);
  border: 1px solid var(--divider);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 32px 64px -12px var(--shadow);
  display: flex; flex-direction: column; gap: 1.5rem;
  transform: rotate(-1.5deg);
}
.hero-visual:after {
  content: ''; position: absolute; inset: -1px; border-radius: 24px;
  background: linear-gradient(135deg, rgba(196, 154, 72, 0.15), transparent 40%); pointer-events: none;
}
.v-line { height: 1px; background: var(--divider); width: 100%; position: relative; }
.v-line::before { 
  content: ''; position: absolute; left: 0; top: -3px; 
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold); 
}
.v-block { background: var(--paper); border: 1px solid var(--divider); padding: 1.25rem; border-radius: 12px; position: relative; z-index: 2; }
.v-title { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); font-weight: 600; margin-bottom: 0.5rem; }
.v-bar { height: 6px; background: var(--divider); border-radius: 3px; width: 60%; margin-bottom: 0.5rem; }
.v-bar.short { width: 40%; }
.v-bar.accent { background: var(--gold-dark); opacity: 0.4; }

.v-flow { display: flex; align-items: center; gap: 0.5rem; margin-top: 1.2rem; }
.v-node { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.v-node.outline { border: 1px dashed var(--muted); }
.v-node.solid { background: var(--divider); }
.v-node.green-bg { background: var(--forest); }
.v-node.gold-bg { background: var(--gold); border-radius: 6px; }
.v-connector { flex: 1; height: 1px; background: var(--muted); opacity: 0.5; }
.v-connector.dashed { background: transparent; border-top: 1px dashed var(--muted); opacity: 1; }
.v-connector.solid-green { background: var(--forest); height: 2px; opacity: 1; border-top: none; }
.highlight-block { border-color: var(--gold); background: var(--white); box-shadow: 0 12px 24px var(--shadow); }
.v-title.gold { color: var(--gold-dark); }
.v-bar.dark { background: var(--ink); }
.v-bar.green { background: var(--forest); }

.section { padding: 6.5rem 0; border-top: 1px solid var(--divider); }
.section.soft { background: rgba(244, 239, 232, 0.62); }
.section-head { margin-bottom: 4rem; max-width: 800px; }
.section-head.text-center { margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-head h2 {
  font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 400; line-height: 0.98; letter-spacing: -0.03em;
  margin: 0.75rem 0 1.5rem;
}
.section-intro { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 640px; }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }
.problem-card { border-left: 2px solid var(--divider); padding-left: 2rem; }
.problem-card.accent { border-left-color: var(--gold); }
.problem-card h3 { font-size: 2rem; font-weight: 500; margin-bottom: 1rem; line-height: 1.1; }
.problem-card p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.readiness-section { background: var(--forest-deep); color: var(--cream); }
.readiness-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.readiness-mark { min-height: 330px; padding: 2.5rem; border: 1px solid rgba(226, 190, 114, .28); border-radius: 30px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, rgba(255, 253, 249, .07), rgba(255, 253, 249, .015)); }
.readiness-kicker { color: #E2BE72; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.readiness-mark strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; line-height: .9; letter-spacing: -.035em; }
.readiness-copy .section-label { color: #E2BE72; }
.readiness-copy h2 { margin: .8rem 0 1.4rem; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 400; line-height: .98; letter-spacing: -.03em; }
.readiness-copy p { color: #D8DED9; font-size: 1.04rem; line-height: 1.85; }
.readiness-note { margin-top: 1.25rem; padding-left: 1rem; border-left: 2px solid var(--gold); }
.readiness-note strong { color: var(--cream); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; margin-top: 1.7rem; color: #E2BE72; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link:hover { color: var(--cream); }

.blueprint-features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--divider); border: 1px solid var(--divider); border-radius: 30px; overflow: hidden;
}
.b-feature { background: var(--paper); padding: 3rem 2.5rem; transition: background 0.3s ease; }
.b-feature:hover { background: var(--white); }
.b-feature h3 { font-size: 1.75rem; font-weight: 500; margin-bottom: 1rem; line-height: 1.1; }
.b-feature p { color: var(--muted); font-size: 0.95rem; line-height: 1.7; }

.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; margin-bottom: 3rem;
}
.price-card {
  background: var(--white); border: 1px solid var(--divider); border-radius: 24px;
  padding: 3rem 2rem; display: flex; flex-direction: column; position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px var(--shadow); }
.price-card.highlight {
  border-color: var(--gold); box-shadow: 0 12px 32px var(--shadow); background: var(--cream);
  transform: scale(1.02); z-index: 2;
}
.price-card.highlight:hover { transform: scale(1.02) translateY(-4px); }
.popular-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--forest-deep); font-size: 0.65rem;
  text-transform: uppercase; letter-spacing: 0.15em; font-weight: 700;
  padding: 0.4rem 1rem; border-radius: 999px; white-space: nowrap;
}

.price-card h3 { font-size: 1.6rem; font-weight: 500; margin-bottom: 0.5rem; }
.price { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3.5rem; line-height: 1; margin-bottom: 1rem; font-weight: 400; color: var(--ink); }
.price span { font-family: 'Instrument Sans', sans-serif; font-size: 1rem; color: var(--muted); font-weight: 500; }
.price-desc { 
  color: var(--muted); font-size: 0.95rem; line-height: 1.6; min-height: 3rem; 
  margin-bottom: 2rem; border-bottom: 1px solid var(--divider); padding-bottom: 2rem; 
}

.features { list-style: none; margin-bottom: 2.5rem; flex: 1; }
.features li {
  position: relative; padding-left: 1.5rem; font-size: 0.9rem; color: var(--ink); margin-bottom: 0.85rem; line-height: 1.5;
}
.features li::before {
  content: '→'; position: absolute; left: 0; color: var(--gold-dark); font-weight: 600;
}

.price-card .btn { width: 100%; }
.checkout-button:disabled {
  opacity: 1;
  color: var(--cream);
  background: var(--forest);
  border-color: var(--forest);
  cursor: default;
}
.btn-outline { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }

.agency-note { text-align: center; color: var(--muted); font-size: 0.95rem; }
.agency-note a { 
  color: var(--gold-dark); font-weight: 600; text-decoration: underline; 
  text-decoration-color: rgba(155, 116, 46, 0.3); text-underline-offset: 4px; 
}
.agency-note a:hover { text-decoration-color: var(--gold-dark); color: var(--ink); }
.site-footer { border-top: 1px solid var(--divider); padding: 4rem 0 3rem; background: var(--paper); }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.footer-brand { color: var(--ink); }
.footer-copy { color: var(--muted); font-size: 0.8rem; margin-top: 0.5rem; max-width: 400px; line-height: 1.5; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }
.footer-links a:hover { color: var(--ink); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-up { animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.delay-1 { animation-delay: 0.1s; opacity: 0; }
.delay-2 { animation-delay: 0.2s; opacity: 0; }
.delay-3 { animation-delay: 0.3s; opacity: 0; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { max-width: 600px; margin: 0 auto; transform: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; gap: 2rem; }
  .price-card.highlight { transform: none; }
  .price-card.highlight:hover { transform: translateY(-4px); }
  .blueprint-features { grid-template-columns: repeat(2, 1fr); }
  .readiness-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .readiness-mark { min-height: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 768px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .problem-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .blueprint-features { grid-template-columns: 1fr; border-radius: 24px; }
  .hero { padding: 5rem 0; }
  .section { padding: 5rem 0; }
  .section-head h2 { margin-bottom: 1rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 1.25rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .b-feature { padding: 2rem 1.5rem; }
  .price-card { padding: 2.5rem 1.5rem; }
}