:root {
  --turquoise: #39bfc4;
  --teal: #207f83;
  --deep: #164f53;
  --cream: #faf8f3;
  --mist: #edf7f5;
  --sage: #dbece7;
  --ink: #344447;
  --muted: #687779;
  --white: #ffffff;
  --gold: #bda56a;
  --shadow: 0 20px 60px rgba(28, 91, 94, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(32,127,131,.10);
}

.header-contact {
  background: var(--deep);
  color: rgba(255,255,255,.88);
  font-size: 11px;
  letter-spacing: .04em;
}

.header-contact-inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.header-contact a {
  color: white;
  font-weight: 600;
}
.nav-wrap { min-height: 78px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:flex; align-items:center; gap:10px; color:var(--deep); font-family:"Cormorant Garamond", serif; font-size:31px; letter-spacing:.3px; white-space:nowrap; }
.brand strong { font-weight:600; }
.brand-mark { color:var(--turquoise); font-size:28px; }
.main-nav { display:flex; align-items:center; gap:27px; font-size:13px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; }
.main-nav a { transition:color .25s ease; }
.main-nav a:hover { color:var(--turquoise); }
.nav-shop { color:var(--white) !important; background:var(--turquoise); padding:11px 17px; border-radius:999px; }
.menu-toggle { display:none; border:0; background:none; padding:8px; }
.menu-toggle span { display:block; width:25px; height:2px; background:var(--deep); margin:5px; }

.hero {
  min-height: 650px; position:relative; overflow:hidden;
  background: linear-gradient(135deg, #f9fcfb 0%, #edf7f5 55%, #d9efec 100%);
  display:flex; align-items:center;
}
.hero-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:50px; padding:80px 0; position:relative; z-index:2; }
.eyebrow { color:var(--teal); font-size:12px; font-weight:600; letter-spacing:.22em; margin:0 0 16px; }
h1,h2,h3 { font-family:"Cormorant Garamond", Georgia, serif; line-height:1.05; color:var(--deep); }
h1 { font-size:clamp(56px, 7vw, 88px); margin:0 0 24px; font-weight:600; }
h1 span, h2 em { color:var(--teal); font-style:italic; }
.hero-text { max-width:570px; font-size:17px; color:var(--muted); }
.hero-actions { display:flex; gap:13px; flex-wrap:wrap; margin-top:30px; }
.button {
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:0 23px; border-radius:999px;
  font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform:translateY(-2px); box-shadow:0 10px 25px rgba(32,127,131,.18); }
.button-primary { background:var(--turquoise); color:var(--white); }
.button-outline { border:1px solid rgba(32,127,131,.35); color:var(--teal); background:rgba(255,255,255,.6); }

.hero-art { height:450px; position:relative; }
.art-circle {
  position:absolute; width:410px; height:410px; border-radius:50%;
  background:rgba(57,191,196,.18); right:25px; top:20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.sun { position:absolute; width:150px; height:150px; border-radius:50%; background:#fff; right:130px; top:45px; box-shadow:0 15px 40px rgba(32,127,131,.10); }
.bottle { position:absolute; bottom:50px; width:110px; height:205px; border-radius:17px 17px 23px 23px; background:linear-gradient(90deg,#16777c,#48b7b4 55%,#136e73); box-shadow:var(--shadow); }
.bottle-one { right:210px; transform:rotate(-5deg); }
.bottle-two { right:65px; height:165px; bottom:60px; transform:rotate(5deg); background:linear-gradient(90deg,#d5ece8,#f6fbf9 55%,#c0dfda); }
.bottle-cap { width:45px; height:45px; background:#d7b976; position:absolute; top:-39px; left:32px; border-radius:7px 7px 2px 2px; }
.soap { position:absolute; width:190px; height:72px; border-radius:20px; background:linear-gradient(135deg,#f2e7c9,#d7c59e); right:250px; bottom:12px; transform:rotate(-8deg); box-shadow:0 18px 25px rgba(60,70,60,.12); }
.art-label { position:absolute; right:90px; top:190px; color:rgba(255,255,255,.9); text-align:center; font-family:"Cormorant Garamond",serif; font-size:26px; line-height:.9; transform:rotate(5deg); }
.art-label small { font-family:"Montserrat",sans-serif; font-size:7px; letter-spacing:.22em; }
.leaf { position:absolute; width:75px; height:24px; border-radius:100% 0 100% 0; background:rgba(32,127,131,.55); transform:rotate(-30deg); }
.leaf-one { right:35px; top:115px; }
.leaf-two { right:0; top:175px; transform:rotate(15deg); }
.leaf-three { right:340px; top:270px; transform:rotate(30deg); }
.hero-botanical { position:absolute; left:-30px; bottom:-60px; width:260px; height:320px; opacity:.18; transform:rotate(-20deg); }
.hero-botanical:before,.hero-botanical:after { content:""; position:absolute; left:120px; bottom:0; width:2px; height:310px; background:var(--teal); }
.hero-botanical span,.hero-botanical i,.hero-botanical b,.hero-botanical em { position:absolute; width:70px; height:30px; border-radius:100% 0 100% 0; border:2px solid var(--teal); }
.hero-botanical span { left:50px; bottom:180px; transform:rotate(25deg); }
.hero-botanical i { left:125px; bottom:230px; transform:rotate(-35deg); }
.hero-botanical b { left:30px; bottom:110px; transform:rotate(25deg); }
.hero-botanical em { left:120px; bottom:80px; transform:rotate(-35deg); }

.values { background:var(--teal); color:var(--white); }
.values-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.values-grid > div { padding:35px 25px; border-right:1px solid rgba(255,255,255,.16); }
.values-grid > div:last-child { border-right:0; }
.values span { font-size:11px; letter-spacing:.12em; opacity:.7; }
.values h3 { color:var(--white); font-size:27px; margin:8px 0; }
.values p { margin:0; font-size:13px; opacity:.82; }

.section { padding:100px 0; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.section-heading h2, .center-heading h2, .contact-copy h2 { font-size:58px; margin:0; }
.section-copy { color:var(--muted); font-size:16px; max-width:600px; }
.section-copy p:first-child { margin-top:0; }
.soft-section { background:var(--mist); }
.center-heading { text-align:center; max-width:720px; margin:0 auto 50px; }
.center-heading p:last-child { color:var(--muted); }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-card {
  background:var(--white); border-radius:var(--radius); padding:32px 25px;
  min-height:250px; box-shadow:0 12px 35px rgba(28,91,94,.06);
  border:1px solid rgba(32,127,131,.07);
}
.product-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:var(--sage); color:var(--teal); font-size:25px; }
.product-card h3 { font-size:30px; margin:20px 0 8px; }
.product-card p { color:var(--muted); font-size:13px; margin:0; }
.center-button { text-align:center; margin-top:35px; }

.treatment-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.treatment-card { padding:34px 25px; border-top:2px solid var(--turquoise); background:linear-gradient(180deg,#fff,#f7fbfa); min-height:290px; }
.treatment-card .number { color:var(--turquoise); font-size:11px; letter-spacing:.15em; }
.treatment-card h3 { font-size:34px; margin:45px 0 10px; }
.treatment-card p { color:var(--muted); font-size:13px; }
.treatment-card a { color:var(--teal); font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }

.quote-section { padding:90px 0; text-align:center; background:var(--deep); color:white; }
.quote-mark { font-family:Georgia,serif; font-size:80px; line-height:.5; color:var(--turquoise); }
blockquote { max-width:800px; margin:20px auto; font-family:"Cormorant Garamond",serif; font-size:52px; line-height:1.1; }
.quote-section p { font-size:11px; text-transform:uppercase; letter-spacing:.2em; opacity:.65; }

.contact-section { background:var(--cream); }
.contact-box { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:center; }
.contact-copy p:last-child { color:var(--muted); max-width:620px; }
.contact-details { border-left:1px solid rgba(32,127,131,.2); padding-left:45px; }
.contact-details > a { font-family:"Cormorant Garamond",serif; font-size:30px; color:var(--teal); }
.contact-details p { color:var(--muted); }
.contact-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:25px; }

footer { background:#123f42; color:rgba(255,255,255,.75); padding:35px 0; font-size:12px; }
.footer-wrap { display:grid; grid-template-columns:1.3fr 1fr auto; align-items:center; gap:30px; }
.footer-brand { color:white; font-size:27px; }
.footer-wrap p { margin:5px 0 0; }
.footer-address {
  margin-top: 14px;
  font-style: normal;
  line-height: 1.7;
  color: rgba(255,255,255,.65);
}

.footer-address a {
  color: white;
}
.opening-hours {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.opening-hours strong {
  display: block;
  color: white;
  margin-top: 12px;
  font-weight: 600;
}

.opening-hours strong:first-child {
  margin-top: 0;
}

.opening-hours p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.65);
}
.footer-links { display:flex; gap:22px; justify-content:center; }
.footer-links a:hover { color:white; }
.copyright { text-align:right; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(3px); }
.glow-one { width:320px; height:320px; background:rgba(255,255,255,.75); right:20%; top:-160px; }
.glow-two { width:200px; height:200px; background:rgba(57,191,196,.12); left:45%; bottom:-100px; }

@media (max-width: 900px) {
  .main-nav { gap:16px; font-size:11px; }
  .hero-grid { grid-template-columns:1fr; text-align:center; }
  .hero-text { margin:0 auto; }
  .hero-actions { justify-content:center; }
  .hero-art { max-width:500px; width:100%; margin:auto; }
  .values-grid,.product-grid,.treatment-grid { grid-template-columns:repeat(2,1fr); }
  .split,.contact-box { grid-template-columns:1fr; gap:30px; }
  .contact-details { border-left:0; border-top:1px solid rgba(32,127,131,.2); padding:30px 0 0; }
  .footer-wrap { grid-template-columns:1fr; text-align:center; }
  .copyright { text-align:center; }
}

@media (max-width: 650px) {
  .container { width:min(100% - 28px, 1120px); }
  .nav-wrap { min-height:68px; }
  .header-contact-inner {
  min-height: 30px;
  justify-content: center;
  gap: 14px;
  font-size: 10px;
}
  .menu-toggle { display:block; z-index:60; }
  .main-nav {
    display:none; position:absolute; top:68px; left:0; right:0;
    background:white; padding:20px; box-shadow:0 15px 30px rgba(0,0,0,.08);
    flex-direction:column; align-items:stretch; text-align:center;
  }
  .main-nav.open { display:flex; }
  .nav-shop { text-align:center; }
  .brand { font-size:27px; }
  .hero { min-height:auto; }
  .hero-grid { padding:70px 0 55px; }
  h1 { font-size:54px; }
  .hero-art { height:330px; transform:scale(.82); transform-origin:center top; margin-bottom:-45px; }
  .art-circle { width:330px; height:330px; right:15px; }
  .sun { right:100px; }
  .bottle-one { right:165px; }
  .bottle-two { right:40px; }
  .soap { right:190px; }
  .leaf-three { right:285px; }
  .values-grid,.product-grid,.treatment-grid { grid-template-columns:1fr; }
  .values-grid > div { border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .values-grid > div:last-child { border-bottom:0; }
  .section { padding:70px 0; }
  .section-heading h2, .center-heading h2, .contact-copy h2 { font-size:47px; }
  blockquote { font-size:40px; }
  .footer-links { flex-wrap:wrap; }
}
