:root {
  --ivory: #fbfaf7;
  --cream: #f6f1ea;
  --white: #fffdfa;
  --ink: #24211d;
  --muted: #62605a;
  --line: #e2ddd4;
  --rose: #c9796e;
  --rose-dark: #a75a52;
  --rose-light: #f0c8c0;
  --shadow: 0 24px 60px rgba(36, 33, 29, .08);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); line-height: 1.68; }
img, svg { display: block; max-width: 100%; }
a { color: var(--rose-dark); text-decoration-color: rgba(167, 90, 82, .3); }
a:hover { color: #783832; text-decoration-thickness: 1.5px; }
p { margin: 0 0 1.1rem; }
p:last-child { margin-bottom: 0; }

.skip-link {
  position: fixed; top: -100px; left: 14px; z-index: 100;
  padding: .8rem 1rem; background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-radius: 8px;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(251, 250, 247, .93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(1120px, calc(100% - 40px)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 24px;
}
.brand-mark {
  display: inline-flex; align-items: center; gap: 11px;
  color: var(--ink); text-decoration: none;
  font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif;
  font-size: 1.58rem; font-weight: 500; letter-spacing: .02em;
}
.brand-jewel { width: 29px; height: 29px; flex: none; }
.nav-list { display: flex; align-items: center; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; list-style: none; }
.nav-list a {
  display: block; padding: .62rem .78rem; border-radius: 999px;
  color: #403d37; text-decoration: none; font-size: .94rem; font-weight: 560;
}
.nav-list a:hover { background: #f0eae2; color: var(--ink); }

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #fffefa, var(--cream) 46%, #f4e9e4);
}
.hero-inner {
  width: min(1120px, calc(100% - 40px)); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 68px; align-items: center; padding: 112px 0 118px;
}
.eyebrow {
  margin: 0 0 1.1rem; color: var(--rose-dark);
  text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 680;
}
h1 {
  margin: 0 0 1.35rem; max-width: 720px;
  font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif;
  font-size: clamp(2.55rem, 6vw, 4.55rem); line-height: 1.04; letter-spacing: -.025em;
}
.hero-copy > p:not(.eyebrow) { max-width: 635px; color: #3d3a34; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 2.4rem; }
.button, .link-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .86rem 1.5rem; border-radius: 999px;
  text-decoration: none; font-weight: 620; font-size: .97rem;
}
.button { background: var(--ink); color: #fff; box-shadow: 0 12px 26px rgba(36,33,29,.13); }
.button:hover { background: #111; color: #fff; }
.link-button { border: 1px solid #cfc7bb; color: var(--ink); background: rgba(255,253,250,.66); }
.link-button:hover { border-color: #b9ae9f; background: #fff; }
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: 8% 6%; border: 1px solid rgba(201, 121, 110,.22); border-radius: 160px;
}
.visual-card {
  position: relative; background: rgba(255,253,250,.71);
  border: 1px solid rgba(226,221,212,.68); border-radius: 180px 180px 32px 32px;
  box-shadow: var(--shadow); overflow: hidden;
}
.visual-card svg { width: 100%; height: auto; }

.section { padding: 94px 0; }
.section-alt { background: #fffdfa; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-soft { background: linear-gradient(180deg, #fffdfa, var(--cream)); }
.section-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
h2 {
  margin: 0; font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif;
  font-size: clamp(2rem, 4vw, 2.82rem); line-height: 1.13; letter-spacing: -.012em;
}
.section-intro { max-width: 760px; color: #3d3a34; font-size: 1.1rem; margin-top: 1.35rem; }
.two-column-text, .business-copy {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px;
  margin-top: 3rem; color: var(--muted);
}
.two-column-text p, .business-copy p { margin: 0; }
.business-copy { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 3.2rem; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 16px 38px rgba(36,33,29,.05);
}
.product-visual { padding: 0; overflow: hidden; border-radius: 20px 20px 0 0; }
.product-photo { width: 100%; height: auto; display: block; }
.product-photo { aspect-ratio: 1 / 1; object-fit: cover; }
.product-card h3 {
  margin: 0 0 .55rem; font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif;
  font-size: 1.32rem; letter-spacing: -.01em;
}
.product-card p { margin: 0; color: var(--muted); font-size: .98rem; }
.product-card .product-visual { border-bottom: 1px solid var(--line); }
.product-card h3, .product-card p { margin-left: 24px; margin-right: 24px; }
.product-card h3 { margin-top: 24px; }
.product-card p { margin-bottom: 27px; }

.business-info {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px; margin: 3.1rem 0 0; overflow: hidden;
  border: 1px solid var(--line); border-radius: 16px; background: var(--line);
}
.business-info div { background: rgba(255,253,250,.94); padding: 25px 28px; }
.business-info dt { color: var(--rose-dark); font-size: .74rem; font-weight: 680; text-transform: uppercase; letter-spacing: .1em; }
.business-info dd { margin: .44rem 0 0; color: var(--ink); font-size: 1.08rem; }
.business-info a { font-weight: 560; }

.contact-wrap { max-width: 820px; }
.contact-wrap h2, .contact-wrap p:not(.eyebrow) { max-width: 700px; }
.email-link {
  display: inline-block; margin-top: .35rem; font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif; letter-spacing: -.01em;
}

.site-footer { background: #fffdfa; border-top: 1px solid var(--line); padding: 50px 0; }
.footer-inner {
  width: min(1120px, calc(100% - 40px)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.footer-brand { display: flex; flex-direction: column; gap: 3px; }
.footer-brand strong { font-family: ui-serif, Iowan Old Style, Palatino, Times New Roman, serif; font-size: 1.34rem; font-weight: 500; }
.footer-brand span, .site-footer p { color: var(--muted); font-size: .91rem; }
.footer-links { display: flex; align-items: center; gap: 20px; font-size: .93rem; font-weight: 560; }
.site-footer p { margin: 0; }

.privacy-page { padding: 86px 0 110px; background: linear-gradient(180deg, #fffdfa, var(--cream)); }
.privacy-article {
  width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 46px 52px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
}
.privacy-article h1 {
  margin-bottom: 1rem; font-size: clamp(2.25rem, 5vw, 3.25rem);
}
.privacy-article .updated { color: var(--rose-dark); font-weight: 620; }
.privacy-article h2 {
  margin: 2.2rem 0 .75rem; font-size: 1.42rem; letter-spacing: 0;
}
.privacy-article p { color: var(--muted); }

@media (max-width: 860px) {
  .header-inner { min-height: 68px; }
  .brand-mark { font-size: 1.4rem; }
  .nav-list { gap: 0; }
  .nav-list a { padding: .54rem .48rem; font-size: .87rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 68px 0 78px; }
  .hero-visual { max-width: 360px; margin: 0 auto; width: 100%; }
  .two-column-text, .business-copy, .product-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 2.25rem; }
  .section { padding: 64px 0; }
  .business-info { grid-template-columns: 1fr; margin-top: 1.9rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-links { flex-wrap: wrap; gap: 12px 18px; }
  .privacy-article { padding: 30px 22px; }
}

@media (max-width: 560px) {
  .header-inner { width: min(100% - 24px, 1120px); justify-content: space-between; }
  .brand-mark span { font-size: 1.25rem; }
  .brand-jewel { width: 24px; height: 24px; }
  .nav-list a { padding: .48rem .38rem; font-size: .79rem; }
  .hero-inner { width: min(100% - 24px, 1120px); gap: 40px; padding: 50px 0 62px; }
  .section-inner { width: min(100% - 24px, 1120px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button, .link-button { width: 100%; }
  .privacy-page { padding: 50px 0 72px; }
}
