:root {
  color-scheme: light;
  --ink: #202525;
  --muted: #5b6260;
  --dark: #15191a;
  --cream: #f7f6f2;
  --white: #ffffff;
  --gold: #d5bd8e;
  --gold-dark: #816b46;
  --line: #e4e5e0;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #ae853a; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 15px; padding: 10px 16px; background: #fff; color: #111; }
.skip-link:focus { top: 10px; }
.wrap { width: min(100% - 64px, 1200px); margin-inline: auto; }
.topline { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 18px; background: #202525; color: #d9d8d1; text-align: center; font-size: .67rem; font-weight: 700; letter-spacing: .22em; }
.topline span { color: var(--gold); font-size: .6rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(20,25,26,.1); backdrop-filter: blur(14px); }
.header-inner { height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { white-space: nowrap; font-family: var(--serif); font-size: 1.65rem; font-weight: 700; letter-spacing: .10em; line-height: 1; }
.wordmark-mark { color: #ae8b4f; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); margin-left: auto; font-size: .87rem; color: #383e3d; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover, .site-footer a:hover { color: #a4824a; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 53px; padding: 13px 22px; font-weight: 750; font-size: .76rem; letter-spacing: .10em; line-height: 1.2; text-align: center; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.1rem; font-weight: 400; line-height: .8; }
.button-dark { background: var(--dark); color: #fff; }
.button-dark:hover { background: #303839; }
.button-gold { background: var(--gold); color: #171b1b; }
.button-gold:hover { background: #e8d1a5; }
.button-outline { border-color: #9ba19d; background: transparent; }
.button-outline:hover { border-color: var(--dark); background: #fff; }
.button-large { min-height: 62px; padding-inline: 29px; }
.header-cta { min-height: 43px; padding: 10px 18px; font-size: .72rem; white-space: nowrap; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.2rem); }
h3 { font-size: 1.12rem; line-height: 1.3; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; color: var(--gold-dark); font-size: .72rem; font-weight: 750; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 24px; height: 1px; background: currentColor; flex: none; }
.eyebrow-light { color: var(--gold); }
.hero { position: relative; min-height: 686px; display: flex; align-items: center; background: #141919; color: white; isolation: isolate; overflow: hidden; }
.hero-photo, .hero-scrim { position: absolute; inset: 0; z-index: -1; }
.hero-photo { background: url("assets/hero.webp") right center / cover no-repeat; }
.hero-scrim { background: linear-gradient(90deg, rgba(11,15,16,.95) 0%, rgba(11,15,16,.82) 26%, rgba(11,15,16,.50) 48%, rgba(11,15,16,.04) 77%); }
.hero-inner { position: relative; padding-block: 86px 102px; }
.hero-copy { max-width: 650px; }
.hero h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 5.2vw, 5.3rem); text-wrap: balance; }
.hero-lede { max-width: 500px; margin-bottom: 34px; color: #efefec; font-size: 1.075rem; line-height: 1.7; }
.cta-note { margin: 12px 0 0; font-size: .76rem; color: #d6d7d2; }
.hero-caption { position: absolute; right: 0; bottom: 42px; display: flex; align-items: center; gap: 17px; color: #f1ede7; font-size: .75rem; letter-spacing: .06em; text-shadow: 0 1px 8px #000; }
.hero-caption span { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.65); color: var(--gold); }
.benefit-strip { background: #f3f2ed; border-bottom: 1px solid var(--line); }
.benefit-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 91px; }
.benefit-strip span { display: inline-flex; align-items: center; gap: 12px; font-size: .82rem; font-weight: 650; white-space: nowrap; }
.benefit-strip i { font-style: normal; font-size: .92rem; color: #9a7b49; }
.section { padding-block: clamp(84px, 9vw, 137px); }
.section-heading { margin-bottom: 47px; }
.section-heading h2 { margin-bottom: 0; max-width: 660px; }
.section-heading p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.8; }
.section-heading-split { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading-split p:not(.eyebrow) { padding-bottom: 8px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.benefit-card { position: relative; min-height: 295px; padding: 29px 28px 27px; border: 1px solid var(--line); background: #fbfbf9; }
.benefit-card::after { content: ""; position: absolute; inset: auto 28px 0; height: 2px; background: #c4ad81; opacity: .6; }
.card-number { color: #8c918d; font-size: .7rem; letter-spacing: .18em; }
.card-icon { display: block; margin: 23px 0 24px; color: #aa8b59; font-size: 1.75rem; line-height: 1; }
.benefit-card h3 { margin-bottom: 11px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.75; }
.section-cta { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-top: 45px; padding-top: 29px; border-top: 1px solid var(--line); font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding-bottom: 7px; border-bottom: 1px solid #9e8050; color: #3c3426; font-size: .76rem; font-weight: 750; letter-spacing: .12em; }
.text-link span { font-size: 1.1rem; font-weight: 400; }
.image-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; background: var(--cream); }
.image-story-photo { min-height: 530px; overflow: hidden; }
.image-story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.image-story-copy { display: flex; align-items: center; padding: 75px clamp(35px, 7vw, 115px); }
.story-content { max-width: 530px; }
.story-content h2 { margin-bottom: 24px; }
.story-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.tick-list { display: grid; gap: 9px; margin: 27px 0 31px; padding: 0; list-style: none; font-size: .90rem; }
.tick-list li { display: flex; gap: 13px; align-items: baseline; }
.tick-list li::before { content: "✓"; color: #a47d3d; font-weight: 800; }
.materials { background: #fff; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2, .centered p:not(.eyebrow) { margin-inline: auto; }
.centered h2 { margin-bottom: 17px; }
.material-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.material-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.material-katori { border-color: #bc9c69; box-shadow: 0 13px 40px rgba(27,26,20,.08); }
.material-image { display: flex; align-items: center; justify-content: center; height: 252px; background: #ebebe8; overflow: hidden; }
.material-image img { width: 100%; height: 100%; object-fit: contain; }
.material-katori .material-image { background: #202525; }
.material-content { padding: 26px 29px 27px; }
.material-kicker { margin-bottom: 9px; color: var(--gold-dark); font-size: .67rem; font-weight: 750; letter-spacing: .14em; }
.material-content h3 { margin-bottom: 18px; font-family: var(--serif); font-size: 1.68rem; font-weight: 400; letter-spacing: -.03em; }
.material-content ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.material-content li { padding-top: 10px; border-top: 1px solid var(--line); color: #454c49; font-size: .85rem; }
.material-note { margin: 21px 0 25px; color: #69716e; text-align: center; font-size: .78rem; }
.centered-action { text-align: center; }
.everyday { background: #f8f8f5; }
.use-grid { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 470px; background: #fff; }
.use-feature { position: relative; min-height: 450px; overflow: hidden; }
.use-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.use-feature-label { position: absolute; left: 24px; bottom: 24px; display: flex; justify-content: space-between; align-items: center; min-width: 230px; padding: 16px 19px; background: #fff; font-size: .7rem; font-weight: 750; letter-spacing: .12em; }
.use-feature-label span { font-size: 1rem; }
.use-list { display: flex; flex-direction: column; justify-content: center; padding: 34px clamp(25px, 4vw, 60px); }
.use-list > div { display: grid; grid-template-columns: 47px 1fr; gap: 0 9px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.use-list > div:last-child { border: 0; }
.use-list span { grid-row: 1 / span 2; padding-top: 2px; color: #ad8f61; font-size: .70rem; font-weight: 800; letter-spacing: .11em; }
.use-list h3 { margin-bottom: 7px; }
.use-list p { max-width: 330px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.clean-band { background: #1d2324; color: white; }
.clean-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; padding-block: 86px; }
.clean-photo { background: #303637; }
.clean-photo img { width: 100%; min-height: 310px; object-fit: cover; }
.clean-copy h2 { max-width: 480px; margin-bottom: 24px; }
.clean-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 29px; color: #d6d8d5; line-height: 1.8; }
.detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 115px); align-items: center; }
.detail-copy h2 { max-width: 580px; margin-bottom: 24px; }
.detail-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.8; }
.detail-list { margin: 29px 0 30px; border-top: 1px solid var(--line); }
.detail-list > div { display: flex; gap: 22px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.detail-list strong { color: #ad8e5c; font-size: .76rem; }
.detail-list span { font-size: .91rem; }
.detail-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 490px; background: radial-gradient(circle at 50% 38%, #4d5352, #202627 68%); }
.detail-visual img { width: 230px; height: 334px; object-fit: cover; box-shadow: 15px 25px 45px #0b1010a8; }
.detail-visual > span { position: absolute; right: 19px; bottom: 18px; color: #d8d6cd; font-size: .65rem; letter-spacing: .18em; }
.faq-section { background: #f7f7f4; }
.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 138px); }
.faq-intro h2 { margin-bottom: 19px; }
.faq-intro > p:not(.eyebrow) { max-width: 365px; margin-bottom: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid #c8ccca; }
.faq-list details { border-bottom: 1px solid #c8ccca; }
.faq-list summary { position: relative; padding: 21px 39px 21px 0; font-size: .96rem; font-weight: 650; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 15px; right: 7px; color: #967849; font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 600px; margin: -1px 30px 20px 0; color: var(--muted); font-size: .91rem; line-height: 1.75; }
.final-cta { overflow: hidden; background: #151a1b; color: #fff; }
.final-layout { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: center; min-height: 510px; padding-block: 75px; }
.final-copy h2 { max-width: 700px; margin-bottom: 18px; }
.final-copy > p:not(.eyebrow):not(.cta-note) { max-width: 490px; margin-bottom: 28px; color: #d6d8d5; font-size: 1rem; }
.final-layout img { width: 245px; height: 354px; margin: auto; object-fit: cover; transform: rotate(7deg); box-shadow: 30px 33px 45px #0009; }
.site-footer { background: #f3f4f1; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; padding-block: 57px 45px; }
.footer-main p { max-width: 350px; margin: 17px 0 0; color: var(--muted); font-size: .85rem; }
.footer-main nav { display: flex; align-items: flex-start; gap: 26px; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 19px 0 28px; border-top: 1px solid #d9dcd6; color: #626b67; font-size: .73rem; }
.footer-bottom p { max-width: 740px; margin: 0; }
.footer-bottom span { white-space: nowrap; }
.legal-main { min-height: 60vh; padding-block: 78px 105px; }
.legal-main h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.75rem, 5vw, 4.7rem); }
.legal-main h2 { margin-top: 43px; margin-bottom: 13px; font-family: var(--sans); font-size: 1.2rem; font-weight: 700; letter-spacing: 0; }
.legal-main p, .legal-main li { max-width: 760px; color: #4f5754; font-size: .98rem; line-height: 1.85; }
.legal-main ul { padding-left: 23px; }
.legal-main a:not(.button) { color: #71552d; text-decoration: underline; text-underline-offset: 3px; }
.legal-intro { max-width: 760px; margin-bottom: 33px; }
.legal-note { padding: 22px 25px; background: #f5f4ef; border-left: 2px solid #b7975e; }
.legal-main .button { margin-top: 22px; }
@media (max-width: 1000px) {
  .wrap { width: min(100% - 40px, 1200px); }
  .desktop-nav { gap: 14px; font-size: .79rem; }
  .hero { min-height: 620px; }
  .hero-copy { max-width: 600px; }
  .hero-scrim { background: linear-gradient(90deg,rgba(11,15,16,.97),rgba(11,15,16,.70) 53%,rgba(11,15,16,.08)); }
  .benefit-strip-inner { flex-wrap: wrap; justify-content: space-around; padding-block: 19px; gap: 16px 25px; }
  .image-story-copy { padding-inline: 40px; }
  .use-list { padding-inline: 25px; }
}
@media (max-width: 760px) {
  .topline { min-height: 27px; font-size: .57rem; letter-spacing: .15em; }
  .header-inner { height: 62px; }
  .wordmark { font-size: 1.36rem; }
  .desktop-nav { display: none; }
  .header-cta { min-height: 39px; padding-inline: 12px; gap: 9px; font-size: .67rem; }
  .hero { display: block; min-height: auto; padding-top: 250px; }
  .hero-photo { inset: 0 0 auto; height: 285px; background-position: 72% 57%; }
  .hero-scrim { background: linear-gradient(0deg,#15191a 0%,rgba(21,25,26,.0) 40%); }
  .hero-inner { width: 100%; padding: 32px 23px 45px; background: #15191a; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.75rem, 10vw, 4.2rem); }
  .hero-lede { margin-bottom: 25px; font-size: 1rem; }
  .hero-caption { display: none; }
  .hero .button { width: 100%; }
  .benefit-strip-inner { display: grid; grid-template-columns: 1fr 1fr; justify-items: start; gap: 13px 14px; }
  .benefit-strip span { white-space: normal; font-size: .72rem; }
  .section { padding-block: 74px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading-split { display: block; }
  .section-heading-split p:not(.eyebrow) { margin-top: 16px; padding: 0; }
  h2 { font-size: clamp(2.35rem, 8vw, 3.45rem); }
  .benefit-grid, .material-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; padding: 22px; }
  .card-icon { margin: 13px 0; }
  .section-cta { align-items: flex-start; flex-direction: column; margin-top: 32px; }
  .image-story { display: flex; flex-direction: column; }
  .image-story-photo { min-height: auto; height: 350px; }
  .image-story-copy { padding: 60px 20px 67px; }
  .material-image { height: 225px; }
  .material-content ul { grid-template-columns: 1fr 1fr; gap: 6px 19px; }
  .material-content li { padding-top: 7px; font-size: .82rem; }
  .use-grid, .clean-layout, .detail-layout, .faq-layout, .final-layout { grid-template-columns: 1fr; }
  .use-feature { min-height: 315px; }
  .use-list { padding-block: 17px; }
  .clean-layout { gap: 35px; padding-block: 62px; }
  .clean-photo img { min-height: 245px; }
  .detail-layout { gap: 35px; }
  .detail-visual { min-height: 450px; }
  .faq-layout { gap: 33px; }
  .final-layout { gap: 30px; padding-block: 67px 58px; }
  .final-layout img { width: 195px; height: 284px; transform: rotate(5deg); }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-main { padding-block: 41px 30px; gap: 26px; }
  .footer-bottom { gap: 12px; }
  .footer-main nav { flex-wrap: wrap; gap: 12px 22px; }
  .legal-main { padding-block: 60px 85px; }
}
@media (max-width: 430px) {
  .wrap { width: calc(100% - 36px); }
  .hero { padding-top: 222px; }
  .hero-photo { height: 260px; }
  .hero-inner { padding-inline: 18px; }
  .hero .eyebrow { font-size: .61rem; }
  .material-content ul { grid-template-columns: 1fr; }
  .footer-main nav { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .desktop-nav a { transition: none; }
}
