:root {
  --turquoise: #35c2c5;
  --turquoise-dark: #168f94;
  --turquoise-pale: #eaf9f9;
  --ink: #202526;
  --muted: #687173;
  --line: #dfe8e8;
  --warm-white: #fbfcfa;
  --white: #fff;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --shadow: 0 20px 50px rgba(22, 71, 73, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); line-height: 1.8; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 8px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251,252,250,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,232,232,.8); }
.header-inner { width: min(1180px, calc(100% - 48px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 190px; height: auto; }
.global-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .06em; }
.global-nav a { text-decoration: none; }
.global-nav a:not(.nav-cta):hover { color: var(--turquoise-dark); }
.site-map-button { padding: 0; color: inherit; background: none; border: 0; font: inherit; letter-spacing: inherit; cursor: pointer; }
.site-map-button:hover { color: var(--turquoise-dark); }
.nav-cta { padding: 10px 22px; color: white; background: var(--turquoise-dark); border-radius: 999px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; background: none; border: 0; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 700px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); align-items: center; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; width: min(652px, calc(100% - 64px)); margin: 0 5vw 0 auto; padding: 100px 0 120px 32px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--turquoise-dark); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6.2vw, 94px); font-weight: 500; line-height: 1.25; letter-spacing: .03em; }
.hero h1 em, .philosophy h2 em { color: var(--turquoise-dark); font-style: normal; }
.hero-lead { margin: 34px 0; color: #465052; font-size: clamp(15px, 1.45vw, 18px); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 50px; padding: 12px 25px; align-items: center; justify-content: center; border: 1px solid var(--turquoise-dark); border-radius: 3px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; transition: .25s ease; }
.button-primary { color: white; background: var(--turquoise-dark); }
.button-primary:hover { background: #10767a; border-color: #10767a; transform: translateY(-2px); }
.button-secondary { color: var(--turquoise-dark); background: white; }
.button-secondary:hover { background: var(--turquoise-pale); transform: translateY(-2px); }
.button-market { color: #3c4c4e; background: #f6f9f9; border-color: #c8d5d6; }
.button-market:hover { color: var(--turquoise-dark); background: var(--turquoise-pale); border-color: var(--turquoise-dark); transform: translateY(-2px); }
.text-link { color: var(--turquoise-dark); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }
.hero-visual { position: relative; z-index: 1; align-self: stretch; min-height: 700px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-caption { position: absolute; left: 0; bottom: 0; margin: 0; padding: 18px 24px; color: white; background: rgba(20,39,40,.75); font-size: 12px; letter-spacing: .06em; }
.hero-caption span { margin-right: 14px; color: #7ce0e2; font-weight: 700; }

.site-map { position: fixed; z-index: 90; inset: 0; visibility: hidden; overflow-y: auto; background: rgba(22, 29, 30, .96); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.site-map.is-open { visibility: visible; opacity: 1; }
.site-map-panel { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 70px 0 90px; color: white; }
.site-map-close { position: absolute; top: 28px; right: max(24px, calc((100vw - 1120px) / 2)); width: 44px; height: 44px; background: none; border: 0; cursor: pointer; }
.site-map-close span { position: absolute; left: 8px; top: 21px; width: 30px; height: 2px; background: white; }
.site-map-close span:first-child { transform: rotate(45deg); }
.site-map-close span:last-child { transform: rotate(-45deg); }
.site-map h2 { margin: 0 0 36px; font: 500 clamp(34px, 4vw, 52px) var(--serif); }
.site-map-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.site-map-links > a, .site-map-group { min-height: 104px; padding: 23px 28px; border: 1px solid rgba(255,255,255,.55); border-radius: 3px; text-decoration: none; transition: .2s ease; }
.site-map-links > a:hover { color: var(--ink); background: var(--turquoise); border-color: var(--turquoise); }
.site-map-links strong { display: block; font-size: 16px; }
.site-map-links span { display: block; margin-top: 4px; color: #a9bcbc; font: 500 12px var(--serif); letter-spacing: .08em; }
.site-map-links > a:hover span { color: #315153; }
.site-map-group { grid-column: 1 / -1; }
.site-map-group p { margin: 0 0 15px; }
.site-map-group > div { display: flex; flex-wrap: wrap; gap: 10px 25px; }
.site-map-group a { color: #aeeff0; font-size: 13px; text-underline-offset: 4px; }
body.menu-open { overflow: hidden; }

.section-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.intro { max-width: 900px; padding-top: 150px; padding-bottom: 150px; text-align: center; }
.intro h2, .section-heading-row h2, .shops h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(36px, 5vw, 62px); font-weight: 500; line-height: 1.4; }
.intro > p:last-child { max-width: 760px; margin: auto; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 2.2; }

.philosophy { padding: 140px 0; background: var(--turquoise-pale); }
.philosophy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.philosophy-heading { position: sticky; top: 130px; align-self: start; }
.philosophy h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 58px); font-weight: 500; line-height: 1.7; }
.principles article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid #badfe0; opacity: 0; transform: translateY(16px); transition: .6s ease; }
.principles article:first-child { padding-top: 0; }
.principles article.is-visible, .product-card.is-visible { opacity: 1; transform: none; }
.principles span { color: var(--turquoise-dark); font: 600 16px var(--serif); }
.principles h3 { margin: -5px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.principles p { margin: 0; color: var(--muted); font-size: 15px; }

.products { padding-top: 150px; padding-bottom: 170px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { max-width: 370px; margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px 32px; }
.product-card { min-width: 0; background: white; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); transition: .65s ease; }
.product-image { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: #eef3f3; }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s ease; }
.product-image:hover img { transform: scale(1.025); }
.product-note { position: absolute; top: 18px; right: 18px; padding: 5px 12px; color: white; background: var(--turquoise-dark); border-radius: 999px; font-size: 11px; font-weight: 700; }
.product-body { padding: 30px 32px 34px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--turquoise-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.product-body h3 { min-height: 3.2em; margin: 16px 0 12px; font-family: var(--serif); font-size: clamp(21px, 2.5vw, 29px); font-weight: 500; line-height: 1.6; }
.product-body > p { min-height: 5.4em; margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.product-actions .button { padding-inline: 12px; font-size: 12px; letter-spacing: .03em; }

.legacy { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: white; }
.legacy-image { min-height: 520px; background: url("assets/koran-inage2.jpg") center/cover; }
.legacy-copy { align-self: center; max-width: none; padding: 80px clamp(48px, 6vw, 96px); }
.legacy-copy h2 { margin: 0 0 30px; font: 500 clamp(40px, 5vw, 66px)/1.45 var(--serif); }
.legacy-copy p:not(.section-kicker) { color: var(--muted); font-size: 15px; }

.shops { padding-top: 150px; padding-bottom: 150px; }
.fitting-reservation { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 50px; padding: 22px 26px; background: var(--turquoise-pale); border-left: 4px solid var(--turquoise); }
.fitting-reservation p { margin: 0; font-family: var(--serif); font-size: 17px; }
.fitting-reservation .button { flex: 0 0 auto; }
.shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 0; }
.shop-grid article { padding: 40px; background: white; border-top: 4px solid var(--turquoise); box-shadow: var(--shadow); }
.shop-label { margin: 0; color: var(--turquoise-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.shop-grid h3 { margin: 12px 0 22px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.shop-grid address, .shop-grid article > p:last-child { color: var(--muted); font-size: 14px; font-style: normal; }
.shop-grid a { color: var(--turquoise-dark); font-weight: 700; text-decoration: none; }
.shop-map { margin: 28px -40px -40px; overflow: hidden; }
.shop-map iframe { display: block; width: 100%; height: 280px; border: 0; }

.site-footer { padding: 70px 24px 40px; text-align: center; background: #e7f7f7; }
.site-footer img { width: 210px; margin: auto; }
.site-footer p { margin: 22px 0 45px; color: var(--muted); font-family: var(--serif); }
.site-footer .last-updated { margin: 0 0 10px; color: #718183; font-family: var(--sans); font-size: 12px; }
.site-footer small { color: #7b898a; font-size: 11px; }

/* Company profile */
.about-hero { background: linear-gradient(105deg, var(--turquoise-pale) 0 48%, var(--white) 48%); }
.about-hero-inner { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 64px); align-items: center; }
.about-hero h1 { margin: 0; font: 500 clamp(46px, 5vw, 72px)/1.35 var(--serif); letter-spacing: .02em; }
.about-hero h1 em { color: var(--turquoise-dark); font-style: normal; }
.about-hero-inner > div:first-child > p:last-child { max-width: 520px; margin: 34px 0 0; color: var(--muted); font-size: 16px; }
.about-hero-visual { position: relative; align-self: stretch; min-height: 720px; overflow: hidden; }
.about-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.about-hero-visual p { position: absolute; right: 0; bottom: 0; margin: 0; padding: 18px 24px; color: white; background: rgba(20,39,40,.8); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.about-hero-visual p span { margin-right: 8px; color: #7ce0e2; font-size: 24px; }
.about-history { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.about-section-heading h2 { margin: 0; font: 500 clamp(38px, 4.6vw, 62px)/1.55 var(--serif); }
.about-lead-copy { padding-top: 35px; }
.about-lead-copy p { margin: 0 0 24px; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 2.15; }
.brand-story { padding: 130px 0; background: var(--turquoise-pale); }
.brand-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #badfe0; }
.brand-story article { padding: 58px; background: var(--turquoise-pale); }
.brand-story h2 { margin: 0 0 28px; font: 500 clamp(30px, 3.3vw, 44px)/1.6 var(--serif); }
.brand-story article > p:last-child { margin: 0; color: var(--muted); font-size: 15px; }
.company-timeline { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.company-timeline ol { margin: 0; padding: 0; list-style: none; }
.company-timeline li { display: grid; grid-template-columns: 115px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.company-timeline time { color: var(--turquoise-dark); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.company-timeline h3 { margin: -4px 0 8px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.company-timeline li p { margin: 0; color: var(--muted); font-size: 14px; }
.about-values { padding: 140px 0; color: white; background: #183c3e; }
.about-section-heading-light { margin-bottom: 60px; }
.about-section-heading-light .section-kicker { color: #7ce0e2; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.about-value-grid article { padding: 40px; background: #183c3e; }
.about-value-grid span { color: #7ce0e2; font-family: var(--serif); }
.about-value-grid h3 { min-height: 3.2em; margin: 24px 0 15px; font: 500 23px/1.6 var(--serif); }
.about-value-grid p { margin: 0; color: #c2d2d3; font-size: 14px; }
.about-message { padding-top: 150px; padding-bottom: 150px; text-align: center; }
.about-message blockquote { max-width: 920px; margin: 0 auto 35px; font: 500 clamp(30px, 4.2vw, 52px)/1.75 var(--serif); }
.about-message > p:not(.section-kicker) { max-width: 690px; margin: 0 auto 35px; color: var(--muted); }
.company-profile { padding: 140px 0; background: var(--turquoise-pale); }
.company-profile-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 9vw; }
.company-list { margin: 0; }
.company-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 23px 0; border-bottom: 1px solid #badfe0; }
.company-list dt { color: var(--turquoise-dark); font-size: 13px; font-weight: 700; }
.company-list dd { margin: 0; color: #465052; font-size: 15px; }
.company-list a { color: var(--turquoise-dark); text-underline-offset: 4px; }

/* Frequently asked questions */
.faq-hero { background: linear-gradient(110deg, var(--turquoise-pale) 0 63%, var(--white) 63%); }
.faq-hero-inner { min-height: 560px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.faq-hero h1 { margin: 0; font: 500 clamp(48px, 6vw, 78px)/1.35 var(--serif); }
.faq-hero h1 em { color: var(--turquoise-dark); font-style: normal; }
.faq-hero-inner > div:first-child > p:last-child { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 16px; }
.faq-hero-mark { display: flex; align-items: center; justify-content: center; color: var(--turquoise-dark); font-family: var(--serif); line-height: 1; }
.faq-hero-mark span { font-size: clamp(100px, 13vw, 180px); }
.faq-hero-mark i { margin: 0 -4px; color: var(--turquoise); font-size: clamp(42px, 5vw, 72px); font-style: normal; }
.faq-index { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 70px; padding-bottom: 70px; }
.faq-index a { padding: 20px 24px; border-right: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 15px; text-decoration: none; }
.faq-index a:last-child { border-right: 0; }
.faq-index a:hover { color: var(--turquoise-dark); }
.faq-index span { display: block; margin-bottom: 5px; color: var(--turquoise-dark); font: 600 11px var(--sans); letter-spacing: .12em; }
.faq-section { padding-top: 130px; padding-bottom: 140px; scroll-margin-top: 86px; }
.faq-section-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 9vw; }
.faq-section-heading h2 { margin: 0; font: 500 clamp(36px, 4.2vw, 56px)/1.5 var(--serif); }
.faq-section-heading > p:last-child:not(.section-kicker) { margin: 25px 0 0; color: var(--muted); font-size: 14px; }
.faq-section-tint { background: var(--turquoise-pale); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 62px 28px 52px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.7; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { position: absolute; left: 5px; top: 27px; content: "Q"; color: var(--turquoise-dark); font: 600 17px var(--serif); }
.faq-list summary::after { position: absolute; right: 12px; top: 31px; width: 12px; height: 12px; content: ""; border-right: 1px solid var(--turquoise-dark); border-bottom: 1px solid var(--turquoise-dark); transform: rotate(45deg); transition: transform .2s ease; }
.faq-list details[open] summary::after { top: 38px; transform: rotate(225deg); }
.faq-list summary:hover { color: var(--turquoise-dark); }
.faq-answer { padding: 0 52px 32px; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }
.faq-links-title { margin-top: 22px !important; color: var(--ink); font-weight: 700; }
.faq-links { margin: 10px 0 0; padding-left: 1.25em; }
.faq-links a { color: var(--turquoise-dark); text-underline-offset: 4px; }
.faq-button { margin-top: 22px; }
.faq-section-dark { color: white; background: #183c3e; }
.faq-section-dark .section-kicker, .faq-section-dark .faq-list summary::before { color: #7ce0e2; }
.faq-section-dark .faq-section-heading > p:last-child:not(.section-kicker), .faq-section-dark .faq-answer { color: #c2d2d3; }
.faq-section-dark .faq-list, .faq-section-dark .faq-list details { border-color: rgba(255,255,255,.2); }
.faq-section-dark .faq-list summary::after { border-color: #7ce0e2; }
.faq-section-dark .faq-list summary:hover { color: #7ce0e2; }

/* Daytime formal guide */
.daytime-hero { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--white); }
.daytime-hero-image { min-height: 680px; overflow: hidden; }
.daytime-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.daytime-hero-copy { align-self: center; max-width: 650px; padding: 90px clamp(40px, 6vw, 100px); }
.daytime-hero h1 { margin: 0; font: 500 clamp(46px, 5.2vw, 76px)/1.42 var(--serif); }
.daytime-hero h1 em { color: var(--turquoise-dark); font-style: normal; }
.daytime-hero-copy > p:not(.eyebrow) { margin: 30px 0; color: var(--muted); font-size: 16px; }
.daytime-intro { max-width: 950px; padding-top: 145px; padding-bottom: 145px; text-align: center; }
.daytime-intro h2, .daytime-heading h2 { margin: 0 0 28px; font: 500 clamp(36px, 4.6vw, 60px)/1.55 var(--serif); }
.daytime-intro > p:last-child { max-width: 760px; margin: auto; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 2.15; }
.formal-guide { padding: 130px 0 145px; background: var(--turquoise-pale); }
.daytime-heading { margin-bottom: 55px; }
.daytime-heading > p:last-child { color: var(--muted); font-size: 14px; }
.daytime-heading strong { color: var(--turquoise-dark); }
.formal-table-wrap { overflow-x: auto; box-shadow: var(--shadow); }
.formal-table { width: 100%; min-width: 760px; border-collapse: collapse; background: white; text-align: center; }
.formal-table th, .formal-table td { padding: 18px 15px; border: 1px solid var(--line); }
.formal-table thead th { color: white; background: #183c3e; font-family: var(--serif); font-weight: 500; }
.formal-table thead th:first-child { background: var(--turquoise-dark); }
.formal-table thead span { color: #bfe9ea; font-size: 11px; }
.formal-table tbody th { color: #465052; background: #f7fafa; font-size: 13px; text-align: left; }
.formal-table td { color: var(--turquoise-dark); font-family: var(--serif); font-size: 17px; font-weight: 600; }
.daytime-level { padding-top: 150px; padding-bottom: 150px; scroll-margin-top: 86px; }
.daytime-level-tint { padding: 150px 0; background: #f1f8f8; scroll-margin-top: 86px; }
.level-heading { display: grid; grid-template-columns: 120px 1fr; gap: 35px; align-items: start; margin-bottom: 65px; }
.level-number { margin: -15px 0 0; color: var(--turquoise); font: 500 clamp(72px, 8vw, 112px)/1 var(--serif); }
.level-heading h2 { margin: 0; font: 500 clamp(40px, 4.5vw, 60px)/1.4 var(--serif); }
.level-heading h3 { margin: 12px 0 0; color: var(--muted); font: 500 21px/1.6 var(--serif); }
.level-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 7vw, 100px); align-items: center; margin-bottom: 90px; }
.level-intro-reverse { grid-template-columns: .9fr 1.1fr; }
.level-intro-reverse img { order: 2; }
.level-intro img { width: 100%; max-height: 680px; object-fit: cover; object-position: top; }
.level-intro p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 2.2; }
.day-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.day-product-card { display: grid; grid-template-columns: minmax(170px, .82fr) 1.18fr; min-height: 360px; background: white; box-shadow: var(--shadow); }
.day-product-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.day-product-card > div { display: flex; padding: 30px 27px; flex-direction: column; }
.day-product-card h3 { margin: 0 0 13px; font: 500 20px/1.6 var(--serif); }
.day-product-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.market-buttons { display: grid; gap: 7px; margin-top: auto; }
.market-buttons a { display: flex; min-height: 39px; padding: 8px 11px; align-items: center; justify-content: center; border: 1px solid var(--turquoise-dark); color: var(--turquoise-dark); background: white; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-decoration: none; transition: .2s ease; }
.market-buttons a:first-child { color: white; background: var(--turquoise-dark); }
.market-buttons a:hover { color: white; background: #10767a; border-color: #10767a; }
.style-reference-note { margin: -45px 0 35px; padding: 16px 20px; color: #596466; background: #f3f7f7; border-left: 3px solid var(--turquoise); font-size: 13px; }
.style-reference-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.style-reference-gallery img { width: 100%; aspect-ratio: 17/10; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.styling-tips { display: grid; grid-template-columns: .45fr .65fr 1.9fr; gap: 35px; margin-top: 80px; padding: 42px 46px; color: white; background: #183c3e; }
.styling-tips .section-kicker { color: #7ce0e2; }
.styling-tips h3 { margin: -5px 0 0; font: 500 24px/1.6 var(--serif); }
.styling-tips ul { margin: 0; padding-left: 1.25em; color: #c2d2d3; font-size: 13px; }
.styling-tips li + li { margin-top: 8px; }
.daytime-note { padding: 75px 0; color: white; background: #183c3e; }
.daytime-note .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.daytime-note p { max-width: 760px; margin: 0; color: #d8e6e7; font-size: 14px; }
.daytime-note .button { flex: 0 0 auto; }
.daytime-note .button-secondary { color: white; background: transparent; border-color: #7ce0e2; }
.daytime-note .button-secondary:hover { color: #183c3e; background: #7ce0e2; }

@media (min-width: 821px) and (max-width: 1180px) {
  .about-hero-inner { width: calc(100% - 48px); }
  .about-hero h1 { font-size: clamp(46px, 5vw, 58px); }
  .about-hero-inner > div:first-child > p:last-child { font-size: 15px; }
  .about-history, .company-timeline, .company-profile-grid { gap: 6vw; }
  .brand-story article { padding: 44px; }
  .about-value-grid article { padding: 32px; }
}

@media (max-width: 820px) {
  .header-inner { width: calc(100% - 32px); height: 72px; }
  .brand img { width: 158px; }
  .menu-button { display: block; }
  .global-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 26px 24px 30px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); }
  .global-nav.is-open { display: flex; }
  .global-nav a, .global-nav .site-map-button { padding: 13px 4px; border-bottom: 1px solid var(--line); text-align: left; }
  .global-nav .nav-cta { margin-top: 14px; padding: 12px; text-align: center; border: 0; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { width: calc(100% - 40px); margin: auto; padding: 70px 0 76px; }
  .hero h1 { font-size: clamp(46px, 14vw, 72px); }
  .hero-lead br { display: none; }
  .hero-visual { min-height: 72vh; }
  .site-map-panel { width: calc(100% - 32px); padding-top: 80px; }
  .site-map-links { grid-template-columns: 1fr; }
  .site-map-group { grid-column: auto; }
  .site-map-close { right: 16px; }
  .section-shell { width: calc(100% - 40px); }
  .intro, .products, .shops { padding-top: 100px; padding-bottom: 100px; }
  .philosophy { padding: 100px 0; }
  .philosophy-grid { grid-template-columns: 1fr; gap: 70px; }
  .philosophy-heading { position: static; }
  .section-heading-row { display: block; margin-bottom: 45px; }
  .section-heading-row > p { margin-top: 25px; }
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .product-body h3, .product-body > p { min-height: 0; }
  .legacy { grid-template-columns: 1fr; }
  .legacy-image { min-height: 420px; }
  .legacy-copy { max-width: none; padding: 80px 28px; }
  .shop-grid { grid-template-columns: 1fr; }
  .fitting-reservation { align-items: stretch; flex-direction: column; margin-bottom: 38px; }
  .about-hero { background: var(--turquoise-pale); }
  .about-hero-inner { width: 100%; min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .about-hero-inner > div:first-child { width: calc(100% - 40px); margin: auto; padding: 80px 0; }
  .about-hero-visual { min-height: 650px; }
  .about-history, .company-timeline, .company-profile-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-history, .company-timeline { padding-top: 100px; padding-bottom: 100px; }
  .about-lead-copy { padding-top: 0; }
  .brand-story { padding: 90px 0; }
  .brand-story-grid, .about-value-grid { grid-template-columns: 1fr; }
  .brand-story article { padding: 45px 30px; }
  .about-values, .company-profile { padding: 100px 0; }
  .about-message { padding-top: 100px; padding-bottom: 100px; }
  .faq-hero { background: var(--turquoise-pale); }
  .faq-hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 80px; padding-bottom: 70px; }
  .faq-hero-mark { justify-content: flex-start; opacity: .18; }
  .faq-index { grid-template-columns: repeat(2, 1fr); padding-top: 35px; padding-bottom: 35px; }
  .faq-index a:nth-child(2) { border-right: 0; }
  .faq-index a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .faq-section { padding-top: 100px; padding-bottom: 100px; }
  .faq-section-grid { grid-template-columns: 1fr; gap: 50px; }
  .daytime-hero { min-height: auto; grid-template-columns: 1fr; }
  .daytime-hero-image { min-height: 70vh; }
  .daytime-hero-copy { max-width: none; padding: 80px 28px; }
  .daytime-intro { padding-top: 100px; padding-bottom: 100px; }
  .formal-guide, .daytime-level, .daytime-level-tint { padding-top: 100px; padding-bottom: 100px; }
  .level-heading { grid-template-columns: 85px 1fr; gap: 20px; }
  .level-intro, .level-intro-reverse { grid-template-columns: 1fr; gap: 40px; }
  .level-intro-reverse img { order: initial; }
  .day-product-grid { grid-template-columns: 1fr; }
  .style-reference-gallery { grid-template-columns: 1fr; gap: 22px; }
  .styling-tips { grid-template-columns: 1fr; gap: 15px; }
  .daytime-note .section-shell { align-items: stretch; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 560px; }
  .intro > p:last-child { font-size: 16px; text-align: left; }
  .product-body { padding: 26px 20px 28px; }
  .product-meta { align-items: flex-start; flex-direction: column; }
  .product-actions { grid-template-columns: 1fr; }
  .legacy-image { min-height: 340px; }
  .shop-grid article { padding: 30px 24px; }
  .shop-map { margin: 24px -24px -30px; }
  .about-hero-visual { min-height: 520px; }
  .company-timeline li { grid-template-columns: 1fr; gap: 8px; }
  .about-value-grid article { padding: 34px 26px; }
  .about-value-grid h3 { min-height: 0; }
  .company-list > div { grid-template-columns: 1fr; gap: 5px; }
  .faq-index a { padding: 16px 12px; font-size: 13px; }
  .faq-list summary { padding: 23px 38px 23px 34px; font-size: 16px; }
  .faq-list summary::before { left: 0; top: 22px; }
  .faq-list summary::after { right: 3px; top: 26px; }
  .faq-list details[open] summary::after { top: 32px; }
  .faq-answer { padding: 0 34px 27px; }
  .daytime-hero-image { min-height: 530px; }
  .level-heading { grid-template-columns: 1fr; }
  .level-number { font-size: 70px; }
  .day-product-card { grid-template-columns: 1fr; }
  .day-product-card > img { height: 430px; }
  .day-product-card > div { padding: 26px 22px; }
  .styling-tips { padding: 34px 25px; }
}

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