:root{--paper:#fbf7f1;--white:#fff;--ink:#2c2822;--muted:#74695f;--line:rgba(82,63,47,.13);--terracotta:#c97149;--terracotta-dark:#a95334;--green:#4e7464;--sand:#efe4d6;--shadow:0 24px 70px rgba(57,41,29,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit}
.skip-link{position:fixed;top:8px;left:8px;z-index:2000;transform:translateY(-140%);padding:10px 14px;border-radius:10px;background:var(--ink);color:#fff;text-decoration:none}.skip-link:focus{transform:none}
.product-topbar{height:34px;display:flex;align-items:center;justify-content:center;padding:0 16px;background:#a94e2f;color:#fff;font-size:13px;font-weight:700;letter-spacing:.1px;text-align:center}
#mainNav{position:sticky;top:0;z-index:120;min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(20px,4vw,64px);border-bottom:1px solid var(--line);background:rgba(251,247,241,.92);backdrop-filter:blur(16px)}
.product-logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:'Playfair Display',Georgia,serif;font-weight:700}.product-logo img{width:42px;height:42px;border-radius:12px;object-fit:cover;box-shadow:0 7px 20px rgba(74,52,38,.1)}
.product-nav-link{margin-left:auto;margin-right:14px;padding:10px 14px;border-radius:999px;color:var(--ink);font-size:13px;font-weight:700;text-decoration:none}.product-nav-link:hover{background:#fff}
#menuBtn{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:0;border-radius:10px;background:transparent;cursor:pointer}#menuBtn span{width:22px;height:2px;border-radius:2px;background:var(--ink)}
.product-menu{position:fixed;inset:104px 0 auto auto;z-index:115;width:min(340px,calc(100% - 24px));padding:18px;transform:translateX(110%);transition:transform .25s ease;border:1px solid var(--line);border-radius:0 0 0 22px;background:#fff;box-shadow:var(--shadow)}.product-menu.open{transform:none}.product-menu a{display:block;padding:12px 14px;border-radius:12px;text-decoration:none;font-weight:650}.product-menu a:hover{background:var(--sand)}
.product-shell{width:min(1220px,calc(100% - 40px));margin:0 auto;padding:24px 0 80px}
.product-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 22px;color:var(--muted);font-size:13px}.product-breadcrumbs a{text-decoration:none}.product-breadcrumbs a:hover{color:var(--terracotta-dark)}
.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(30px,5vw,72px);align-items:start}
.product-layout>*{min-width:0}.product-gallery{min-width:0}.product-main-image{position:relative;overflow:hidden;aspect-ratio:1/1;border-radius:26px;background:#eee3d6;box-shadow:var(--shadow)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-material-badge{position:absolute;top:18px;left:18px;padding:9px 13px;border-radius:999px;background:rgba(42,38,32,.82);color:#fff;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;backdrop-filter:blur(8px)}
.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-thumb{overflow:hidden;aspect-ratio:1;border:2px solid transparent;border-radius:14px;background:#eadfD2;padding:0;cursor:pointer}.product-thumb.active{border-color:var(--terracotta)}.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-copy{min-width:0;position:sticky;top:94px}.product-eyebrow{margin:0 0 12px;color:var(--terracotta-dark);font-size:11px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}.product-copy h1{max-width:720px;margin:0;overflow-wrap:anywhere;font-family:'Playfair Display',Georgia,serif;font-size:clamp(38px,4.3vw,62px);line-height:1.02;letter-spacing:-1.4px}.product-tags{display:flex;min-width:0;gap:8px;flex-wrap:wrap;margin:18px 0 24px}.product-tags span{min-width:0;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#5f554c;font-size:12px;font-weight:650}
.product-price-card{min-width:0;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 16px 45px rgba(57,41,29,.08)}.product-prices{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-price{min-width:0}.product-price small{display:block;margin-bottom:5px;color:#75695f;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.product-price strong{display:block;white-space:nowrap;color:var(--terracotta-dark);font-family:'Playfair Display',Georgia,serif;font-size:clamp(25px,3vw,34px)}.product-price.cash strong{color:var(--green)}.product-price-note{margin:14px 0 0;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.5}
.product-actions{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.product-button{display:flex;min-width:0;max-width:100%;min-height:50px;align-items:center;justify-content:center;padding:12px 16px;border:1px solid var(--ink);border-radius:999px;font-size:13px;font-weight:800;text-align:center;text-decoration:none;transition:.2s ease}.product-button.primary{border-color:var(--terracotta-dark);background:var(--terracotta-dark);color:#fff}.product-button.primary:hover{border-color:#8f452b;background:#8f452b;transform:translateY(-1px)}.product-button.secondary:hover{background:var(--ink);color:#fff}
.product-content{display:block;margin-top:36px}.product-content.product-spec-only .product-panel{width:min(100%,760px);margin:0 auto}.product-panel{padding:clamp(24px,4vw,42px);border:1px solid var(--line);border-radius:26px;background:#fff}.product-panel h2{margin:0 0 18px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(27px,3vw,38px)}.product-panel h3{margin:24px 0 8px;font-size:15px}.product-panel p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.product-specs{display:grid;gap:0}.product-spec{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.product-spec:last-child{border-bottom:0}.product-spec dt{color:#776b60}.product-spec dd{margin:0;font-weight:700}
.product-payments{margin-top:28px;padding:clamp(24px,4vw,40px);border-radius:26px;background:#2f3c36;color:#fff}.product-payments h2{margin:0 0 18px;font-family:'Playfair Display',Georgia,serif;font-size:clamp(27px,3vw,38px)}.payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.payment-option{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.08)}.payment-option small{display:block;margin-bottom:8px;color:#d8e3dd}.payment-option strong{font-size:17px}
.product-related{margin-top:44px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading h2{margin:0;font-family:'Playfair Display',Georgia,serif;font-size:clamp(30px,4vw,46px)}.section-heading a{color:var(--terracotta-dark);font-size:13px;font-weight:800;text-decoration:none}
.circuit-related .section-heading{align-items:center;gap:16px;margin-bottom:14px}.circuit-related .section-heading h2{font-size:clamp(26px,2.7vw,34px);line-height:1.05}.circuit-related .section-heading a{font-size:12px;white-space:nowrap}.circuit-related .related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.circuit-related .related-card{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:144px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;box-shadow:none;transition:.2s ease}.circuit-related .related-card img{width:100%;height:144px;min-height:144px;aspect-ratio:auto;object-fit:cover}.circuit-related .related-card div{min-width:0;align-self:center;padding:12px}.circuit-related .related-card h3{margin:0 0 7px;font-family:'Playfair Display',Georgia,serif;font-size:17px;line-height:1.12}.circuit-related .related-card strong{display:block;color:var(--green);font-size:12.5px;line-height:1.2}.circuit-related .related-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(57,41,29,.09)}.circuit-related .related-card:focus-visible{outline:2px solid var(--terracotta);outline-offset:3px}
.product-footer{padding:34px 20px;border-top:1px solid var(--line);color:var(--muted);text-align:center;font-size:12px}.mobile-product-cta{display:none}
@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-copy{position:static}.payment-grid{grid-template-columns:repeat(2,1fr)}.circuit-related .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-nav-link{display:none}}
@media(min-width:901px) and (max-width:1100px){.product-price strong{font-size:22px}}
@media(max-width:600px){.product-topbar{height:30px;font-size:11px}#mainNav{min-height:64px;padding:10px 18px}.product-logo span{display:none}.product-shell{width:min(100% - 24px,1220px);padding-top:16px;padding-bottom:100px}.product-layout{gap:24px}.product-main-image{border-radius:20px}.product-copy h1{font-size:38px}.product-prices{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-price-card{padding:17px}.product-price strong{font-size:clamp(18px,5.2vw,22px);letter-spacing:-.2px}.product-actions{grid-template-columns:minmax(0,1fr)}.product-content{margin-top:32px}.product-related{margin-top:36px}.product-panel{padding:22px}.product-spec{grid-template-columns:110px 1fr}.payment-grid{grid-template-columns:1fr 1fr}.payment-option{padding:13px}.circuit-related .section-heading{align-items:flex-end;gap:10px;margin-bottom:12px}.circuit-related .section-heading h2{max-width:220px;font-size:clamp(23px,6.8vw,27px);line-height:1.05}.circuit-related .section-heading a{max-width:92px;font-size:10.5px;line-height:1.15;text-align:right;white-space:normal}.circuit-related .related-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:min(82%,330px);gap:10px;overflow-x:auto;padding:0 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.circuit-related .related-grid::-webkit-scrollbar{display:none}.circuit-related .related-card{min-width:0;min-height:126px;grid-template-columns:42% minmax(0,1fr);scroll-snap-align:start}.circuit-related .related-card img{height:126px;min-height:126px}.circuit-related .related-card div{padding:10px}.circuit-related .related-card h3{font-size:15.5px;line-height:1.12}.circuit-related .related-card strong{font-size:11.5px}.mobile-product-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:150;display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:999px;background:var(--terracotta-dark);box-shadow:0 14px 40px rgba(75,39,24,.35);color:#fff;font-size:14px;font-weight:850;text-decoration:none}.product-menu{top:94px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
