
:root {
  --cream: #F5F0EA;
  --beige: #E8DDD0;
  --sand: #C4A882;
  --sage: #7A9E8E;
  --forest: #3D5A52;
  --anthracite: #2C2C28;
  --cream-2: #FAF6F1;
  --line: rgba(44, 44, 40, 0.12);
  --shadow-md: 0 6px 24px rgba(44,44,40,0.08), 0 2px 6px rgba(44,44,40,0.04);
  --shadow-lg: 0 20px 60px rgba(44,44,40,0.12), 0 8px 20px rgba(44,44,40,0.06);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--cream); color: var(--anthracite); line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--sage); color: var(--cream); }

.nav { position: fixed; top:0; left:0; right:0; z-index:100; background: rgba(245,240,234,0.92); backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: 1240px; margin:0 auto; padding: 14px 32px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.logo { display:inline-flex; align-items:center; gap:12px; text-decoration:none; color: var(--anthracite); }
.logo-mark { width:38px; height:38px; border-radius:50%; background: var(--sage); display:grid; place-items:center; color: var(--cream); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.logo:hover .logo-mark { transform: rotate(60deg); }
.logo-mark svg { width:20px; height:20px; }
.logo-word { font-family: var(--display); font-size:28px; font-weight:500; line-height:1; }
.nav-links { display:flex; gap:36px; list-style:none; }
.nav-links a { text-decoration:none; color: var(--anthracite); font-size:14.5px; font-weight:500; padding:6px 0; position:relative; }
.nav-links a::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:1px; background: var(--forest); transition: right .3s ease; }
.nav-links a:hover::after { right:0; }
.btn { display:inline-flex; align-items:center; gap:10px; padding:13px 24px; border-radius:999px; font-size:14.5px; font-weight:500; text-decoration:none; cursor:pointer; border:1px solid transparent; transition: all .25s cubic-bezier(.2,.7,.2,1); white-space:nowrap; font-family: var(--body); }
.btn-primary { background: var(--forest); color: var(--cream); }
.btn-primary:hover { background: var(--anthracite); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(61,90,82,0.28); }
.btn-primary .arrow { transition: transform .25s ease; }
.btn-primary:hover .arrow { transform: translateX(3px); }
.btn-ghost { background: transparent; color: var(--anthracite); border:1px solid var(--line); }
.btn-ghost:hover { border-color: var(--forest); }
.btn-ghost .arrow { transition: transform .25s ease; }
.btn-ghost:hover .arrow { transform: translateX(-3px); }

.container { max-width: 1240px; margin:0 auto; padding: 0 32px; }

.hero { padding: 140px 0 80px; position: relative; }
.hero-grid { display:grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.hero-back { display:inline-flex; align-items:center; gap:8px; font-size:13.5px; color: rgba(44,44,40,0.6); text-decoration:none; margin-bottom: 28px; transition: color .2s ease; }
.hero-back:hover { color: var(--forest); }
.hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:12.5px; font-weight:500; text-transform:uppercase; letter-spacing: 2.2px; color: var(--forest); margin-bottom: 24px; }
.hero-eyebrow::before { content:""; width:32px; height:1px; background: var(--sage); }
.hero h1 { font-family: var(--display); font-weight:500; font-size: clamp(44px, 5.4vw, 72px); line-height: 1.05; letter-spacing: -0.5px; margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--forest); font-weight: 400; }
.hero p { font-size: 17.5px; line-height: 1.7; color: rgba(44,44,40,0.75); max-width: 540px; margin-bottom: 36px; }
.hero-ctas { display:flex; gap:14px; flex-wrap:wrap; }
.hero-visual { aspect-ratio: 4/5; border-radius: 28px; background: linear-gradient(135deg, var(--sage), var(--forest)); position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-visual::before { content:""; position:absolute; inset:0; background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 14px); }
.hero-visual .glyph { position:absolute; inset:0; display:grid; place-items:center; color: rgba(255,255,255,0.32); }
.hero-visual .glyph svg { width: 38%; height: 38%; }
.hero-visual .num { position: absolute; top: 28px; left: 32px; font-family: var(--display); font-style: italic; font-size: 22px; color: rgba(255,255,255,0.7); }

.section { padding: 100px 0; }
.section-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:12.5px; font-weight:500; text-transform:uppercase; letter-spacing: 2.2px; color: var(--forest); margin-bottom: 18px; }
.section-eyebrow::before { content:""; width:28px; height:1px; background: var(--sage); }
.section h2 { font-family: var(--display); font-size: clamp(34px, 3.8vw, 52px); line-height: 1.08; font-weight:500; letter-spacing: -0.3px; margin-bottom: 14px; }
.section h2 em { font-style: italic; color: var(--forest); font-weight: 400; }
.section-lead { font-size: 17px; color: rgba(44,44,40,0.7); max-width: 640px; line-height: 1.6; margin-bottom: 56px; }

.examples { background: var(--beige); }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.example { background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 26px 28px; display: flex; gap: 16px; align-items: flex-start; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.example:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.example .check { width: 32px; height: 32px; border-radius: 50%; background: rgba(122, 158, 142, 0.18); color: var(--forest); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.example strong { display:block; font-family: var(--display); font-size: 21px; font-weight: 500; margin-bottom: 4px; line-height: 1.2; }
.example span { font-size: 14.5px; color: rgba(44,44,40,0.65); line-height: 1.5; }

.prices { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price { background: var(--cream-2); border: 1px solid var(--line); border-radius: 24px; padding: 36px 32px; display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .3s ease; }
.price:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(122,158,142,0.5); }
.price.featured { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.price.featured .price-name, .price.featured .price-num, .price.featured .price-desc { color: inherit; }
.price-name { font-family: var(--display); font-style: italic; font-size: 17px; color: var(--sage); margin-bottom: 12px; }
.price.featured .price-name { color: var(--sand); }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 14px; }
.price-num { font-family: var(--display); font-size: 56px; font-weight: 500; line-height: 1; letter-spacing: -1px; }
.price-currency { font-size: 18px; color: rgba(44,44,40,0.55); font-weight: 500; }
.price.featured .price-currency { color: rgba(245,240,234,0.6); }
.price-desc { font-size: 14.5px; color: rgba(44,44,40,0.7); line-height: 1.55; flex: 1; }
.price.featured .price-desc { color: rgba(245,240,234,0.8); }

.tip { margin-top: 40px; padding: 22px 28px; background: var(--cream-2); border-left: 3px solid var(--sage); border-radius: 4px 16px 16px 4px; display: flex; gap: 16px; align-items: flex-start; }
.tip .icon { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--forest); flex-shrink: 0; }
.tip p { font-size: 15.5px; line-height: 1.6; color: rgba(44,44,40,0.78); margin: 0; }

.cta { background: var(--anthracite); color: var(--cream); padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.cta::before { content:""; position:absolute; inset:0; background: radial-gradient(ellipse 700px 400px at 50% 0%, rgba(122,158,142,0.15), transparent 60%); pointer-events: none; }
.cta-inner { position: relative; max-width: 720px; margin: 0 auto; padding: 0 32px; }
.cta h2 { font-family: var(--display); font-size: clamp(34px, 4vw, 56px); line-height: 1.1; font-weight: 500; margin-bottom: 20px; color: var(--cream); letter-spacing: -0.3px; }
.cta h2 em { font-style: italic; color: var(--sand); font-weight: 400; }
.cta p { font-size: 17px; color: rgba(245,240,234,0.7); margin-bottom: 36px; line-height: 1.65; }
.cta .btn { background: var(--cream); color: var(--anthracite); }
.cta .btn:hover { background: var(--sand); }

.other-services { background: var(--cream-2); padding: 80px 0; border-top: 1px solid var(--line); }
.other-services .label { font-size: 12.5px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; color: rgba(44,44,40,0.55); margin-bottom: 24px; display: block; }
.other-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.other { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; color: var(--anthracite); transition: all .25s ease; }
.other:hover { border-color: var(--forest); transform: translateY(-2px); }
.other .ic { width: 36px; height: 36px; border-radius: 10px; background: rgba(122,158,142,0.15); color: var(--forest); display: grid; place-items: center; flex-shrink: 0; }
.other .ic svg { width: 18px; height: 18px; }
.other span { font-size: 14.5px; font-weight: 500; }

footer { background: var(--anthracite); color: rgba(245,240,234,0.7); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand .logo-word { color: var(--cream); }
.footer-brand p { margin-top: 16px; font-size: 14px; line-height: 1.6; max-width: 320px; }
.footer-col h4 { color: var(--cream); font-size: 13px; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(245,240,234,0.6); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(245,240,234,0.1); font-size: 12.5px; color: rgba(245,240,234,0.5); }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 420px; aspect-ratio: 5/4; }
  .example-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .other-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .container { padding: 0 20px; }
  .hero { padding: 110px 0 60px; }
  .section { padding: 64px 0; }
  .cta { padding: 64px 0; }
  .price { padding: 28px 24px; }
  .other-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
