@font-face{font-family:Editorial;src:url('assets/fonts/cormorant.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Editorial;src:url('assets/fonts/cormorant-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
@font-face{font-family:Studio;src:url('assets/fonts/manrope.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Studio;src:url('assets/fonts/manrope-semibold.ttf') format('truetype');font-style:normal;font-weight:600;font-display:swap}
:root{--paper:#f3f0e9;--ink:#292d27;--muted:#686b62;--line:#d5d3c9;--dark:#252b25;--gold:#b2a281;--serif:Editorial,Georgia,'Times New Roman',serif;--sans:Studio,Arial,sans-serif;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button{border:0;background:none}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:7px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #877553;outline-offset:4px}::selection{background:#cdbd9f;color:#20241f}[hidden]{display:none!important}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);letter-spacing:-.045em;line-height:1.02}h2{font-size:clamp(44px,5.2vw,83px)}em{font-weight:400}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;line-height:1.5}.section-pad{padding:110px var(--gutter)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:54px}.section-heading .eyebrow{margin-bottom:28px}.section-heading>p{font-size:15px;line-height:1.9;color:var(--muted);padding-bottom:6px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;min-height:58px;padding:18px 25px;font-size:14px;font-weight:500;transition:background .25s,color .25s,transform .25s}.button>span{font-size:23px;line-height:1;transition:transform .25s}.button:hover>span{transform:translate(3px,-3px)}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:#fff}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#434c40}.button-outline{border:1px solid var(--line)}.button-outline:hover{background:#e5e2d9}.text-link{font-size:14px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid var(--ink);padding:12px 0;line-height:1.5}.text-link>span{font-size:21px}.text-link:hover{color:#857451;border-color:#857451}.skip-link{position:fixed;left:20px;top:-90px;z-index:100;background:var(--paper);padding:16px}.skip-link:focus{top:12px}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:var(--gold);z-index:90;transform:scaleX(0);transform-origin:left}
.site-header{height:98px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:25px;position:sticky;top:0;z-index:30;background:rgba(243,240,233,.97);border-bottom:1px solid transparent;transition:height .3s,border-color .3s}.site-header.scrolled{height:80px;border-color:var(--line)}.wordmark{font-family:var(--serif);font-size:36px;font-weight:500;letter-spacing:.065em;line-height:.9;display:flex;flex-direction:column;align-items:center}.wordmark>span{font-family:var(--sans);font-size:10px;line-height:1;margin-top:9px;letter-spacing:.42em;padding-left:.42em}.desktop-nav{display:flex;gap:34px;margin-left:6vw;font-size:14px}.desktop-nav a{position:relative;padding:14px 0}.desktop-nav a:after{content:'';position:absolute;bottom:7px;left:0;width:100%;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .3s}.desktop-nav a:hover:after{transform:scaleX(1)}.header-cta{display:flex;align-items:center;gap:30px;font-size:14px;border-bottom:1px solid var(--ink);padding:9px 0}.header-cta>span{font-size:23px}.menu-toggle{display:none;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{position:fixed;top:80px;left:0;width:100%;height:calc(100dvh - 80px);padding:35px var(--gutter);background:var(--paper);z-index:29;overflow:auto}.mobile-menu>a{font-family:var(--serif);font-size:38px;display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid var(--line)}.mobile-menu>a>span{font-family:var(--sans);font-size:12px}.mobile-menu p{font-size:12px;letter-spacing:.15em;margin-top:50px}
.hero{min-height:660px;height:calc(100svh - 98px);max-height:1000px;position:relative;overflow:hidden;color:#fff}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center 62%;position:absolute;inset:0;animation:hero-zoom 2.2s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,25,19,.61),rgba(19,25,19,.2) 56%,rgba(19,25,19,.01)),linear-gradient(0deg,rgba(19,25,19,.5),transparent 30%)}.hero-content{position:relative;z-index:1;padding:clamp(90px,12vh,150px) var(--gutter) 120px}.hero-intro{display:flex;align-items:center;gap:14px;margin-bottom:35px}.tiny-line{width:27px;height:1px;background:#e5d6b9}.hero h1{font-size:clamp(68px,7.6vw,120px);max-width:1040px;line-height:.99;letter-spacing:-.045em;text-shadow:0 1px 20px #0000000d}.hero h1 em{color:#f0e6d3}.hero-description{font-size:16px;line-height:1.8;margin:27px 0 30px;color:#f1f0e8}.hero-content>h1{animation:enter 1.1s .12s both}.hero-intro{animation:enter .9s both}.hero-description{animation:enter 1s .25s both}.hero .button{animation:enter 1s .4s both}.hero-bottom{position:absolute;bottom:29px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.16em;align-items:center}.hero-bottom>a{display:flex;align-items:center;gap:15px;min-height:30px}.muted-separator{margin:0 14px;color:#d3c7b6}.scroll-line{width:1px;height:32px;background:#ffffff50;position:relative;overflow:hidden}.scroll-line:after{content:'';position:absolute;width:1px;height:17px;background:#fff;animation:scroll-cue 2.5s ease-in-out 3}.hero-index{position:absolute;right:var(--gutter);top:50%;font-size:13px;writing-mode:vertical-rl;letter-spacing:.1em}.hero-index span{opacity:.6;margin-top:12px}.intro{display:grid;grid-template-columns:1fr 3fr;gap:45px;padding-top:110px;padding-bottom:110px}.section-label{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:45px}.section-number{font-size:12px;letter-spacing:.14em}.small-cross{font-size:54px;color:#a18b64}.intro h2{font-size:clamp(32px,3.45vw,56px);line-height:1.17;letter-spacing:-.035em}.intro h2>span{color:#86877b}.intro-bottom{margin-top:35px;display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.intro-bottom p{font-size:15px;line-height:1.95;color:var(--muted);max-width:510px}.intro-bottom a{flex-shrink:0}.collections{border-top:1px solid var(--line);padding-top:85px;padding-bottom:55px}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px}.stone-card{display:block;width:100%;text-align:left;padding:0}.stone-image{position:relative;display:block;overflow:hidden;height:360px;background:#d1c9bb}.stone-image>img{position:absolute;top:0;left:calc(var(--stone-index,0) * -100%);width:400%;max-width:none;height:100%;object-fit:fill;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .7s;transform-origin:calc((var(--stone-index,0) + .5) * 25%) 50%}.stone-0{--stone-index:0}.stone-1{--stone-index:1}.stone-2{--stone-index:2}.stone-3{--stone-index:3}.stone-card:hover img{transform:scale(1.05);filter:brightness(1.04)}.stone-tag{position:absolute;top:18px;left:18px;padding:7px 10px;background:#f3f0e9e8;color:var(--ink);font-size:10px;letter-spacing:.11em}.circle-arrow{position:absolute;bottom:18px;right:18px;display:grid;place-items:center;width:44px;height:44px;background:var(--paper);border-radius:50%;font-size:22px;transform:translateY(7px);opacity:0;transition:transform .3s,opacity .3s}.stone-card:hover .circle-arrow,.stone-card:focus-visible .circle-arrow{transform:translateY(0);opacity:1}.stone-title{display:flex;align-items:center;justify-content:space-between;font-size:clamp(23px,2.2vw,34px);font-family:var(--serif);margin-top:21px;gap:10px}.stone-title>span{font-family:var(--sans);font-size:11px;white-space:nowrap}.stone-subtitle{display:block;font-size:13px;color:var(--muted);margin-top:7px;line-height:1.7}.collection-note,.visual-note{font-size:12px;line-height:1.8;color:var(--muted);margin-top:32px}.marquee{padding:36px 0 38px;overflow:hidden;border-bottom:1px solid var(--line);border-top:1px solid var(--line);color:#86877b}.marquee>div{width:max-content;white-space:nowrap;font-family:var(--serif);font-size:clamp(36px,4.4vw,66px);letter-spacing:.035em;animation:marquee 42s linear infinite}.marquee span{display:inline-block;margin:0 40px;color:#a49372;font-size:.6em;vertical-align:middle}.marquee:hover>div{animation-play-state:paused}
.applications{padding-bottom:85px}.application-layout{display:grid;grid-template-columns:1.32fr 1fr;gap:clamp(35px,6vw,95px);align-items:stretch}.application-visual{height:570px;position:relative;overflow:hidden;background:#d6cfc2}.application-visual>img{width:100%;height:100%;object-fit:cover;object-position:62% center;transition:opacity .25s,transform .7s}.application-visual>img.changing{animation:photo-enter .6s ease-out}.image-caption{position:absolute;bottom:20px;left:22px;color:#fff;font-size:10px;letter-spacing:.12em;text-shadow:0 1px 8px #000;background:#2227;padding:9px}.application-panel{display:flex;flex-direction:column;justify-content:space-between}.application-tabs button{width:100%;display:flex;align-items:center;gap:18px;padding:25px 0;border-bottom:1px solid var(--line);text-align:left;font-size:clamp(22px,2.3vw,36px);font-family:var(--serif);color:#74786d;transition:color .25s,padding .25s}.application-tabs button:first-child{border-top:1px solid var(--line)}.application-tabs button>span:first-child{font-family:var(--sans);font-size:11px;color:var(--muted)}.application-tabs button>span:last-child{margin-left:auto;font-family:var(--sans);font-size:22px;opacity:0;transition:opacity .25s}.application-tabs button[aria-selected=true]{color:var(--ink);padding-left:8px}.application-tabs button[aria-selected=true]>span:last-child{opacity:1}.application-tabs button:hover{color:var(--ink)}#application-detail{padding:30px 0 3px}#application-detail .eyebrow{font-size:11px;letter-spacing:.12em}#application-copy{font-size:15px;color:var(--muted);line-height:1.9;margin-top:17px;max-width:440px}#application-detail .text-link{margin-top:20px}.visual-note{margin-top:17px}
.philosophy{display:grid;grid-template-columns:1fr 1fr;background:var(--dark);color:#f3f0e9}.philosophy-image{position:relative;overflow:hidden;min-height:810px}.philosophy-image>img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:45% center}.vertical-caption{position:absolute;left:30px;bottom:35px;font-size:11px;letter-spacing:.14em;writing-mode:vertical-rl;transform:rotate(180deg);background:#2225;padding:12px}.philosophy-content{padding:85px clamp(35px,6vw,95px)}.philosophy .eyebrow{color:#b8bba9;margin-bottom:30px}.philosophy h2{font-size:clamp(60px,6.5vw,100px)}.philosophy h2 em{color:#c9c4b3}.philosophy-lead{font-size:15px;line-height:1.9;margin-top:25px;color:#c2c5b8;max-width:350px}.process{margin-top:40px}.process article{border-top:1px solid #c2c5b82b;display:flex;gap:24px;padding:24px 0}.process article>span{font-size:11px;color:#b1a78f;padding-top:5px}.process h3{font-size:17px;line-height:1.5}.process p{font-size:13px;line-height:1.85;color:#b8bdaf;margin-top:9px;max-width:380px}.contact{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(45px,9vw,145px);padding-top:130px;padding-bottom:130px}.contact h2{font-size:clamp(56px,6.1vw,95px);margin-top:30px}.contact-intro>p:not(.eyebrow){font-size:15px;line-height:1.8;color:var(--muted);margin-top:30px}.contact-links{display:flex;flex-direction:column;gap:13px;margin-top:25px}.contact-links:empty{display:none}.contact-links a{font-size:16px;overflow-wrap:anywhere;line-height:1.6}.contact-links a:hover{text-decoration:underline}.contact-links p{font-size:14px;line-height:1.7;color:var(--muted)}.contact-intro .contact-domain{border-bottom:1px solid var(--line);padding-bottom:13px;display:flex;justify-content:space-between;max-width:325px}.contact-domain span{font-size:23px}.project-form{padding-top:25px}.form-title{font-size:20px;display:flex;justify-content:space-between;padding-bottom:30px;margin-bottom:15px;border-bottom:1px solid var(--line)}.form-title>span{font-size:27px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.project-form label{display:block;font-size:12px;line-height:1.7;margin-top:23px}.project-form input,.project-form select,.project-form textarea{display:block;width:100%;min-width:0;margin-top:8px;border:0;border-bottom:1px solid #b9bcaf;background:transparent;padding:12px 0;color:var(--ink);border-radius:0;font-size:15px;line-height:1.5}.project-form select{padding-right:12px;cursor:pointer}.project-form textarea{resize:vertical;min-height:105px}.project-form ::placeholder{color:#808477;opacity:1}.form-info{font-size:12px;color:var(--muted);line-height:1.85;margin:23px 0}.project-form .button{width:100%}.form-privacy{font-size:11px;line-height:1.8;color:var(--muted);margin-top:12px}.site-footer{background:#e8e6dd;padding:55px var(--gutter) 25px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px}.footer-wordmark{font-family:var(--serif);font-size:clamp(36px,4.9vw,76px);letter-spacing:.025em}.footer-wordmark>span{display:block;font-family:var(--sans);font-size:10px;letter-spacing:.2em;margin-top:10px}.back-top{display:flex;align-items:center;gap:25px;font-size:13px}.back-top>span{width:45px;height:45px;border:1px solid #b9bcaf;border-radius:50%;display:grid;place-items:center;font-size:22px;transition:background .3s}.back-top:hover>span{background:#d0d1c3}.footer-bottom{border-top:1px solid #c8cbbf;padding-top:24px;display:flex;justify-content:space-between;gap:15px;align-items:center;color:#65695f;font-size:11px}.privacy-button{font-size:12px;padding:8px 0}.privacy-button:hover{text-decoration:underline}
dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-height:90dvh;overflow:auto;box-shadow:0 20px 80px #0003}dialog::backdrop{background:#141a16aa;backdrop-filter:blur(7px)}dialog[open]{animation:enter .25s ease-out}.dialog-close{position:absolute;right:15px;top:15px;width:44px;height:44px;background:var(--paper);border:1px solid var(--line);z-index:2;font-size:29px;border-radius:50%;line-height:1}.dialog-close:hover{background:#dedbd0}.stone-dialog{width:min(900px,calc(100% - 32px))}.stone-dialog[open]{display:grid;grid-template-columns:1fr 1.15fr}.stone-dialog-image{height:auto;min-height:570px}.stone-dialog-content{padding:60px 40px 40px}.stone-dialog h2{font-size:50px;margin:20px 0}.stone-dialog-content>p:not(.eyebrow){font-size:14px;line-height:1.9;color:var(--muted)}.stone-dialog dl{margin:24px 0;font-size:13px;line-height:1.7}.stone-dialog dl>div{border-bottom:1px solid var(--line);padding:11px 0}.stone-dialog dt{font-weight:600}.stone-dialog dd{margin:4px 0 0;color:var(--muted)}.stone-dialog-content>.material-disclaimer{font-size:11px!important;margin-bottom:22px}.stone-dialog .button{font-size:12px;gap:15px;width:100%}.text-dialog{width:min(650px,calc(100% - 32px));padding:55px 40px 35px}.text-dialog h2{font-size:43px;margin:20px 0}.text-dialog>p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);margin-top:15px}.text-dialog pre{font-family:var(--sans);font-size:13px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere;background:#e8e6dd;padding:20px;max-height:260px;overflow:auto}.brief-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.brief-actions .button{font-size:13px;min-height:48px;padding:13px 20px}.brief-actions .text-link{font-size:13px}#brief-status{min-height:24px}.noscript-note{padding:20px;background:#e8e6dd;text-align:center;font-size:14px}.motion-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.motion-ready .reveal.visible{opacity:1;transform:none}.collection-grid .reveal:nth-child(2){transition-delay:.09s}.collection-grid .reveal:nth-child(3){transition-delay:.18s}.collection-grid .reveal:nth-child(4){transition-delay:.27s}
@keyframes enter{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes hero-zoom{from{transform:scale(1.055)}to{transform:scale(1)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes scroll-cue{0%{transform:translateY(-20px)}100%{transform:translateY(35px)}}@keyframes photo-enter{from{opacity:.3;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}
@media(min-width:1700px){.stone-image{height:470px}.intro-bottom p{max-width:610px}.hero-content{padding-top:16vh}}
@media(max-width:1100px){.desktop-nav{gap:20px;margin-left:0}.site-header{gap:15px}.header-cta{gap:15px}.hero{min-height:650px}.hero h1{font-size:clamp(67px,8.8vw,100px)}.hero-content{padding-top:115px}.intro{grid-template-columns:1fr 4fr;gap:28px}.intro-bottom{align-items:flex-start;flex-direction:column;gap:20px}.collection-grid{gap:16px}.stone-image{height:290px}.stone-title{font-size:26px}.stone-title>span{display:none}.application-layout{gap:35px}.application-visual{height:550px}.philosophy-content{padding:70px 35px}.philosophy-image{min-height:840px}.contact{gap:50px}.section-pad{padding-top:85px;padding-bottom:85px}.contact h2{font-size:70px}.form-row{gap:18px}}
@media(max-width:780px){html{scroll-padding-top:92px}.site-header,.site-header.scrolled{height:80px}.wordmark{font-size:31px}.wordmark>span{font-size:9px}.desktop-nav{display:none}.header-cta{margin-left:auto;font-size:12px;gap:20px}.menu-toggle{display:block}.hero{height:calc(92svh - 80px);min-height:630px;max-height:850px}.hero-image{object-position:64% center}.hero-shade{background:linear-gradient(90deg,#161d177d,#161d1725),linear-gradient(0deg,#141e1680,transparent 60%)}.hero-content{padding-top:115px}.hero h1{font-size:clamp(56px,9.7vw,77px)}.hero-description{font-size:15px}.hero-bottom{font-size:9px;letter-spacing:.13em}.hero-bottom>span{display:none}.hero-index{display:none}.hero-intro{font-size:10px;letter-spacing:.16em;margin-bottom:30px}.intro{grid-template-columns:1fr;gap:30px}.section-label{flex-direction:row;align-items:center}.small-cross{font-size:35px}.intro h2{font-size:clamp(33px,5.7vw,46px)}.section-pad{padding-top:65px;padding-bottom:65px}.section-heading{align-items:flex-start;gap:25px;margin-bottom:35px}.section-heading>p{max-width:210px;font-size:13px;margin-top:55px}.section-heading>p>br{display:none}.section-heading .eyebrow{margin-bottom:22px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 18px}.stone-image{height:360px}.stone-title{font-size:29px}.stone-title>span{display:inline;font-size:10px}.circle-arrow{opacity:1;transform:none;width:36px;height:36px;font-size:19px}.stone-subtitle{font-size:12px}.application-layout{grid-template-columns:1fr;gap:30px}.application-visual{height:440px}.application-tabs button{font-size:30px;padding:20px 0}.application-panel{min-height:0}.philosophy{grid-template-columns:1fr}.philosophy-image{min-height:490px;height:490px}.philosophy-image>img{object-position:center 60%}.philosophy-content{padding:60px var(--gutter)}.philosophy h2{font-size:80px}.philosophy h2 br:last-child{display:none}.philosophy-lead{max-width:450px}.process p{max-width:100%}.contact{grid-template-columns:1fr;gap:40px}.contact h2{font-size:73px}.contact h2 br:last-child{display:none}.project-form{padding-top:0}.contact-domain{max-width:100%}.footer-bottom>p:nth-child(2){display:none}.footer-top{gap:20px}.back-top{font-size:12px;gap:12px}.stone-dialog[open]{grid-template-columns:.75fr 1fr}.stone-dialog-content{padding:60px 25px 30px}.stone-dialog h2{font-size:40px}.stone-dialog-image{min-height:600px}}
@media(max-width:480px){:root{--gutter:23px}.header-cta{font-size:11px;gap:10px}.header-cta>span{font-size:20px}.site-header{gap:15px}.wordmark{font-size:28px}.wordmark>span{font-size:8px}.menu-toggle{padding:9px;width:38px}.hero{min-height:635px;height:calc(95svh - 80px)}.hero-content{padding-top:115px}.hero h1{font-size:clamp(49px,11.4vw,60px);line-height:1.07;letter-spacing:-.05em}.hero-intro{font-size:9px;gap:10px}.hero-description{margin-top:25px;margin-bottom:30px}.hero .button{font-size:12px;gap:28px;padding:17px 21px;min-height:55px}.hero-bottom{bottom:22px}.intro h2{font-size:34px}.intro-bottom p{font-size:14px}.section-heading{flex-direction:column;gap:22px}.section-heading>p{margin-top:0;max-width:290px;font-size:14px}.section-heading>p>br{display:initial}h2{font-size:49px}.stone-image{height:260px}.stone-tag{font-size:8px;top:10px;left:10px;padding:6px;letter-spacing:.04em}.collection-grid{gap:27px 14px}.stone-title{font-size:25px;margin-top:16px}.stone-title>span{display:none}.stone-subtitle{font-size:11px}.circle-arrow{width:32px;height:32px;bottom:12px;right:12px}.collection-note,.visual-note{font-size:11px}.marquee{padding:24px 0}.marquee span{margin:0 25px}.application-visual{height:370px}.application-tabs button{font-size:29px}.philosophy-image{min-height:390px;height:390px}.philosophy h2{font-size:70px}.contact h2{font-size:65px}.form-row{grid-template-columns:1fr;gap:0}.project-form label{font-size:13px}.project-form input,.project-form select,.project-form textarea{font-size:16px}.footer-top{align-items:flex-start;gap:25px;flex-direction:column}.footer-wordmark{font-size:41px}.footer-wordmark>span{font-size:9px}.footer-bottom{font-size:10px}.stone-dialog[open]{display:block}.stone-dialog-image{height:220px;min-height:0}.stone-dialog-image>img{object-fit:cover}.stone-dialog-content{padding:30px 24px}.stone-dialog h2{font-size:42px}.text-dialog{padding:60px 25px 25px}.text-dialog h2{font-size:38px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.marquee>div{transform:none}.reading-progress{display:none}}
@media print{.site-header,.hero,.marquee,.project-form,.back-top,dialog,.reading-progress{display:none!important}.section-pad{padding:30px}.reveal{opacity:1!important;transform:none!important}.philosophy{background:#fff;color:#111}.philosophy-content{padding:30px}.philosophy-image{min-height:400px}.philosophy p{color:#333}.site-footer{background:#fff}.collections,.applications,.contact{break-inside:avoid}}
