@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Noto+Sans+SC:wght@300;400;500&display=swap");

:root {
  --black: #050505;
  --paper: #f1f0eb;
  --muted: #9b9b97;
  --line: #1d1d1d;
  --warm-line: #9b7054;
  --page: min(91vw, 1180px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; color: var(--paper); background: var(--black); font-family: "DM Sans", "Noto Sans SC", "PingFang SC", sans-serif; font-weight: 300; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; }
figure { margin: 0; }
::selection { color: var(--black); background: var(--paper); }
:focus-visible { outline: 1px solid var(--paper); outline-offset: 5px; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 300; padding: 10px 14px; color: #000; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 100; top: 0; left: 50%; width: var(--page); height: clamp(160px, 20vw, 200px); transform: translateX(-50%); display: grid; place-items: center; }
.wordmark { position: relative; display: block; width: clamp(330px, 44vw, 430px); height: clamp(62px, 7.5vw, 76px); overflow: hidden; }
.wordmark img { position: absolute; left: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
.menu-toggle { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 11px; padding: 12px 0 12px 12px; border: 0; color: white; background: transparent; cursor: pointer; }
.menu-label { font-size: 8px; letter-spacing: 0.2em; }
.menu-icon { display: grid; gap: 6px; width: 27px; }
.menu-icon i { display: block; height: 1px; background: currentColor; transform-origin: center; transition: transform 0.45s var(--ease); }
.menu-icon i:last-child { width: 17px; justify-self: end; }
.menu-open .menu-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-icon i:last-child { width: 27px; transform: translateY(-3.5px) rotate(-45deg); }

.scroll-progress { position: fixed; z-index: 75; right: max(12px, calc((100vw - var(--page)) / 2 - 2px)); top: 21vh; width: 3px; height: 36vh; pointer-events: none; }
.scroll-progress__track { position: absolute; inset: 0 1px; width: 1px; background: #5c5c5c; }
.scroll-progress__thumb { position: absolute; top: 0; left: -1px; width: 5px; height: 41px; background: white; will-change: transform; }

.menu-overlay { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(100px, 12vh, 135px) max(5vw, calc((100vw - 1180px) / 2)) 24px; color: var(--paper); background: #050505; transition: opacity 0.45s var(--ease), visibility 0.45s; }
.menu-overlay::after { content: "S"; position: absolute; right: -0.08em; bottom: -0.38em; z-index: -1; font-size: min(84vw, 760px); font-weight: 500; line-height: 1; color: #0d0d0d; }
.menu-overlay[aria-hidden="false"] { visibility: visible; opacity: 1; }
.menu-kicker, .menu-foot { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: 0.17em; color: var(--muted); }
.menu-list { list-style: none; padding: 0; margin: 18px 0; max-width: 1000px; }
.menu-list > li { border-bottom: 1px solid #272727; }
.menu-list > li > a { display: grid; grid-template-columns: 34px 1fr; align-items: baseline; padding: 9px 0; font-size: clamp(18px, 4.6vh, 46px); line-height: 1.1; transition: padding 0.3s var(--ease); }
.menu-list > li > a:hover { padding-left: 10px; }
.menu-list a span { font-size: 8px; color: #777; letter-spacing: 0.1em; }
.has-children ul { list-style: none; margin: -1px 0 8px 34px; padding: 0; display: flex; flex-wrap: wrap; gap: 5px 14px; }
.has-children ul a { color: #858585; font-size: 9px; letter-spacing: 0.05em; }

.hero, .section, .site-footer { width: var(--page); margin-inline: auto; }
.hero { position: relative; height: clamp(600px, 66vw, 760px); padding-top: clamp(160px, 20vw, 200px); border-bottom: 1px solid var(--line); }
.hero-image { position: absolute; top: clamp(178px, 18vw, 215px); right: 7%; width: 58%; height: 56%; overflow: hidden; }
.hero-image img { object-position: 50% 29%; filter: saturate(0.72) contrast(1.07); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.28), transparent 24%); }
.hero-image figcaption { position: absolute; right: 8px; bottom: 6px; z-index: 1; font-size: 6px; letter-spacing: .16em; opacity: 0; transition: opacity .25s; }
.hero-copy { position: absolute; z-index: 2; left: 4.5%; top: 43%; }
.hero-copy h1 { margin: 0; font: 300 clamp(32px, 5vw, 56px)/1.72 "Noto Sans SC", sans-serif; letter-spacing: .09em; white-space: nowrap; }
.hero-copy h1 span { display: block; }
.hero-copy > i, .eye-copy > i, .brow-lip-copy > i, .detail-copy > i { display: block; margin: 12px 0 12px; font-style: normal; font-size: 20px; }
.hero-copy p { margin: 0; font-size: clamp(12px, 1.7vw, 18px); letter-spacing: .3em; }

.section { position: relative; border-bottom: 1px solid var(--line); }
.section h2 { margin: 0; font: 300 clamp(28px, 4.1vw, 47px)/1.2 "Noto Sans SC", sans-serif; letter-spacing: .07em; }
.eye-section { height: clamp(350px, 37vw, 420px); display: grid; grid-template-columns: 21.5% 37.5% 41%; align-items: center; }
.side-note { align-self: stretch; position: relative; border-right: 1px solid var(--warm-line); }
.side-note > span { display: block; position: absolute; top: 18%; left: 45%; width: 1px; height: 28%; background: var(--paper); }
.side-note > span::before { content: ""; position: absolute; top: -5px; left: -3px; width: 7px; height: 7px; background: var(--paper); }
.side-note p { position: absolute; left: 20%; bottom: 16%; margin: 0; font-size: clamp(8px, 1.2vw, 12px); line-height: 1.65; }
.eye-copy { padding: 0 4% 0 9%; }
.service-list { list-style: none; margin: 0; padding: 0; max-width: 340px; }
.service-list li { display: grid; grid-template-columns: 43px 1fr; align-items: center; padding: 8px 0; border-bottom: 1px solid #151515; }
.service-list span { font-size: clamp(10px, 1.6vw, 16px); }
.service-list strong { font: 300 clamp(11px, 1.55vw, 17px)/1.3 "Noto Sans SC", sans-serif; letter-spacing: .08em; }
.eye-visual { width: 100%; height: 72%; justify-self: center; overflow: hidden; clip-path: polygon(17% 0, 100% 0, 90% 100%, 0 100%); }
.eye-visual img { object-position: 52% 50%; filter: saturate(.65) contrast(1.08); }

.brow-lip-section { height: clamp(270px, 28.5vw, 330px); display: grid; grid-template-columns: 58% 42%; align-items: center; }
.brow-lip-visual { display: grid; grid-template-columns: 1fr 1fr; height: 78%; padding-left: 2.5%; }
.brow-lip-visual figure { overflow: hidden; }
.brow-lip-visual figure:first-child img { object-position: 48% 28%; }
.brow-lip-visual figure:last-child img { object-position: 50% 84%; }
.brow-lip-visual img { filter: saturate(.66) contrast(1.06); }
.brow-lip-copy { padding-left: 7%; }
.brow-lip-copy p { margin: 0; font-size: clamp(11px, 1.6vw, 17px); letter-spacing: .2em; }

.detail-section { height: clamp(360px, 40vw, 455px); display: grid; grid-template-columns: 39% 61%; align-items: center; }
.detail-copy { padding-left: 3%; z-index: 2; }
.detail-copy p { margin: 0 0 10px; font-size: clamp(11px, 1.6vw, 17px); letter-spacing: .16em; }
.detail-copy .detail-statement { margin-top: 18px; color: #adada8; }
.detail-visual { display: grid; grid-template-columns: 1.1fr 1fr; height: 64%; gap: 5px; }
.detail-visual figure { overflow: hidden; }
.detail-visual figure:first-child { clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%); margin-right: -16%; }
.detail-visual figure:last-child { clip-path: polygon(18% 0, 100% 0, 86% 100%, 0 100%); }
.detail-visual figure:first-child img { object-position: 52% 72%; }
.detail-visual figure:last-child img { object-position: 75% 50%; }
.detail-visual img { filter: saturate(.6) contrast(1.07); }
.evaluation-note { position: absolute; right: 1.5%; bottom: 22px; width: 45%; margin: 0; color: #6f6f6c; font-size: 8px; line-height: 1.6; text-align: right; }

.section-index { margin: 0 0 22px; font-size: 8px; letter-spacing: .18em; color: #777; }

.case-section { padding: 32px 1.5% 60px; }
.case-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.case-heading h2 span { font: 300 .48em/1 "DM Sans", sans-serif; letter-spacing: .03em; }
.case-heading p { margin: 0; font-size: 8px; letter-spacing: .18em; color: #777; }
.case-strip { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 12px; height: clamp(190px, 26vw, 295px); overflow: hidden; }
.case-strip figure { overflow: hidden; clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }
.case-strip figure:nth-child(2) img { object-position: 42% 27%; }
.case-strip figure:nth-child(3) img { object-position: 65% 50%; }
.case-strip img { filter: saturate(.58) contrast(1.07); }
.case-note { margin: 18px 0 0 auto; max-width: 330px; color: #777; font-size: 8px; line-height: 1.6; text-align: right; }

.consult-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(210px, .55fr); gap: 6vw; padding: 82px 3% 78px; }
.consult-heading h2 { font-size: clamp(58px, 9vw, 106px); letter-spacing: -.04em; }
.consult-lead { max-width: 440px; margin: 28px 0 0; color: #aaa; font-size: 13px; line-height: 1.8; }
.consult-qr { grid-row: span 2; align-self: start; }
.qr-frame { position: relative; aspect-ratio: 1; width: min(100%, 310px); margin-left: auto; border: 1px solid #444; background: #f4f2eb; }
.qr-image { display: none; width: 100%; height: 100%; object-fit: contain; }
.qr-frame.has-qr .qr-image { display: block; }
.qr-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 12px; color: #111; text-align: center; }
.qr-placeholder span { font-size: 8px; letter-spacing: .22em; }
.qr-placeholder strong { font-size: 18px; font-weight: 400; letter-spacing: .12em; }
.qr-placeholder small { color: #777; font-size: 7px; letter-spacing: .04em; }
.qr-frame.has-qr .qr-placeholder { display: none; }
.consult-qr > p { width: min(100%, 310px); margin: 10px 0 0 auto; color: #777; font-size: 8px; letter-spacing: .15em; text-align: center; }
.consult-steps { list-style: none; margin: 55px 0 0; padding: 0; border-top: 1px solid #333; }
.consult-steps li { display: grid; grid-template-columns: 54px 1fr; max-width: 660px; padding: 16px 0; border-bottom: 1px solid #333; }
.consult-steps span { font-size: 9px; color: #777; }
.consult-steps p { margin: 0; color: #aaa; font-size: 11px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; padding: 85px 3% 95px; }
.faq-heading h2 { font-size: clamp(46px, 7vw, 80px); letter-spacing: -.03em; }
.faq-heading h2 span { display: block; margin-top: 10px; color: #777; font: 300 .25em/1 "DM Sans", sans-serif; letter-spacing: .18em; }
.faq-list { border-top: 1px solid #555; }
.faq-item { border-bottom: 1px solid #333; transition: background-color .25s var(--ease); }
.faq-item.is-open { background: #0a0a0a; }
.faq-question { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 12px; width: 100%; padding: 19px 0; border: 0; color: var(--paper); background: transparent; font: inherit; font-size: 13px; text-align: left; cursor: pointer; }
.faq-number { color: #777; font-size: 8px; }
.faq-question i { color: #999; font-size: 17px; font-style: normal; text-align: right; transition: transform .25s var(--ease); }
.faq-question[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { max-width: 660px; padding: 0 36px 22px 50px; }
.faq-answer[hidden] { display: none; }
.faq-answer p { margin: 0; color: #aaa; font-size: 11px; line-height: 1.85; }

.site-footer { display: flex; justify-content: space-between; align-items: end; padding: 85px 3% 28px; }
.footer-logo { position: relative; display: block; width: clamp(220px, 31vw, 330px); height: clamp(42px, 5.8vw, 62px); overflow: hidden; }
.footer-logo img { position: absolute; left: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
.site-footer p { margin: 0; color: #666; font-size: 7px; letter-spacing: .15em; }

.image-slot { position: relative; }
.hero-image.image-slot { position: absolute; }
.image-slot::before { content: attr(data-slot-label); position: absolute; z-index: 3; left: 8px; top: 7px; padding: 3px 5px; color: white; background: rgba(0,0,0,.55); font-size: 6px; letter-spacing: .12em; opacity: 0; pointer-events: none; }
body.show-image-slots .image-slot::before, body.show-image-slots .hero-image figcaption { opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 680px) {
  :root { --page: calc(100vw - 30px); }
  .site-header { height: 74px; }
  .wordmark { width: 178px; height: 33px; }
  .menu-toggle { gap: 8px; padding-block: 8px; }
  .menu-label { font-size: 6px; }
  .menu-icon { width: 22px; gap: 5px; }
  .menu-icon i:last-child { width: 14px; }
  .menu-open .menu-icon i:last-child { width: 22px; }
  .scroll-progress { right: 6px; top: 18vh; height: 36vh; }
  .scroll-progress__thumb { height: 24px; }
  .hero { height: 265px; padding-top: 74px; }
  .hero-image { top: 79px; right: 7%; width: 58%; height: 56%; }
  .hero-copy { left: 4.5%; top: 43%; }
  .hero-copy h1 { font-size: 22px; line-height: 1.68; letter-spacing: .06em; }
  .hero-copy p { font-size: 8px; }
  .hero-copy > i, .eye-copy > i, .brow-lip-copy > i, .detail-copy > i { margin: 4px 0; font-size: 12px; }
  .eye-section { height: 150px; grid-template-columns: 21.5% 37.5% 41%; }
  .side-note p { display: block; left: 20%; bottom: 13%; font-size: 5px; }
  .eye-copy { padding: 0 4% 0 9%; }
  .section h2 { font-size: 18px; letter-spacing: .05em; }
  .service-list li { grid-template-columns: 20px 1fr; padding: 3px 0; }
  .service-list span { font-size: 7px; }
  .service-list strong { font-size: 6.5px; letter-spacing: .02em; }
  .eye-visual { width: 100%; height: 72%; transform: none; }
  .brow-lip-section { height: 115px; grid-template-columns: 58% 42%; }
  .brow-lip-visual { height: 78%; padding-left: 2.5%; }
  .brow-lip-copy { padding-left: 7%; }
  .brow-lip-copy h2 { font-size: 17px; line-height: 1.35; }
  .brow-lip-copy p { font-size: 6.5px; letter-spacing: .12em; }
  .detail-section { height: 160px; grid-template-columns: 39% 61%; }
  .detail-copy { padding-left: 3%; }
  .detail-copy h2 { font-size: 17px; }
  .detail-copy p { margin-bottom: 4px; font-size: 7px; letter-spacing: .08em; }
  .detail-copy .detail-statement { margin-top: 6px; }
  .detail-visual { height: 64%; gap: 2px; }
  .evaluation-note { right: 1%; bottom: 5px; width: 53%; font-size: 5px; line-height: 1.35; }
  .case-section { padding: 10px 1.5% 35px; }
  .case-heading { margin-bottom: 8px; }
  .case-heading p { font-size: 5px; }
  .case-strip { gap: 4px; height: 110px; }
  .case-note { margin-top: 8px; font-size: 5px; }
  .consult-section { grid-template-columns: 1fr 168px; gap: 14px; padding: 46px 2.5% 52px; }
  .consult-heading h2 { font-size: 35px; }
  .consult-lead { margin-top: 17px; font-size: 9px; line-height: 1.7; }
  .consult-qr { grid-row: auto; }
  .consult-qr > p { margin-top: 7px; font-size: 5px; }
  .qr-placeholder { gap: 7px; }
  .qr-placeholder span { font-size: 5px; }
  .qr-placeholder strong { font-size: 10px; }
  .qr-placeholder small { display: none; }
  .consult-steps { grid-column: 1 / -1; margin-top: 18px; }
  .consult-steps li { grid-template-columns: 34px 1fr; padding: 10px 0; }
  .consult-steps span { font-size: 7px; }
  .consult-steps p { font-size: 8px; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; padding: 52px 2.5% 62px; }
  .faq-heading h2 { font-size: 31px; }
  .faq-question { grid-template-columns: 25px 1fr 18px; gap: 7px; padding: 15px 0; font-size: 11px; line-height: 1.45; }
  .faq-number { font-size: 6px; }
  .faq-answer { padding: 0 18px 17px 32px; }
  .faq-answer p { font-size: 9px; line-height: 1.85; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
