:root {
  --paper: #fbf6ee;
  --paper-deep: #f4e9dc;
  --ink: #4d413d;
  --muted: #756863;
  --blossom: #d8958e;
  --blossom-dark: #ad6964;
  --stone: #a59a92;
  --line: rgba(91, 74, 68, .16);
  --white: rgba(255, 253, 249, .88);
  --shadow: 0 24px 70px rgba(82, 62, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid transparent;
  background: rgba(251, 246, 238, .88);
  backdrop-filter: blur(14px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font: 500 1.35rem Georgia, serif; letter-spacing: .04em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { text-decoration: none; font-size: .94rem; }
.nav-links a:hover { color: var(--blossom-dark); }
.language { border-left: 1px solid var(--line); padding-left: 1.25rem; font-weight: 700; }
.hero { min-height: 735px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,246,238,.98) 0%, rgba(251,246,238,.88) 36%, rgba(251,246,238,.12) 70%), url("images/hero-japan-watercolor.webp") center/cover no-repeat; }
.hero-content { position: relative; z-index: 1; width: min(620px, 80%); padding: 6rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--blossom-dark); font-size: .78rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.12; }
h1 { margin: 0; font-size: clamp(3.25rem, 7vw, 6.8rem); letter-spacing: -.035em; }
.hero-lead { max-width: 570px; margin: 1.6rem 0 2rem; color: #655650; font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .72rem 1.25rem; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: .94rem; font-weight: 700; transition: .2s ease; }
.button.primary { background: var(--ink); color: #fff; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(68, 53, 48, .14); }
.button.primary:hover { background: var(--blossom-dark); border-color: var(--blossom-dark); }
.section { padding: 7rem 0; }
.section.soft { background: linear-gradient(180deg, rgba(244,233,220,.7), rgba(251,246,238,.3)); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }
.section-head h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.2rem); }
.section-head p { max-width: 490px; margin: 0; color: var(--muted); }
.products { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }
.product { grid-column: span 4; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 14px 40px rgba(83, 64, 57, .07); }
.product.featured { grid-column: span 8; display: grid; grid-template-columns: .9fr 1.1fr; }
.product-media { min-height: 390px; display: grid; place-items: center; padding: 2rem; background: #fff; }
.product-media img { width: 100%; height: 340px; object-fit: contain; }
.product.featured .product-media img { height: 440px; }
.product-copy { padding: 1.6rem 1.7rem 1.8rem; }
.product.featured .product-copy { align-self: center; padding: 2.5rem; }
.product h3 { margin: 0 0 .75rem; font-size: 1.65rem; }
.product p { margin: 0 0 1.25rem; color: var(--muted); }
.text-link { color: var(--blossom-dark); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.discovery-section { background: #efe3d8; }
.discovery-head { align-items: center; }
.discovery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.discovery-card { display: grid; grid-template-columns: 4rem 1fr; gap: 1.3rem; min-height: 310px; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(91,74,68,.14); border-radius: 28px; background: rgba(255,253,249,.78); }
.discovery-card-wide { grid-column: 1 / -1; min-height: 250px; grid-template-columns: 5rem minmax(0, 760px); }
.discovery-number { margin: 0; color: rgba(173,105,100,.68); font: 400 2.6rem Georgia, serif; }
.discovery-card h3 { margin: 0 0 .85rem; font-size: clamp(1.7rem, 2.4vw, 2.5rem); }
.discovery-card p:not(.eyebrow):not(.discovery-number) { margin: 0 0 1.25rem; color: var(--muted); }
.discovery-links { display: grid; gap: .6rem; }
.layout-section { background: #fbf6ee; }
.layout-head { align-items: center; }
.layout-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.layout-option { display: grid; grid-template-columns: minmax(220px, .85fr) 1.15fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,249,.88); box-shadow: 0 14px 40px rgba(83,64,57,.07); }
.layout-image { display: grid; place-items: center; min-height: 420px; padding: 1.4rem; background: #fff; }
.layout-image img { width: 100%; height: 380px; object-fit: contain; }
.layout-copy { align-self: center; padding: clamp(1.5rem, 3vw, 2.4rem); }
.layout-copy h3 { margin: 0 0 .85rem; font-size: clamp(1.7rem, 2.4vw, 2.5rem); }
.layout-copy > p:last-child { margin: 0; color: var(--muted); }
.layout-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .92rem; text-align: center; }
.finder-section { background: #f8efe6; }
.finder-head { align-items: center; }
.finder-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.5rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,253,249,.72); box-shadow: var(--shadow); }
.finder-choices { display: grid; gap: .7rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.finder-choices legend { width: 100%; margin-bottom: 1rem; font: 400 1.45rem Georgia, serif; }
.finder-choice { display: grid; grid-template-columns: 2.3rem 1fr; align-content: center; column-gap: .8rem; width: 100%; min-height: 92px; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.62); color: var(--ink); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.finder-choice span { grid-row: span 2; color: var(--blossom-dark); font: 400 1.35rem Georgia, serif; }
.finder-choice strong { font-size: .98rem; }
.finder-choice small { color: var(--muted); font-size: .82rem; }
.finder-choice:hover { transform: translateX(4px); border-color: rgba(173,105,100,.45); }
.finder-choice.is-active { border-color: var(--blossom-dark); background: #f7e5df; box-shadow: inset 4px 0 0 var(--blossom-dark); }
.finder-choice:focus-visible { outline: 3px solid rgba(173,105,100,.35); outline-offset: 2px; }
.finder-result { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-width: 0; overflow: hidden; border-radius: 26px; background: #fff; }
.finder-result-image { display: grid; place-items: center; width: 220px; min-height: 470px; padding: 1.25rem; background: #fff; }
.finder-result-image img { display: block; width: 180px; max-width: none; height: 300px; object-fit: contain; object-position: center; }
.finder-result-copy { min-width: 0; align-self: center; padding: clamp(1.5rem, 4vw, 3.2rem); }
.finder-result-copy .button { max-width: 100%; text-align: center; }
.finder-result-copy h3 { margin: 0 0 1rem; font-size: clamp(2rem, 3vw, 3.25rem); }
.finder-result-copy > p:not(.eyebrow) { margin: 0 0 1.6rem; color: var(--muted); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.promise { padding: 2rem; border-top: 1px solid var(--line); }
.promise span { display: block; margin-bottom: .9rem; color: var(--blossom-dark); font: 400 2.4rem Georgia, serif; }
.promise h3 { margin: 0 0 .6rem; font-size: 1.45rem; }
.promise p { margin: 0; color: var(--muted); }
.reviews-section { background: #f7eee7; }
.reviews-section .section-head > p { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.review-card { display: flex; flex-direction: column; min-height: 245px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.72); }
.review-stars { margin-bottom: 1rem; color: var(--blossom-dark); letter-spacing: .12em; font-size: .9rem; }
.review-card blockquote { margin: 0; font: 400 1.25rem/1.35 Georgia, serif; color: var(--ink); }
.review-translation { margin: .9rem 0 1.2rem; color: var(--muted); font-size: .92rem; }
.review-card footer { display: flex; justify-content: space-between; gap: .75rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.review-card footer span { color: var(--ink); font-weight: 700; }
.reviews-link { display: inline-block; margin-top: 1.5rem; }
.about { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.portrait-wrap { position: relative; width: min(100%, 360px); aspect-ratio: 1; margin-inline: auto; }
.portrait-wrap::before { content: ""; position: absolute; inset: 5% -7% -7% 5%; border: 1px solid rgba(216,149,142,.45); border-radius: 50%; }
.portrait-frame { position: absolute; inset: 0; overflow: hidden; border-radius: 50%; background: #eadfd7; box-shadow: var(--shadow); isolation: isolate; }
.portrait-frame::before { content: ""; position: absolute; inset: -8%; background: url("/assets/images/jennifer-sagrkovic.webp") center 22% / cover no-repeat; filter: blur(18px); opacity: .72; transform: scale(1.08); }
.portrait { position: absolute; z-index: 1; top: 50%; left: 5%; width: 90%; height: auto; transform: translateY(-48%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
.about h2 { margin: 0 0 1.25rem; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.about p { color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro h2 { margin: 0 0 1.2rem; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.faq-intro > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; list-style: none; font: 400 1.35rem Georgia, serif; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.25rem; color: var(--blossom-dark); font: 400 1.8rem Georgia, serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.35rem 3rem 1.5rem 0; color: var(--muted); }
.contact-card { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem); border: 1px solid var(--line); border-radius: 34px; background: #f4e7dc; text-align: center; }
.contact-card::after { content: ""; position: absolute; width: 330px; height: 330px; border: 64px solid rgba(216,149,142,.14); border-radius: 50%; right: -110px; bottom: -150px; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 780px; margin: 0 auto 1rem; font-size: clamp(2.35rem, 5vw, 4.7rem); }
.contact-card p { max-width: 650px; margin: 0 auto 1.7rem; color: var(--muted); }
.site-footer { padding: 2.5rem 0; border-top: 1px solid var(--line); }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.footer-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 1rem 1.5rem; }
.social-links { display: flex; align-items: center; gap: .55rem; }
.social-link { display: inline-flex; align-items: center; justify-content: center; width: 2.35rem; height: 2.35rem; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.45); transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.social-link:hover { transform: translateY(-2px); color: #fff; background: var(--ink); border-color: var(--ink); }
.social-link svg { width: 1.05rem; height: 1.05rem; }
.social-link .social-letter { font: 700 17px/1 Arial, sans-serif; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-links a { font-size: .88rem; color: var(--muted); }
.legal { min-height: 70vh; padding: 5rem 0 7rem; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-note { max-width: 760px; margin-top: 2rem; padding: 1.4rem; border: 1px solid #d9b5a4; border-radius: 16px; background: #fff8f1; }
.itrk-legaltext { margin-top: 2rem; }

@media (max-width: 900px) {
  .nav-links a:not(.language):not(.shop-link) { display: none; }
  .hero { min-height: 650px; align-items: end; }
  .hero::before { background: linear-gradient(0deg, rgba(251,246,238,.98) 0%, rgba(251,246,238,.8) 48%, rgba(251,246,238,.12) 100%), url("images/hero-japan-watercolor.webp") 68% center/cover no-repeat; }
  .hero-content { width: 100%; padding: 17rem 0 4rem; }
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .product, .product.featured { grid-column: span 6; display: block; }
  .product.featured .product-media img { height: 340px; }
  .finder-card { grid-template-columns: 1fr; }
  .finder-result { grid-template-columns: 200px minmax(0, 1fr); }
  .finder-result-image { width: 200px; }
  .layout-showcase { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .promise-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .discovery-card { min-height: 0; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 1.4rem, 1180px); }
  .nav { min-height: 68px; }
  .brand img { width: 42px; height: 42px; }
  .brand { font-size: 1.12rem; }
  .shop-link { display: none; }
  .language { border: 0; padding: 0; }
  .hero-content { padding-bottom: 3rem; }
  .section { padding: 5rem 0; }
  .products { display: block; }
  .product { margin-bottom: 1.1rem; }
  .product-media, .product.featured .product-media { min-height: 330px; }
  .product-media img, .product.featured .product-media img { height: 300px; }
  .finder-card { padding: .8rem; border-radius: 24px; }
  .finder-result { grid-template-columns: 1fr; }
  .finder-result-image { width: 100%; min-height: 330px; padding: 1.2rem; }
  .finder-result-image img { width: 180px; height: 300px; }
  .finder-result-copy { padding: 1.5rem; }
  .about { grid-template-columns: 1fr; }
  .discovery-grid { grid-template-columns: 1fr; }
  .discovery-card, .discovery-card-wide { grid-column: auto; grid-template-columns: 2.5rem 1fr; padding: 1.35rem; border-radius: 22px; }
  .discovery-number { font-size: 1.7rem; }
  .layout-option { grid-template-columns: 1fr; }
  .layout-image { min-height: 350px; padding: 1rem; }
  .layout-image img { height: 320px; }
  .portrait-wrap { width: min(70vw, 290px); }
  .footer-row, .footer-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .finder-choice { transition: none; }
}

@media (max-width: 560px) {
  .reviews-grid { grid-template-columns: 1fr; }
}
