:root { --ink:#1e2c28; --forest:#15352d; --forest-deep:#0c2822; --cream:#f3eee4; --paper:#faf7f0; --gold:#c89955; --gold-light:#e7c78f; --line:rgba(30,44,40,.15); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
button { cursor:pointer; }
.shell { width:min(1180px,calc(100% - 48px)); margin-inline:auto; }
.site-header { position:absolute; inset:0 0 auto; z-index:20; color:#fff; border-bottom:1px solid rgba(255,255,255,.18); }
.header-inner { min-height:88px; display:flex; align-items:center; justify-content:space-between; gap:32px; }
.brand { display:inline-flex; align-items:center; gap:12px; flex-shrink:0; }
.brand-logo { display:block; width:178px; height:auto; object-fit:contain; }
.nav-links { display:flex; align-items:center; gap:30px; font-size:13px; }
.nav-links>a:not(.button) { opacity:.82; transition:opacity .2s ease; }
.nav-links>a:not(.button):hover { opacity:1; }
.menu-button { display:none; border:0; border-radius:10px; background:transparent; color:#fff; padding:8px; }
.button { min-height:52px; padding:0 23px; display:inline-flex; align-items:center; justify-content:center; gap:14px; border-radius:12px; background:var(--gold); color:#15241f; border:1px solid var(--gold); font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; transition:transform .2s ease,background .2s ease; }
.button:hover { transform:translateY(-2px); background:#d7ae70; }
.button svg,.text-link svg,.service-topline svg { width:18px; height:18px; flex-shrink:0; }
.button-small { min-height:43px; padding-inline:18px; }
.button-light { background:var(--paper); border-color:var(--paper); color:var(--forest-deep); }
.hero { min-height:830px; position:relative; color:#fff; overflow:hidden; display:flex; align-items:center; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,24,20,.96) 0%,rgba(8,24,20,.74) 45%,rgba(8,24,20,.16) 76%),linear-gradient(0deg,rgba(8,24,20,.55),transparent 45%); }
.hero-content { position:relative; z-index:2; padding-top:90px; }
.eyebrow,.section-kicker { text-transform:uppercase; letter-spacing:.23em; font-size:11px; font-weight:700; color:var(--gold); display:flex; align-items:center; gap:12px; }
.eyebrow span { width:34px; height:1px; background:var(--gold); }
h1,h2,h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; margin:0; }
h1 { max-width:820px; margin-top:25px; font-size:clamp(56px,7vw,96px); line-height:.98; letter-spacing:-.04em; }
.hero-content>p { max-width:590px; margin:30px 0 36px; color:rgba(255,255,255,.75); font-size:18px; line-height:1.65; }
.hero-actions { display:flex; align-items:center; gap:30px; }
.text-link { display:inline-flex; align-items:center; gap:8px; padding-bottom:5px; border-bottom:1px solid currentColor; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.text-link.dark { color:var(--forest); }
.hero-facts { position:absolute; z-index:2; bottom:0; left:50%; transform:translateX(-50%); display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.2); }
.hero-facts>div { min-height:112px; display:flex; align-items:center; gap:17px; border-right:1px solid rgba(255,255,255,.15); }
.hero-facts>div+div { padding-left:44px; }
.hero-facts svg { color:var(--gold-light); width:20px; }
.hero-facts span,.contact-card span { line-height:1.55; font-size:14px; }
.hero-facts small,.contact-card small { display:block; margin-bottom:4px; font-size:9px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; opacity:.6; }
.intro-section { padding:120px 0; background:var(--paper); }
.intro-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:110px; align-items:center; }
.intro-grid h2,.section-heading h2,.gift-copy h2,.contact-copy h2 { margin-top:16px; font-size:clamp(44px,5vw,69px); line-height:1.04; letter-spacing:-.035em; }
.intro-copy>p { max-width:610px; font-family:Georgia,serif; font-size:25px; line-height:1.55; color:#4a554f; }
.intro-points { margin-top:38px; padding-top:29px; display:flex; gap:32px; border-top:1px solid var(--line); }
.intro-points span { display:flex; gap:10px; align-items:center; font-size:13px; font-weight:700; }
.intro-points svg { color:var(--gold); width:18px; }
.services-section { padding:115px 0 125px; background:var(--cream); }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:52px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(30,44,40,.14); border:1px solid rgba(30,44,40,.14); }
.service-card { min-height:390px; padding:32px 34px 30px; background:var(--cream); display:flex; flex-direction:column; transition:background .25s ease,transform .25s ease; }
.service-card:hover { background:#fffaf0; transform:translateY(-3px); }
.service-topline { display:flex; justify-content:space-between; color:var(--gold); font-size:11px; font-weight:700; letter-spacing:.15em; }
.service-card h3 { margin-top:56px; font-size:31px; line-height:1.12; }
.service-card>p { color:#69706c; font-size:14px; line-height:1.75; }
.service-bottom { margin-top:auto; padding-top:28px; display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--line); }
.service-bottom strong { font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.service-bottom a { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(30,44,40,.28); }
.service-bottom svg { width:17px; }
.price-section { padding:118px 0 105px; background:var(--forest-deep); color:#fff; }
.section-kicker.light { color:var(--gold-light); }
.price-heading>p { max-width:380px; margin:0 0 7px; color:rgba(255,255,255,.58); line-height:1.7; }
.price-tabs { margin-top:10px; }
.price-tabs-list { width:100%; height:auto; padding:0; justify-content:flex-start; gap:0; overflow-x:auto; border-bottom:1px solid rgba(255,255,255,.17); border-radius:0; background:transparent; }
.price-tabs-list button { min-width:max-content; height:46px; margin:5px 4px 5px 0; padding:0 23px; border:0; border-bottom:2px solid transparent; border-radius:10px 10px 0 0; color:rgba(255,255,255,.45); background:transparent; font-size:11px; letter-spacing:.09em; text-transform:uppercase; }
.price-tabs-list button.is-active { color:var(--gold-light); border-bottom-color:var(--gold); background:transparent; box-shadow:none; }
.price-tab-panel[hidden] { display:none; }
.price-table-wrap { overflow-x:auto; }
.price-table { width:100%; min-width:700px; border-collapse:collapse; }
.price-table th,.price-table td { padding:20px 18px; border-bottom:1px solid rgba(255,255,255,.1); text-align:center; font-size:13px; }
.price-table th { padding-top:24px; color:rgba(255,255,255,.45); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.price-table th:first-child,.price-table td:first-child { width:42%; padding-left:0; text-align:left; }
.price-table td:first-child { color:#fff; font-family:Georgia,serif; font-size:17px; }
.price-table td:not(:first-child) { color:var(--gold-light); }
.price-cta { margin-top:40px; display:flex; justify-content:flex-end; align-items:center; gap:30px; }
.price-cta p { color:rgba(255,255,255,.55); }
.gift-section { background:var(--paper); padding:120px 0; overflow:hidden; }
.gift-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.gift-art { min-height:520px; position:relative; display:grid; place-items:center; background:var(--cream); overflow:hidden; }
.gift-art::before,.gift-art::after { content:""; position:absolute; border:1px solid rgba(200,153,85,.38); border-radius:50%; }
.gift-art::before { width:390px; height:390px; }
.gift-art::after { width:270px; height:270px; }
.gift-orbit { z-index:2; width:110px; height:110px; display:grid; place-items:center; border-radius:50%; color:var(--gold); background:var(--forest); box-shadow:0 22px 55px rgba(12,40,34,.25); }
.gift-orbit svg { width:32px; height:32px; }
.gift-word { position:absolute; bottom:28px; color:rgba(30,44,40,.08); font-family:Georgia,serif; font-size:100px; letter-spacing:.15em; }
.gift-copy>p:not(.section-kicker) { max-width:540px; margin:30px 0 36px; color:#67706b; font-size:16px; line-height:1.8; }
.newsletter-section { padding:72px 0; background:var(--paper); }
.newsletter-panel { position:relative; overflow:hidden; display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; padding:52px 58px; border-radius:24px; background:var(--forest-deep); color:#fff; box-shadow:0 24px 70px rgba(12,40,34,.14); }
.newsletter-panel::after { content:""; position:absolute; width:290px; height:290px; left:-165px; bottom:-190px; border:1px solid rgba(231,199,143,.25); border-radius:50%; box-shadow:0 0 0 48px rgba(231,199,143,.035),0 0 0 96px rgba(231,199,143,.025); pointer-events:none; }
.newsletter-copy { position:relative; z-index:1; }
.newsletter-copy h2 { margin:13px 0 14px; font-size:clamp(32px,3vw,45px); line-height:1.06; letter-spacing:-.03em; }
.newsletter-copy>p:not(.section-kicker) { margin:0; max-width:410px; color:rgba(255,255,255,.58); font-size:14px; line-height:1.65; }
.newsletter-form-wrap { position:relative; z-index:1; }
.newsletter-form { display:grid; grid-template-columns:1fr 1fr 1.25fr auto; gap:10px; align-items:end; }
.newsletter-form label { display:block; }
.newsletter-form label>span { display:block; margin:0 0 8px 4px; color:var(--gold-light); font-size:9px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.newsletter-form input { width:100%; height:49px; padding:0 15px; border:1px solid rgba(255,255,255,.2); border-radius:11px; outline:none; background:rgba(255,255,255,.08); color:#fff; font-size:13px; transition:border-color .2s ease,background .2s ease; }
.newsletter-form input::placeholder { color:rgba(255,255,255,.38); }
.newsletter-form input:focus { border-color:var(--gold-light); background:rgba(255,255,255,.12); }
.newsletter-button { min-height:49px; padding-inline:20px; }
.newsletter-note { margin:11px 0 0 4px; color:rgba(255,255,255,.35); font-size:10px; line-height:1.5; }
.newsletter-error { margin:10px 0 0 4px; color:#f1b6ad; font-size:12px; }
.newsletter-success { min-height:90px; display:flex; align-items:center; gap:18px; padding:22px 25px; border:1px solid rgba(231,199,143,.3); border-radius:16px; background:rgba(255,255,255,.07); }
.newsletter-success svg { color:var(--gold-light); flex-shrink:0; }
.newsletter-success div { display:flex; flex-direction:column; gap:5px; }
.newsletter-success strong { font-family:Georgia,serif; font-size:20px; font-weight:400; }
.newsletter-success span { color:rgba(255,255,255,.55); font-size:12px; }
.contact-section { padding:115px 0; background:var(--forest); color:#fff; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:120px; align-items:start; }
.contact-copy>p:not(.section-kicker) { max-width:470px; margin:25px 0 34px; color:rgba(255,255,255,.6); line-height:1.7; }
.contact-card { display:grid; grid-template-columns:1fr 1fr; border:1px solid rgba(255,255,255,.15); }
.contact-card>div { min-height:160px; padding:28px; display:flex; align-items:flex-start; gap:15px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }
.contact-card svg { width:18px; color:var(--gold-light); flex-shrink:0; }
.contact-card small { color:var(--gold-light); opacity:1; }
.contact-card a:hover { color:var(--gold-light); }
footer { padding:38px 0; background:#081d18; color:#fff; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.footer-meta { display:flex; gap:20px; color:rgba(255,255,255,.42); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.back-top { font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:var(--gold-light); }
@media (max-width:900px) {
  .nav-links { display:none; position:absolute; inset:88px 0 auto; padding:24px; background:#0c2822; flex-direction:column; align-items:stretch; gap:0; }
  .nav-links.is-open { display:flex; }
  .nav-links>a { padding:15px 0; border-bottom:1px solid rgba(255,255,255,.12); }
  .nav-links .button { margin-top:15px; }
  .menu-button { display:block; }
  .hero { min-height:760px; }
  .hero-overlay { background:linear-gradient(90deg,rgba(8,24,20,.93),rgba(8,24,20,.55)); }
  .intro-grid,.gift-grid,.contact-grid { grid-template-columns:1fr; gap:55px; }
  .newsletter-panel { grid-template-columns:1fr; gap:32px; padding:42px; }
  .newsletter-form { grid-template-columns:1fr 1fr; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:320px; }
  .service-card h3 { margin-top:35px; }
  .footer-inner { align-items:flex-start; flex-wrap:wrap; }
  .footer-meta { flex-direction:column; gap:7px; }
}
@media (max-width:640px) {
  .shell { width:min(100% - 30px,1180px); }
  .header-inner { min-height:76px; }
  .brand-logo { width:150px; }
  .hero { min-height:780px; align-items:flex-start; }
  .hero-content { padding-top:170px; }
  .hero-content>p { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-facts { grid-template-columns:1fr; bottom:15px; border:0; }
  .hero-facts>div { display:none; }
  .hero-facts>div:first-child { min-height:70px; display:flex; border-top:1px solid rgba(255,255,255,.2); border-right:0; }
  .intro-section,.services-section,.price-section,.gift-section,.contact-section { padding:82px 0; }
  .newsletter-section { padding:52px 0; }
  .newsletter-panel { padding:34px 22px; border-radius:18px; }
  .newsletter-form { grid-template-columns:1fr; }
  .newsletter-button { width:100%; }
  .intro-grid { gap:35px; }
  .intro-copy>p { font-size:21px; }
  .intro-points { flex-direction:column; gap:16px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:20px; margin-bottom:38px; }
  .price-heading>p { margin:0; }
  .price-tabs-list button { padding-inline:16px; }
  .price-cta { align-items:flex-start; flex-direction:column; }
  .gift-art { min-height:390px; }
  .gift-art::before { width:300px; height:300px; }
  .gift-art::after { width:210px; height:210px; }
  .gift-word { font-size:60px; }
  .contact-card { grid-template-columns:1fr; }
  .contact-card>div { min-height:130px; border-right:0; }
  .footer-inner { flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms!important; } }
