
:root{
  --ink:#292820;
  --muted:#6b695f;
  --paper:#fffdf9;
  --cream:#f5efe6;
  --sage:#89927b;
  --sage-dark:#66705a;
  --rose:#b98279;
  --line:#e8e0d5;
  --shadow:0 16px 40px rgba(55,46,34,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
.topline{
  background:#eadfce;
  text-align:center;
  padding:.65rem 1rem;
  font-size:.88rem;
  letter-spacing:.04em;
}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,253,249,.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(232,224,213,.8);
}
.nav{
  max-width:1180px;margin:auto;padding:1rem 1.25rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
}
.brand{display:flex;align-items:center;gap:.9rem;min-width:230px}
.brand-mark{
  width:54px;height:54px;border:1.5px solid var(--sage);
  border-radius:50%;display:grid;place-items:center;
  font-family:Georgia,serif;font-size:1.2rem;letter-spacing:-.08em;
}
.brand-copy strong{
  display:block;font-family:Georgia,serif;font-size:1.38rem;letter-spacing:.03em;font-weight:500
}
.brand-copy span{display:block;color:var(--muted);font-size:.73rem;letter-spacing:.12em;margin-top:.12rem}
.nav-links{display:flex;align-items:center;gap:1.65rem;font-size:.95rem}
.nav-links a:hover{color:var(--sage-dark)}
.nav-cta{
  padding:.8rem 1rem;border:1px solid var(--sage-dark);border-radius:999px;
  font-weight:600
}
.menu-toggle{display:none;border:0;background:none;font-size:1.6rem}
.hero{
  max-width:1180px;margin:0 auto;padding:2.4rem 1.25rem 1.4rem;
  display:grid;grid-template-columns:.92fr 1.08fr;gap:2rem;align-items:stretch;
}
.hero-copy{
  background:linear-gradient(135deg,#fbf7f0,#f1e9dd);
  padding:4rem clamp(1.8rem,4vw,4rem);
  border-radius:26px;display:flex;flex-direction:column;justify-content:center
}
.coming-soon{
  display:inline-flex;align-items:center;gap:.55rem;
  background:#fff;border:1px solid var(--line);border-radius:999px;
  padding:.5rem 1rem .5rem .7rem;font-size:.82rem;font-weight:600;color:var(--sage-dark);
  margin-bottom:1.1rem;width:fit-content;
}
.coming-soon .dot{
  width:8px;height:8px;border-radius:50%;background:var(--rose);flex:none;
  animation:pulse 2.4s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.45;transform:scale(.8)}
}
@media(prefers-reduced-motion:reduce){
  .coming-soon .dot{animation:none}
}
.eyebrow{font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sage-dark);font-weight:700}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500}
h1{font-size:clamp(3.3rem,7vw,6.2rem);line-height:.94;margin:.55rem 0 1.2rem;letter-spacing:-.045em}
.hero-copy p{font-size:1.08rem;line-height:1.7;color:var(--muted);max-width:34rem}
.button-row{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.35rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:.9rem 1.2rem;border-radius:999px;font-weight:700;font-size:.94rem
}
.btn-primary{background:var(--sage-dark);color:white}
.btn-secondary{border:1px solid var(--line);background:white}
.hero-photo{
  min-height:560px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)
}
.hero-photo img{height:100%;object-fit:cover}
.trust{
  max-width:1180px;margin:1rem auto 0;padding:1.3rem 1.25rem 2rem;
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem
}
.trust-item{
  padding:1.25rem;border:1px solid var(--line);border-radius:18px;background:#fff;
}
.trust-item strong{display:block;font-family:Georgia,serif;font-size:1.12rem;margin-bottom:.3rem}
.trust-item span{font-size:.9rem;color:var(--muted);line-height:1.5}
.section{max-width:1180px;margin:auto;padding:4.8rem 1.25rem}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}
.section-head h2{font-size:clamp(2.25rem,4vw,3.4rem);margin:.25rem 0 0}
.section-head p{max-width:34rem;color:var(--muted);line-height:1.6;margin:0}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.product-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card img{aspect-ratio:1/1;object-fit:cover}
.product-info{padding:1.1rem 1.1rem 1.25rem}
.product-info h3{font-size:1.25rem;margin:.1rem 0 .45rem}
.product-info p{color:var(--muted);font-size:.9rem;line-height:1.5;margin:.2rem 0 .8rem}
.price{font-weight:800}
.story{
  max-width:1180px;margin:1rem auto 4rem;padding:1.25rem;
}
.story-wrap{
  display:grid;grid-template-columns:1fr 1fr;background:#f1ede5;border-radius:28px;overflow:hidden
}
.story-image img{height:100%;min-height:470px;object-fit:cover}
.story-copy{padding:clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center}
.story-copy h2{font-size:clamp(2.3rem,4vw,3.7rem);margin:.35rem 0 1rem}
.story-copy p{color:var(--muted);font-size:1.02rem;line-height:1.75}
.newsletter{
  background:var(--sage-dark);color:white;
  padding:4rem 1.25rem;
}
.newsletter-inner{max-width:900px;margin:auto;text-align:center}
.newsletter h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 .7rem}
.newsletter p{opacity:.9;margin:0 auto 1.5rem;max-width:42rem;line-height:1.6}
.newsletter form{display:flex;max-width:620px;margin:auto;gap:.65rem}
.newsletter input{
  flex:1;padding:1rem 1.15rem;border:0;border-radius:999px;font:inherit
}
.newsletter button{border:0;cursor:pointer;background:#fff;color:var(--ink)}
.newsletter-alt{margin:1.1rem 0 0;font-size:.88rem;opacity:.85}
.newsletter-alt a{text-decoration:underline;font-weight:600}
footer{background:#262720;color:#f5f3ec}
.footer-inner{
  max-width:1180px;margin:auto;padding:3rem 1.25rem 2rem;
  display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem
}
footer h3{margin-top:0;font-size:1.1rem}
footer p,footer a{color:#d2d1c9;font-size:.9rem;line-height:1.65}
footer a{display:block;margin:.35rem 0}
.copyright{max-width:1180px;margin:auto;padding:1rem 1.25rem 2rem;color:#aaa99f;font-size:.82rem;border-top:1px solid #3b3c34}
.note{font-size:.75rem;color:var(--muted);margin-top:.8rem}
@media(max-width:900px){
  .nav-links{display:none}.menu-toggle{display:block}
  .hero{grid-template-columns:1fr}.hero-photo{min-height:440px}
  .trust{grid-template-columns:repeat(2,1fr)}
  .products{grid-template-columns:repeat(2,1fr)}
  .story-wrap{grid-template-columns:1fr}
}
/* ---------- Contact page ---------- */
.contact-hero{max-width:1180px;margin:0 auto;padding:2.4rem 1.25rem 1rem}
.contact-layout{
  max-width:1180px;margin:auto;padding:1.5rem 1.25rem 5rem;
  display:grid;grid-template-columns:.85fr 1.15fr;gap:2.5rem;align-items:start;
}
.contact-intro h1{font-size:clamp(2.6rem,4.5vw,3.8rem);margin:.5rem 0 1rem;letter-spacing:-.02em}
.contact-intro p{color:var(--muted);font-size:1.04rem;line-height:1.7;max-width:32rem}
.contact-details{list-style:none;margin:2rem 0 0;padding:0}
.contact-details li{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:1.1rem;font-size:.95rem;color:var(--muted)}
.contact-details svg{width:20px;height:20px;flex:none;margin-top:.15rem;color:var(--rose)}
.contact-details strong{color:var(--ink);display:block}
.contact-form{
  background:#fff;border:1px solid var(--line);border-radius:26px;
  padding:clamp(1.8rem,3vw,2.8rem);box-shadow:var(--shadow);
}
.field{margin-bottom:1.3rem}
.field label{display:block;font-weight:700;font-size:.88rem;margin-bottom:.45rem}
.field input,.field textarea{
  width:100%;font:inherit;font-size:.98rem;padding:.85rem 1rem;
  border-radius:12px;border:1px solid var(--line);background:var(--cream);color:var(--ink);
}
.field input:focus,.field textarea:focus{outline:2px solid var(--sage-dark);outline-offset:1px}
.field textarea{min-height:140px;resize:vertical}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.contact-form .btn-primary{width:100%;padding:1rem 1.2rem;font-size:1rem;border:0;cursor:pointer}
.form-alert{padding:.95rem 1.2rem;border-radius:14px;font-size:.92rem;margin-bottom:1.4rem;line-height:1.5}
.form-alert.success{background:#eef1e9;color:var(--sage-dark);border:1px solid #d7dfca}
.form-alert.error{background:#f6e9e7;color:#8a4a41;border:1px solid #ecd2cd}

@media(max-width:900px){
  .contact-layout{grid-template-columns:1fr}
}

@media(max-width:600px){
  .topline{font-size:.78rem}
  .brand-copy span{font-size:.64rem}
  .brand{min-width:auto}.brand-mark{width:46px;height:46px}
  .hero{padding-top:1rem}.hero-copy{padding:2.3rem 1.4rem}
  h1{font-size:3.35rem}
  .hero-photo{min-height:340px}
  .trust{grid-template-columns:1fr 1fr;padding-top:.6rem}
  .trust-item{padding:1rem}
  .section{padding-top:3.5rem;padding-bottom:3.5rem}
  .section-head{display:block}.section-head p{margin-top:.8rem}
  .products{grid-template-columns:1fr}
  .newsletter form{flex-direction:column}
  .footer-inner{grid-template-columns:1fr}
}
