
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}
body.wood{--paper:#f6f2e9;--ink:#292c22;--muted:#63685b;--accent:#374a35;--soft:#e8e5d9;--line:#d2d2c4;--display:Georgia,'Times New Roman',serif}
body.tech{--paper:#f7f8fa;--ink:#141c22;--muted:#5d6570;--accent:#163de1;--soft:#e8edf2;--line:#d5dbe1;--display:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button,a,input,select{touch-action:manipulation}
button{cursor:pointer}
button:disabled{opacity:.55;cursor:wait}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #cc6909;outline-offset:4px}
p{margin:0 0 1.2rem}
h1,h2,h3{line-height:1.1;font-family:var(--display);font-weight:400;margin:0}
h1{font-size:clamp(2.6rem,5.6vw,5.8rem);letter-spacing:-.055em}
h2{font-size:clamp(2rem,3.4vw,3.3rem);letter-spacing:-.035em}
h3{font-size:1.38rem}
.tech h1,.tech h2,.tech h3{font-weight:600}
.container{width:min(1280px,calc(100% - 96px));margin:auto}
.skip-link{position:absolute;left:16px;top:-100px;background:var(--paper);padding:10px;z-index:5}
.skip-link:focus{top:16px}
.announcement{background:var(--accent);color:#fff;text-align:center;padding:8px 16px;font-size:.8125rem;letter-spacing:.05em}
.tech .announcement{background:#17232d;color:#d6f06d}
.site-header{height:106px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:13px;font-size:1.2rem;line-height:1.1;font-weight:600}
.brand-mark{display:grid;place-items:center;border:1px solid currentColor;width:45px;height:45px;font-size:.9rem;font-weight:400}
.wood .brand-name{font-family:Georgia,serif;font-weight:400;max-width:150px;font-size:1.3rem}
.tech .brand{font-size:1.9rem;letter-spacing:-.07em}
.tech .brand-mark{background:var(--ink);color:#d6f06d;border:0;border-radius:50%;font-size:1.4rem}
.nav{display:flex;gap:32px;font-size:.9rem}
.nav a[aria-current=page]{text-decoration:underline;text-underline-offset:7px}
.cart-link{display:flex;align-items:center;gap:10px;font-size:.9rem}
.cart-link span{display:grid;place-items:center;background:var(--soft);width:25px;height:25px;border-radius:50%;font-size:.8rem}
.eyebrow{font:600 .75rem/1.6 Arial,sans-serif;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px;color:var(--muted)}
.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;align-items:center;padding:54px 0 62px}
.hero-copy{padding:20px 0}
.hero-copy>p:not(.eyebrow){font-size:1.1rem;max-width:410px;color:var(--muted);margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;background:var(--accent);color:#fff;border:1px solid var(--accent);padding:15px 23px;min-height:54px;font-weight:600;font-size:.9rem;text-decoration:none}
.button:hover{filter:brightness(1.12)}
.hero .button{margin-top:10px}
.hero-photo{position:relative;height:555px;overflow:hidden}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.wood .hero-photo{border-radius:47% 47% 0 0}
.image-caption{position:absolute;bottom:22px;left:22px;right:22px;background:#f6f2e9ee;padding:13px 18px;display:flex;justify-content:space-between;font-size:.8rem;gap:12px}
.hero-footnote{margin-top:45px;font-size:.8125rem;color:var(--muted);display:flex;align-items:center;gap:15px}
.hero-footnote:before{content:'';width:36px;height:1px;background:var(--muted)}
.tech .hero{gap:0;padding:40px 0 55px;grid-template-columns:1.2fr 1fr}
.tech .hero-copy{background:#17232d;color:white;align-self:stretch;padding:58px 44px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.tech .hero-copy .eyebrow{color:#d6f06d}
.tech .hero-copy>p:not(.eyebrow){color:#bfcbd5}
.tech .hero-copy h1{font-size:clamp(2.6rem,5.5vw,5.3rem)}
.tech .hero .button{background:#d6f06d;border-color:#d6f06d;color:#17232d}
.tech .hero-photo{height:560px;background:#e6eaed}
.tech .hero-photo img{object-position:50% 78%}
.tech .hero-footnote{color:#bfcbd5}
.tech .image-caption{background:#ffffffeb}
.section{padding:56px 0 70px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-heading .eyebrow{margin-bottom:12px}
.text-link{font-size:.875rem;text-decoration:underline;text-underline-offset:6px;white-space:nowrap}
.values{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;font-size:.875rem}
.values>span{text-align:center}
.values b{font-weight:400;margin-right:10px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.product-image{height:335px;background:var(--soft);position:relative;overflow:hidden;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover img{transform:scale(1.035)}
.tech .product-image{height:290px}
.tech .product-card:first-child .product-image img{object-position:50% 85%}
.product-number{position:absolute;top:16px;left:16px;background:#ffffffdc;font-size:.75rem;padding:3px 8px;color:#222}
.product-open{position:absolute;bottom:16px;right:16px;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;background:#fff;color:#222}
.product-meta{display:flex;justify-content:space-between;gap:12px;padding-top:19px;align-items:center}
.product-meta .eyebrow{font-size:.7rem;margin-bottom:7px}
.product-meta>span{white-space:nowrap;font-size:.9rem}
.result-count{font-size:.8125rem;color:var(--muted);margin:0 0 18px}
.story-band{background:var(--soft);padding:45px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:60px}
.story-band h2{max-width:640px}
.site-footer{border-top:1px solid var(--line);padding:38px 0 25px}
.footer-top{display:flex;justify-content:space-between;gap:40px;margin-bottom:40px}
.footer-top p{color:var(--muted);font-size:.875rem;margin-top:12px;max-width:390px}
.footer-links{display:flex;gap:25px;align-items:start;font-size:.875rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:var(--muted)}
.page-heading{padding:65px 0 36px}
.page-heading h1{font-size:clamp(2.5rem,4.5vw,4.3rem)}
.page-heading p:not(.eyebrow){max-width:640px;margin-top:22px;color:var(--muted)}
.catalog-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:5px 0 30px;flex-wrap:wrap}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filters button{background:transparent;border:1px solid var(--line);padding:9px 16px;font-size:.875rem;color:var(--ink)}
.filters button.selected{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.search-sort{display:flex;gap:10px}
input,select{border:1px solid var(--line);padding:11px 12px;background:var(--paper);color:var(--ink);max-width:100%;border-radius:0}
.search-sort input{width:240px}
.search-sort select{font-size:.875rem}
.notice{padding:20px;background:var(--soft);margin:20px 0}
.error{color:#a1251f}
.text-button{border:0;background:none;text-decoration:underline;color:inherit;padding:5px;font-size:.875rem}
.empty{text-align:center;padding:45px 0 85px}
.empty p{margin:20px 0}
.empty .button{margin-top:20px}
.product-detail{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;padding:55px 0 85px;align-items:start}
.detail-photo{height:600px;background:var(--soft)}
.detail-photo img{width:100%;height:100%;object-fit:cover}
.tech .detail-photo img{object-position:center 80%}
.detail-copy{padding-top:15px}
.detail-copy h1{font-size:clamp(2.3rem,4vw,4rem)}
.back-link{display:inline-block;font-size:.875rem;margin-bottom:35px;text-decoration:underline;text-underline-offset:5px}
.detail-price{font-size:1.6rem;margin:25px 0}
.description{color:var(--muted);margin-bottom:28px}
.wide{width:100%}
.detail-note{border-top:1px solid var(--line);padding-top:22px;margin-top:32px;color:var(--muted);font-size:.875rem}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;font-size:.875rem}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.65fr 1fr;gap:55px;padding-bottom:85px;align-items:start}
.cart-item{display:grid;grid-template-columns:115px 1fr auto;gap:22px;border-top:1px solid var(--line);padding:25px 0}
.cart-item>img{width:115px;height:140px;object-fit:cover}
.cart-item h2{font-size:1.45rem;letter-spacing:-.02em}
.cart-item p{font-size:.875rem;margin:7px 0;color:var(--muted)}
.cart-item strong{font-size:.875rem}
.quantity{display:flex;align-items:center;gap:14px;margin-top:13px}
.quantity button:not(.text-button){width:32px;height:32px;background:var(--soft);border:0;color:var(--ink)}
.summary{background:var(--soft);padding:30px}
.summary h2{font-size:1.85rem;margin-bottom:24px}
.summary p{font-size:.875rem;color:var(--muted);margin:22px 0}
.summary .back-link{margin:22px 0 0}
.summary-row{display:flex;justify-content:space-between;gap:22px;padding:12px 0;border-bottom:1px solid var(--line);font-size:.9rem}
.summary-row.total{font-size:1.1rem}
.checkout-layout form{max-width:600px}
.checkout-layout form h2{margin-bottom:25px}
.check{display:flex;align-items:start;gap:12px;margin:30px 0}
.check input{margin-top:6px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:60px 0 90px}
.about img{width:100%;height:540px;object-fit:cover}
.about p:not(.eyebrow){margin-top:28px;color:var(--muted)}
.confirmation{max-width:650px;margin:auto;text-align:center;padding:70px 0 90px}
.confirmation h1{margin:22px 0}
.confirmation-mark{display:inline-grid;place-items:center;background:var(--accent);color:white;border-radius:50%;width:64px;height:64px;font-size:2rem;margin-bottom:25px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fatal{max-width:700px;margin:40px auto;padding:25px}
.noscript{padding:15px;background:#fff0c0;color:#332810}
.tech .story-band{background:#d6f06d}
.main-content{min-height:45vh}

@media(max-width:1000px){.container{width:calc(100% - 48px)}
.hero{gap:30px}
.hero-photo,.tech .hero-photo{height:470px}
.tech .hero-copy{padding:35px 25px}
.product-image{height:270px}
.nav{gap:22px}
.product-detail{gap:35px}
.cart-layout,.checkout-layout{gap:25px}
.search-sort{flex-wrap:wrap}
.cart-item{grid-template-columns:80px 1fr;gap:15px}
.cart-item>img{width:80px;height:115px}
.cart-item>strong{grid-column:2}
}

@media(max-width:680px){.container{width:calc(100% - 36px)}
.site-header{height:auto;min-height:110px;flex-wrap:wrap;gap:14px;padding:20px 0}
.brand{order:0}
.nav{order:2;width:100%;justify-content:center;font-size:.875rem;padding-top:7px}
.cart-nav{margin-left:auto}
.brand-mark{width:35px;height:35px}
.wood .brand-name{font-size:1.15rem;max-width:145px}
.hero,.tech .hero{grid-template-columns:1fr;padding:30px 0 40px;gap:26px}
.hero-copy{padding:8px 0}
.hero-copy h1{font-size:3.6rem}
.hero-copy>p:not(.eyebrow){margin-top:23px}
.hero-footnote{margin-top:23px}
.hero-photo,.tech .hero-photo{height:390px}
.tech .hero{gap:0}
.tech .hero-copy{padding:36px 25px}
.tech .hero-copy h1{font-size:3.5rem}
.tech .hero-photo{height:350px}
.values{grid-template-columns:1fr;gap:13px;padding:20px}
.section{padding:38px 0 48px}
.section-heading{align-items:start;gap:15px}
.section-heading h2{font-size:2rem}
.section-heading>.text-link{margin-top:32px}
.product-grid{grid-template-columns:1fr;gap:32px}
.product-image,.tech .product-image{height:360px}
.product-meta h3{font-size:1.5rem}
.product-meta>span{font-size:1rem}
.story-band{padding:30px 24px;flex-direction:column;align-items:start;gap:26px;margin-bottom:40px}
.story-band h2{font-size:2rem}
.footer-top,.footer-bottom{flex-direction:column;gap:18px}
.footer-top{margin-bottom:25px}
.footer-links{flex-wrap:wrap}
.page-heading{padding:40px 0 25px}
.page-heading h1{font-size:2.6rem}
.catalog-tools{display:block}
.search-sort{margin-top:18px}
.search-sort input{width:100%}
.search-sort select{width:100%}
.product-detail,.cart-layout,.checkout-layout,.about{grid-template-columns:1fr;gap:28px;padding-bottom:50px}
.product-detail{padding-top:30px}
.detail-photo{height:410px}
.detail-copy h1{font-size:3rem}
.back-link{margin-bottom:24px}
.about{padding-top:35px}
.about img{height:380px}
.about h1{font-size:3.3rem}
.summary{padding:25px}
.cart-item{grid-template-columns:85px 1fr}
.quantity{gap:12px}
.confirmation{padding:40px 0 60px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}


fieldset{border:0;padding:0;margin:0;min-width:0}
