:root{--ink:#182e46;--muted:#536477;--yellow:#ffce43;--line:#dee3e8;--paper:#fff;--orange:#b34a23;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'Avenir Next',Avenir,'Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:5px}img{display:block;max-width:100%;height:auto}figure,p,h1,h2,h3{margin:0}button,a{-webkit-tap-highlight-color:transparent}.topbar{background:var(--ink);color:white;padding:10px max(5%,calc((100vw - 1320px)/2));display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:1px}.topbar span:first-child{font-weight:650;letter-spacing:1.6px}header{max-width:1468px;margin:auto;padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap}.brand-mark{width:44px;height:44px;display:grid;place-content:center;border-radius:13px;background:var(--yellow);font-size:32px;font-weight:900;letter-spacing:-3px;padding-right:3px;line-height:1}.brand-name{font-size:23px;font-weight:850;letter-spacing:-.7px;line-height:1.2}.brand small{display:block;font-size:10px;font-weight:650;letter-spacing:1.65px;margin-top:5px}nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:600}nav>a:not(.button){padding:8px 0;border-bottom:1px solid transparent}nav>a:not(.button):hover{border-color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;padding:17px 27px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:100px;font-size:15px;font-weight:650;line-height:1.5;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{background:#294661;transform:translateY(-2px);box-shadow:0 6px 15px #182e4615}.button.small{padding:12px 24px;font-size:14px}.hero{max-width:1468px;margin:auto;display:grid;grid-template-columns:1.03fr 1fr;gap:50px;align-items:center;padding:38px 5% 68px}.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.7px;line-height:1.6;margin-bottom:22px;display:flex;align-items:center;gap:12px}.line-mark{width:24px;height:2px;background:var(--orange);flex-shrink:0}h1{font-size:clamp(48px,5.5vw,79px);line-height:1.06;letter-spacing:-4px;font-weight:650;margin-bottom:28px}h1 em,h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-2px}h1 em{color:var(--orange);display:inline-block}h2{font-size:clamp(34px,3.7vw,54px);line-height:1.13;letter-spacing:-2px;font-weight:600}h3{font-size:21px;font-weight:650;letter-spacing:-.5px;line-height:1.3}.lead{font-size:18px;color:var(--muted);line-height:1.8;max-width:470px}.hero .lead{margin-bottom:30px}.hero-foot{margin-top:45px;display:flex;align-items:center;gap:18px;font-size:13px;color:var(--muted)}.hero-index{font-size:22px;font-weight:600;color:var(--ink);letter-spacing:-1px;border-right:1px solid var(--line);padding-right:18px}.hero-foot strong{font-weight:550;color:var(--ink)}.hero-art{position:relative;background:var(--yellow);padding:26px 28px 0;border-radius:120px 24px 24px 24px;overflow:hidden;box-shadow:0 20px 50px #182e4608}.image-label{font-size:11px;letter-spacing:1.4px;font-weight:650;text-align:right;margin-bottom:16px}.hero-art>img{width:100%;aspect-ratio:1.1;object-fit:contain;background:#fff;border-radius:80px 16px 16px 16px;padding:22px}.hero-art figcaption{display:flex;align-items:center;justify-content:space-between;padding:23px 0 27px;gap:20px}.hero-art figcaption span{display:block;font-size:11px;letter-spacing:1.6px;font-weight:650;margin-bottom:7px}.hero-art figcaption strong{font-size:24px;letter-spacing:-.8px;font-weight:600;line-height:1.15;display:block}.hero-art figcaption a{border:1px solid #182e4650;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:26px;flex-shrink:0;transition:background .2s}.hero-art figcaption a:hover{background:var(--ink);color:white}.ribbon{background:#f5f7fa;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;display:flex;justify-content:center;align-items:center;gap:clamp(20px,5vw,75px);padding:23px 5%;font-size:14px;font-weight:550;letter-spacing:.2px}.ribbon i{font-style:normal;color:var(--orange);font-size:25px;line-height:1}.collection,.process{max-width:1468px;padding:92px 5%;margin:auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:46px}.section-heading>p{font-size:16px;line-height:1.75;color:var(--muted);padding-bottom:4px}.section-heading .eyebrow{margin-bottom:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 28px}.card{min-width:0}.product-image{display:block;position:relative;border-radius:20px;background:#f3f5f7;padding:22px 22px 56px;border:1px solid #edf0f3;overflow:hidden;transition:box-shadow .2s,transform .2s}.card:nth-child(3n+2) .product-image{background:#f7f5ef}.card:nth-child(3n+3) .product-image{background:#f0f4f6}.product-image img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:10px;transition:transform .35s;background:white}.product-image:hover{transform:translateY(-3px);box-shadow:0 12px 28px #182e4610}.product-image:hover img{transform:scale(1.035)}.product-image>span{position:absolute;bottom:18px;left:22px;font-size:12px;line-height:1.5;letter-spacing:.2px;color:var(--muted)}.product-image>.card-arrow{left:auto;right:20px;bottom:13px;width:31px;height:31px;border:1px solid #182e4625;border-radius:50%;display:grid;place-items:center;font-size:18px;color:var(--ink)}.card-text{padding:20px 2px 0}.card-text .eyebrow{font-size:11px;letter-spacing:1px;margin-bottom:6px;color:var(--muted)}.card-text h3{margin-bottom:8px;font-size:20px}.card-text h3 a:hover{text-decoration:underline;text-underline-offset:4px}.card-text>p:not(.eyebrow){font-size:15px;color:var(--muted);margin-bottom:17px}.text-link{display:inline-flex;align-items:center;gap:26px;font-size:14px;font-weight:600;padding-bottom:4px;border-bottom:1px solid #182e4650}.text-link:hover{border-color:currentColor}.catalog-note{margin-top:40px;padding-top:23px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.about{background:var(--ink);color:white;padding:76px max(5%,calc((100vw - 1320px)/2));display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.about .eyebrow{color:#c8d2de}.about h2{font-size:clamp(36px,3.9vw,56px)}.about h2 em{color:var(--yellow)}.about .lead{color:#fff;max-width:520px;margin-bottom:22px;font-size:19px}.about p:not(.eyebrow):not(.lead){color:#c8d2de;margin-bottom:26px}.about .text-link{border-color:#ffffff70}.location-label{margin-top:34px;padding-top:20px;border-top:1px solid #ffffff30;font-size:12px;letter-spacing:2px;max-width:330px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}.steps>div{padding-top:23px;border-top:1px solid var(--line)}.steps b{display:inline-grid;place-items:center;background:#f0f3f7;width:48px;height:48px;border-radius:50%;font-size:15px;font-weight:550;margin-bottom:25px}.steps h3{margin-bottom:12px}.steps p{color:var(--muted);font-size:16px;max-width:350px}.contact{max-width:1320px;margin:0 auto 82px;padding:58px;background:var(--yellow);border-radius:28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.contact h2{font-size:clamp(32px,3.6vw,51px);margin-bottom:23px}.contact>div>p:not(.eyebrow){max-width:350px}.contact-card{background:#fff;padding:32px;border-radius:20px}.contact-card h3{font-size:18px;margin-bottom:12px}.email{font-size:clamp(18px,1.9vw,25px);font-weight:600;letter-spacing:-.5px;overflow-wrap:anywhere;text-decoration:underline;text-decoration-color:#182e4630;text-underline-offset:5px}.contact-card p{margin:22px 0;color:var(--muted);font-size:14px}.contact-card .button{width:100%}.small-note,.contact-card .small-note{font-size:13px;line-height:1.7;color:var(--muted)}.contact-card .small-note{margin-bottom:0}footer{padding:36px max(5%,calc((100vw - 1320px)/2));border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;gap:35px}footer p{font-size:13px;color:var(--muted)}footer p a:hover{text-decoration:underline}footer .brand-name{font-size:20px}.detail{max-width:1468px;margin:auto;padding:30px 5% 85px}.back{display:inline-block;font-size:14px;color:var(--muted);margin-bottom:35px}.back:hover{color:var(--ink)}.detail-grid{display:grid;grid-template-columns:1.08fr 1fr;align-items:start;gap:70px}.detail figure{padding:30px;background:#f3f5f7;border:1px solid #edf0f3;border-radius:28px}.detail figure img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:14px;background:white}.detail figcaption{font-size:12px;color:var(--muted);margin-top:20px;text-align:center}.detail-grid>div{padding-top:12px}.detail .eyebrow{margin-bottom:17px}.detail h1{font-size:clamp(36px,4vw,56px);letter-spacing:-2px;line-height:1.09;margin-bottom:23px}.detail .lead{font-size:17px}.detail dl{margin:28px 0 20px}.detail dl div{display:grid;grid-template-columns:1fr 1.4fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);font-size:14px}.detail dt{color:var(--muted)}.detail dd{margin:0;font-weight:500}.detail .button{margin:26px 0 16px;width:100%}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:white;padding:12px;z-index:20}@media(max-width:1450px){.contact{margin-left:5%;margin-right:5%}}@media(max-width:1050px){.hero{gap:28px}h1{letter-spacing:-2.5px}.hero-art{padding:22px 20px 0;border-top-left-radius:85px}.hero-art>img{padding:14px;border-top-left-radius:60px}.about{gap:50px}.contact{padding:38px;gap:30px}.detail-grid{gap:40px}.grid{gap:32px 20px}.product-image{padding:16px 16px 56px}}@media(max-width:760px){html{scroll-padding-top:20px}.topbar{justify-content:center;font-size:11px;padding:9px 5%}.topbar span:first-child{display:none}header{padding:20px 5%;gap:16px;flex-wrap:wrap}.brand-mark{width:38px;height:38px;font-size:29px}.brand-name{font-size:20px}.brand small{font-size:9px;letter-spacing:1px}nav{gap:20px;font-size:14px}nav .button.small{padding:9px 17px}.hero{grid-template-columns:1fr;padding:27px 5% 42px;gap:34px}.hero-copy{max-width:590px}.hero h1{font-size:clamp(47px,9vw,69px);letter-spacing:-2.6px;margin-bottom:22px}.hero .eyebrow{font-size:11px}.hero .lead{font-size:17px;max-width:540px;margin-bottom:24px}.hero-foot{margin-top:25px}.hero-art{padding:23px 25px 0;border-radius:80px 22px 22px 22px}.hero-art>img{max-height:430px;aspect-ratio:1.25;border-radius:55px 12px 12px 12px;padding:20px}.hero-art figcaption{padding:20px 0 23px}.hero-art figcaption strong{font-size:25px}.ribbon{gap:20px;padding:18px 5%;font-size:12px}.ribbon span:last-child,.ribbon i:last-of-type{display:none}.ribbon i{font-size:22px}.collection,.process{padding:58px 5%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px;font-size:15px}.section-heading .eyebrow{margin-bottom:13px}h2{font-size:40px;letter-spacing:-1.8px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 17px}.product-image{padding:13px 13px 53px;border-radius:16px}.product-image>span{left:13px;font-size:11px;max-width:calc(100% - 50px)}.product-image>.card-arrow{right:10px;bottom:13px;width:25px;height:25px}.card-text{padding-top:16px}.card-text h3{font-size:18px}.card-text>p:not(.eyebrow){font-size:14px}.card-text .text-link{gap:15px;font-size:13px}.about{grid-template-columns:1fr;gap:30px;padding:50px 6%}.about h2{font-size:43px}.about h2 br:last-child{display:none}.about .lead{font-size:18px;max-width:none}.location-label{margin-top:25px}.steps{grid-template-columns:1fr;gap:28px}.steps>div{display:grid;grid-template-columns:48px 1fr;column-gap:20px;align-items:start}.steps b{grid-row:span 2;margin-bottom:0}.steps h3{font-size:20px;margin:1px 0 9px}.steps p{grid-column:2;max-width:none;font-size:15px}.contact{grid-template-columns:1fr;padding:30px 24px;margin-bottom:50px;border-radius:23px;gap:30px}.contact h2{font-size:40px}.contact-card{padding:25px}.contact-card .email{font-size:22px}footer{flex-wrap:wrap;padding-top:28px;padding-bottom:28px;gap:25px}footer .brand{width:100%}.detail{padding-top:18px;padding-bottom:50px}.detail-grid{grid-template-columns:1fr;gap:30px}.detail figure{padding:23px}.detail figure img{max-height:500px}.detail h1{font-size:43px}.detail .lead{max-width:none}.detail-grid>div{padding-top:0}}@media(max-width:450px){header{row-gap:18px}header .brand{margin:auto}nav{width:100%;justify-content:space-between;gap:12px}nav .button.small{padding:9px 18px}.hero{padding-top:18px}.hero h1{font-size:49px}.hero-art figcaption strong{font-size:23px}.hero .eyebrow{letter-spacing:1.3px}.hero-art{padding-left:19px;padding-right:19px}.grid{gap:32px;grid-template-columns:1fr}.product-image{padding:22px 22px 56px}.product-image img{max-height:360px}.product-image>span{font-size:12px;left:22px}.product-image>.card-arrow{right:20px;width:30px;height:30px}.card-text h3{font-size:21px}.card-text>p:not(.eyebrow){font-size:15px}.card-text .text-link{font-size:14px}.card-text .eyebrow{font-size:12px}.contact{padding:29px 19px}.contact-card{padding:22px}.contact-card .email{font-size:19px}.contact h2{font-size:36px}.contact .eyebrow{font-size:11px;letter-spacing:1px}.detail h1{font-size:39px}.detail dl div{gap:15px;grid-template-columns:1fr 1.3fr}.button{gap:20px}footer .brand{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Consistent motion and a precision-drawn directional icon. */
:root{--ease-out:cubic-bezier(.22,1,.36,1);--ease-silk:cubic-bezier(.2,.7,.2,1)}
a .arrow-motion,.hero-art figcaption .arrow-motion{position:relative;display:inline-block;flex:0 0 21px;width:21px;height:21px;overflow:hidden;vertical-align:middle;margin:0;letter-spacing:0;line-height:1;color:inherit}
.arrow-motion svg{position:absolute;inset:0;width:100%;height:100%;transition:transform .55s var(--ease-out),opacity .4s var(--ease-out);transform:translate3d(0,0,0);opacity:1}
.arrow-motion svg+svg{transform:translate3d(-125%,125%,0);opacity:0}
.hero-art figcaption a{position:relative;width:56px;height:56px;border:1px solid #ffffff25;color:white;background:var(--ink);box-shadow:inset 0 1px 0 #ffffff26,0 3px 7px #182e4612;transition:background .4s var(--ease-silk),box-shadow .45s var(--ease-out),transform .45s var(--ease-out)}
.hero-art figcaption a .arrow-motion{width:23px;height:23px;flex-basis:23px}
.product-image>.card-arrow{display:grid;place-items:center;background:#ffffffb3;border-color:#182e461c;transition:background .4s var(--ease-silk),color .4s var(--ease-silk),border-color .4s var(--ease-silk),transform .5s var(--ease-out)}
.product-image .card-arrow .arrow-motion{width:15px;height:15px;flex-basis:15px}
.text-link .arrow-motion{width:17px;height:17px;flex-basis:17px}
.text-link{position:relative;border-bottom-color:transparent;padding-bottom:7px}
.text-link::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(.22);transform-origin:left;opacity:.55;transition:transform .55s var(--ease-out),opacity .4s}
.about .text-link{border-bottom-color:transparent}
.button{transition:background .4s var(--ease-silk),transform .45s var(--ease-out),box-shadow .45s var(--ease-out);box-shadow:inset 0 1px 0 #ffffff14}
.button>span[aria-hidden]{display:inline-flex}
.product-image{transition:transform .65s var(--ease-out),box-shadow .65s var(--ease-out),border-color .4s}
.product-image img{transition:transform .85s var(--ease-out)}
.hero-art>img{transition:transform .9s var(--ease-out),box-shadow .9s var(--ease-out)}
nav>a:not(.button){position:relative;border-bottom-color:transparent!important}
nav>a:not(.button)::after{content:'';position:absolute;bottom:3px;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease-out)}
a:focus-visible .arrow-motion svg:first-child{transform:translate3d(125%,-125%,0);opacity:0}
a:focus-visible .arrow-motion svg+svg{transform:translate3d(0,0,0);opacity:1}
.text-link:focus-visible::after,nav>a:focus-visible::after{transform:scaleX(1);opacity:1}
a:active{transition-duration:.12s}
.button:active,.hero-art figcaption a:active{transform:scale(.97)}
@media(hover:hover) and (pointer:fine){
 a:hover .arrow-motion svg:first-child{transform:translate3d(125%,-125%,0);opacity:0}
 a:hover .arrow-motion svg+svg{transform:translate3d(0,0,0);opacity:1}
 .hero-art figcaption a:hover{background:#244864;transform:translateY(-3px) scale(1.055);box-shadow:inset 0 1px 0 #ffffff35,0 10px 20px #182e4625}
 .hero-art:hover>img{transform:translateY(-3px);box-shadow:0 10px 25px #182e4610}
 .product-image:hover{transform:translateY(-5px);box-shadow:0 16px 36px #182e4612;border-color:#182e461a}
 .product-image:hover img{transform:scale(1.035)}
 .product-image:hover .card-arrow{background:var(--ink);color:white;border-color:var(--ink)}
 .text-link:hover::after,nav>a:hover::after{transform:scaleX(1);opacity:1}
 .button:hover{transform:translateY(-3px);box-shadow:inset 0 1px 0 #ffffff24,0 10px 22px #182e4620}
}
@media(hover:none){.button:hover,.product-image:hover{transform:none;box-shadow:none}.product-image:hover img{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero-art:hover>img,.product-image:hover,.product-image:hover img,.button:hover,.hero-art figcaption a:hover{transform:none}.arrow-motion svg:first-child{transform:none!important;opacity:1!important}.arrow-motion svg+svg{display:none}}
