/* KOSEE refinement: warm paper, tactile imagery and a clearer reading rhythm. */
:root { --paper:#ffffff; --paper-2:#f7f7f5; --ink:#292b23; --muted:#68695f; --dark:#30382e; --page:clamp(22px,4.5vw,80px); --section:clamp(72px,8vw,128px); }
html { scroll-padding-top:100px; }
body { overflow-wrap:break-word; }
[hidden] { display:none!important; }
.reveal { opacity:1; transform:none; }
.site-header { height:86px; }
.site-header.force-solid,.site-header.scrolled { background:#ffffff; }
.logo { font-size:24px; letter-spacing:.16em; }
.logo-symbol { width:26px; height:26px; }
.main-nav { gap:clamp(14px,1.6vw,28px); }
.main-nav a,.utility-nav a { font-size:11px; letter-spacing:.07em; }
.utility-nav .cta { border:1px solid var(--ink); padding:12px 15px; }
.main-nav a.active { font-weight:700; }
.btn { text-transform:none; letter-spacing:.03em; font-size:13px; min-height:50px; gap:24px; }
.text-link { font-size:11px; letter-spacing:.08em; }
.skip-link { position:fixed; top:-100px; left:20px; padding:14px 20px; background:var(--paper); color:var(--ink); z-index:200; }
.skip-link:focus { top:12px; }
:focus-visible { outline:2px solid #947245; outline-offset:5px; }
.editorial-hero { display:grid; grid-template-columns:1fr 1.04fr; padding-top:86px; min-height:min(900px,100svh); }
.hero-editorial-copy { padding:clamp(48px,6vw,100px) clamp(28px,4.5vw,80px) 30px; display:flex; flex-direction:column; align-items:flex-start; }
.hero-editorial-copy>.eyebrow { font-size:10px; letter-spacing:.16em; margin-bottom:clamp(40px,5vw,80px); }
.hero-editorial-copy h1 { font:400 clamp(64px,7.8vw,126px)/.97 Georgia,'Times New Roman',serif; letter-spacing:-.055em; margin:0; }
.hero-editorial-copy h1 em { font-weight:400; color:#74755d; }
.hero-intro { max-width:410px; font-size:16px; line-height:1.75; color:var(--muted); margin:32px 0 0; }
.hero-editorial-copy .button-row { align-items:center; gap:26px; margin:30px 0 48px; }
.hero-footnote { display:flex; justify-content:space-between; width:100%; margin-top:auto; padding-top:22px; border-top:1px solid var(--line); font-size:10px; text-transform:uppercase; letter-spacing:.11em; }
.hero-editorial-image { margin:0; position:relative; min-height:650px; }
.hero-editorial-image>img { position:absolute; width:100%; height:100%; object-fit:cover; object-position:54% center; }
.hero-editorial-image figcaption { position:absolute; bottom:24px; left:26px; right:26px; padding:14px 16px; display:flex; justify-content:space-between; background:#ffffff; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.hero-editorial-image figcaption:has(.hero-library-link) { padding:0; }
.hero-library-link { display:flex; justify-content:space-between; gap:20px; width:100%; padding:14px 16px; min-height:44px; align-items:center; }
.hero-library-link:hover { background:var(--paper); }
.hero-library-link:hover span:first-child { text-decoration:underline; text-underline-offset:4px; }
.chapter-nav { padding:24px var(--page); display:flex; justify-content:space-between; gap:24px; border-bottom:1px solid var(--line); font-size:11px; }
.chapter-nav>span { color:var(--muted); }
.chapter-nav a:hover { text-decoration:underline; text-underline-offset:5px; }
.editorial-title { font:400 clamp(38px,4.6vw,72px)/1.08 Georgia,'Times New Roman',serif; letter-spacing:-.045em; margin:0; }
.section-head { grid-template-columns:1.15fr .85fr; gap:70px; margin-bottom:48px; }
.section-head .copy { max-width:420px; }
.section-link { margin-top:24px; }
.swatch-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:22px; }
.swatch-image { aspect-ratio:.62; overflow:hidden; position:relative; background:var(--paper-2); }
.swatch-image img { height:100%; object-fit:cover; transition:transform .7s; }
.swatch-card:nth-child(even) { padding-top:44px; }
.swatch-card:hover img { transform:scale(1.045); }
.swatch-number { position:absolute; top:14px; left:14px; background:var(--paper); padding:5px 7px; font-size:10px; }
.swatch-heading { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--line); padding:16px 0 12px; }
.swatch-heading h3 { font-weight:400; font-size:21px; margin:0; }
.swatch-card p { font-size:12px; line-height:1.6; color:var(--muted); }
.approach-section { background:var(--dark); color:var(--paper); padding:var(--section) 0; }
.approach-grid { display:grid; grid-template-columns:1.2fr 1fr; gap:clamp(50px,10vw,160px); }
.approach-grid .copy { margin-top:28px; max-width:490px; }
.approach-steps article { display:grid; grid-template-columns:48px 1fr; gap:20px; padding:24px 0 30px; border-top:1px solid var(--line-light); }
.approach-steps article>span { font-size:11px; color:#c7cabd; padding-top:6px; }
.approach-steps h3 { font:400 32px Georgia,serif; margin:0 0 12px; }
.approach-steps p { font-size:14px; color:#c7cabd; margin:0; max-width:280px; line-height:1.6; }
.space-feature>img { aspect-ratio:2.05; object-fit:cover; }
.space-caption { display:flex; justify-content:space-between; gap:30px; align-items:center; padding:26px 0; border-bottom:1px solid var(--line); }
.space-caption .eyebrow { color:var(--muted); font-size:10px; margin-bottom:12px; }
.space-caption h3 { font:400 32px Georgia,serif; margin:0; }
.next-step { background:var(--paper-2); padding:var(--section) 0; }
.next-grid { display:grid; grid-template-columns:1fr 1fr; gap:60px; margin-top:55px; }
.next-grid a { border-top:1px solid var(--line); padding-top:24px; }
.next-grid a:hover h3 { color:#797653; }
.next-grid span { font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.next-grid h3 { font:400 32px Georgia,serif; margin:22px 0 14px; }
.next-grid p { font-size:14px; color:var(--muted); max-width:380px; }
.site-footer { padding-top:64px; background:#ffffff; color:var(--ink); border-top:1px solid var(--line); }
.footer-grid { gap:36px; }
.footer-brand p,.footer-col a,.footer-col p { color:var(--muted); }
.footer-col a:hover { color:var(--ink); }
.footer-col h4,.footer-bottom { color:var(--muted); }
.footer-bottom { border-top-color:var(--line); }
.material-badge { background:rgba(255,255,255,.94); }
.page-hero { padding-block:160px 70px; }
.page-hero .display { font-size:clamp(48px,6.5vw,94px); line-height:1; }
.project-card .project-image,.project-card:first-child .project-image,.project-card:nth-child(2) .project-image { aspect-ratio:1.35; }
.library-search { margin-bottom:26px; }
.library-search label { display:block; font-size:11px; margin-bottom:8px; }
.library-search input { width:100%; padding:15px; border:1px solid var(--line); border-radius:0; background:transparent; }
.inquiry-notice { padding:18px; background:var(--paper-2); line-height:1.6; }
.form-message pre { white-space:pre-wrap; font:inherit; max-height:300px; overflow:auto; }
.form-message .button-row { margin-top:20px; }
.language-note { margin-top:32px; font-size:12px; color:var(--muted); }
.cn-copy .hero-editorial-copy h1 { font-family:'Songti SC',SimSun,serif; font-size:clamp(42px,5.4vw,82px); line-height:1.25; letter-spacing:-.045em; }
.cn-copy .hero-editorial-copy h1 em { font-style:normal; }
.cn-copy .editorial-title { font-family:'Songti SC',SimSun,serif; line-height:1.25; }
body.menu-open .site-header { background:var(--dark); color:white; border-color:var(--line-light); }
@media(max-width:1100px) { .editorial-hero { min-height:auto; } .hero-editorial-image { min-height:640px; } .hero-editorial-copy h1 { font-size:clamp(56px,8vw,88px); } .swatch-grid { gap:14px; } .approach-grid { gap:50px; } }
@media(max-width:900px) { .section-head { grid-template-columns:1fr; gap:24px; } .swatch-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px 18px; } .swatch-card:nth-child(even) { padding-top:0; } .swatch-image { aspect-ratio:.8; } .approach-grid { grid-template-columns:1fr; } .chapter-nav>span { display:none; } }
@media(max-width:650px) { .site-header { height:70px; } .editorial-hero { padding-top:70px; grid-template-columns:1fr; } .hero-editorial-copy { padding:44px 22px 24px; } .hero-editorial-copy>.eyebrow { margin-bottom:34px; } .hero-editorial-copy h1 { font-size:72px; } .hero-intro { font-size:15px; margin-top:24px; } .hero-editorial-copy .button-row { margin:26px 0 32px; gap:20px; } .hero-editorial-image { min-height:0; height:440px; } .chapter-nav { padding:20px 22px; gap:12px; font-size:10px; } .swatch-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .swatch-card:last-child { grid-column:1/-1; } .swatch-card:last-child .swatch-image { aspect-ratio:1.65; } .space-feature>img { aspect-ratio:1.1; } .space-caption { align-items:flex-start; flex-direction:column; } .space-caption h3,.next-grid h3 { font-size:28px; } .next-grid { grid-template-columns:1fr; gap:28px; margin-top:36px; } .material-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 12px; } .material-info h3 { font-size:17px; } .material-meta { flex-direction:column; gap:4px; } .material-badge { font-size:8px; left:6px; top:6px; padding:5px; } .material-detail-image { min-height:0; height:55svh; } .cn-copy .hero-editorial-copy h1 { font-size:48px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

/* Portfolio import and the three priority veneer collections. */
.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; }
.header-inner { grid-template-columns:minmax(160px,1fr) auto auto auto; }
.language-control select { background:transparent; color:inherit; border:0; border-bottom:1px solid currentColor; padding:8px 18px 8px 2px; font-size:12px; cursor:pointer; }
.language-control option { background:white; color:#292b23; }
.cn-copy .display,.cn-copy .display-medium,.cn-copy .heading,.cn-copy .heading-small { line-height:1.2; letter-spacing:-.025em; }
.cn-copy .main-nav a,.cn-copy .utility-nav a { letter-spacing:.04em; }
.cn-copy .hero-editorial-copy h1 em { font-family:'Songti SC',SimSun,serif; }
.cn-copy .page-hero .display { font-size:clamp(42px,5.5vw,80px); }
.cn-copy .material-detail-copy h1 { line-height:1.15; }
@media(max-width:1180px){.header-inner{grid-template-columns:1fr auto auto;}.language-control{justify-self:end;}}
@media(max-width:650px){.header-inner{gap:12px;}}
@media(max-width:360px){.site-header .brand-logo{width:110px;}.language-control select{padding-right:10px;}}
@media(max-width:380px){.hero-editorial-copy{min-width:0;}.hero-editorial-copy h1{font-size:clamp(48px,18vw,64px);}.cn-copy .hero-editorial-copy h1{font-size:38px;}}
.partnerships { background:#fff; border-top:1px solid var(--line); }
.partners-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0 30px; }
.partner-card { min-width:0; border-bottom:1px solid var(--line); padding:24px 10px; }
.partner-logo { height:108px; display:flex; align-items:center; justify-content:center; padding:12px 22px; }
.partner-logo img { width:100%; height:100%; object-fit:contain; }
.partner-name { display:flex; gap:18px; justify-content:space-between; align-items:start; margin-top:18px; font-size:12px; line-height:1.6; color:var(--muted); }
.partner-card:hover .partner-name { color:var(--ink); }
.partner-wordmark { font-size:21px; letter-spacing:.08em; text-align:center; }
@media(max-width:650px){.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;}.partner-logo{height:90px;padding:8px;}.partner-card{padding:18px 0;}.partner-name{font-size:11px;}.partner-wordmark{font-size:16px;}}
.logo .brand-logo { width:160px; height:auto; display:block; background:white; }
.footer-brand .logo .brand-logo { width:190px; }
.site-header .logo { max-width:180px; }
.source-product .material-detail-image img { object-fit:contain; }
.source-product .material-detail-copy h1 { font-size:clamp(34px,4vw,60px); line-height:1.12; overflow-wrap:anywhere; }
.source-reference { color:var(--muted); font-size:12px; margin:0 0 24px; }
@media(max-width:650px){.logo .brand-logo{width:135px;}.footer-brand .logo .brand-logo{width:165px;}}
.swatch-grid.focus-collections { grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.focus-collections .swatch-card:nth-child(n) { padding-top:0; grid-column:auto; }
.focus-collections .swatch-image { aspect-ratio:.86; }
.marquetry-editorial { height:100%; padding:60px 28px 30px; background:#d9d2c2; display:flex; flex-direction:column; justify-content:space-between; color:#494a3d; }
.marquetry-editorial strong { font:400 clamp(32px,3.6vw,58px)/1.08 Georgia,SimSun,serif; letter-spacing:-.04em; }
.marquetry-editorial>span { font-size:10px; letter-spacing:.1em; }
.secondary-collections,.material-focus-links { display:flex; flex-wrap:wrap; gap:24px; padding:24px 0; border-bottom:1px solid var(--line); font-size:12px; }
.secondary-collections>span { color:var(--muted); }
.material-focus-links { padding-top:0; margin-bottom:30px; }
.curated-projects { gap:58px 28px; }
.curated-projects .project-image { position:relative; aspect-ratio:1.48; }
.curated-projects .project-image img { height:100%; object-fit:cover; }
.gallery-count { position:absolute; right:16px; bottom:16px; background:var(--paper); padding:9px 12px; font-size:10px; letter-spacing:.03em; }
.curated-projects .project-caption { display:block; }
.curated-projects .project-caption h3 { font:400 clamp(23px,2.2vw,34px)/1.18 Georgia,serif; margin:12px 0 0; }
.project-title { font-size:clamp(38px,5.2vw,80px); max-width:1100px; }
.project-gallery[data-project-gallery] { grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px 24px; align-items:start; }
.project-gallery figure { margin:0; min-width:0; }
.project-gallery figure img { width:100%; height:auto; min-height:0; object-fit:contain; background:var(--paper-2); }
.project-gallery figcaption { font-size:10px; color:var(--muted); margin-top:12px; letter-spacing:.05em; }
.earlier-archive { margin-top:70px; border-top:1px solid var(--line); padding-top:24px; }
.earlier-archive summary { cursor:pointer; font-size:14px; }
.earlier-archive .copy { margin-top:24px; font-size:13px; }
.archive-links { display:flex; gap:24px; flex-wrap:wrap; margin-top:24px; }
@media(max-width:650px){
 .swatch-grid.focus-collections { grid-template-columns:1fr; gap:32px; }
 .focus-collections .swatch-image,.focus-collections .swatch-card:last-child .swatch-image { aspect-ratio:1.15; }
 .marquetry-editorial strong { font-size:48px; }
 .project-gallery[data-project-gallery] { grid-template-columns:1fr; }
 .curated-projects { gap:36px; }
 .project-detail-intro { gap:36px; }
}
