:root{--forest:#173A2B;--bone:#F3EFE5;--charcoal:#141414;--sage:#8FA694;--clay:#B86A4A;--ink:var(--charcoal);--paper:var(--bone);--muted:#526257;--line:#d2d8ce}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 28px;border-bottom:1px solid var(--line);background:var(--charcoal);color:var(--bone);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-weight:900;letter-spacing:-.04em;font-size:1.35rem}.nav{gap:24px}.headerCta{justify-self:end;background:var(--bone);color:var(--forest);padding:12px 16px;border-radius:999px;font-weight:800}.hero{min-height:76vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:50px;gap:50px;padding:72px max(28px,6vw)}.eyebrow{display:block;font-size:.72rem;font-weight:900;margin-bottom:16px}.hero h1,.pageTitle,.section h2{font-size:clamp(3.2rem,8vw,8rem);line-height:.86;letter-spacing:-.07em;margin:0}.hero h1 em{font-style:normal;color:var(--forest)}.heroLead{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.5;max-width:760px;color:var(--muted)}.heroActions{display:flex;gap:22px;align-items:center;margin-top:30px}.primaryButton{display:inline-block;background:var(--forest);color:var(--bone);padding:16px 22px;border-radius:999px;font-weight:900}.textLink{font-weight:800}.heroBoard{display:flex;justify-content:center}.heroBoardInner{width:min(360px,78vw);aspect-ratio:230/325;border-radius:20px;background:var(--forest);color:var(--bone);padding:32px;transform:rotate(5deg);box-shadow:0 30px 70px rgba(0,0,0,.18);display:flex;flex-direction:column;justify-content:space-between}.heroBoardInner strong{font-size:3rem;line-height:.9}.miniCourt{height:45%;border:2px solid var(--bone);border-radius:14px}.proofStrip{display:flex;justify-content:space-around;gap:24px;overflow:auto;padding:18px 28px;background:var(--forest);color:var(--bone);font-size:.72rem;font-weight:900;letter-spacing:.1em}.section{padding:90px max(28px,6vw)}.pageTop{padding-top:80px}.cardGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:42px}.productCard{min-height:280px;border:1px solid var(--line);border-radius:22px;background:var(--bone);display:flex;flex-direction:column}.productCard h3{font-size:2rem;margin:10px 0}.productCard p{color:var(--muted);line-height:1.5}.productCard b{margin-top:auto}.footer{background:var(--forest);color:var(--bone);display:grid;grid-gap:30px;gap:30px;padding:50px max(28px,6vw);border-top:1px solid var(--line)}.footer div:last-child{text-align:right}.specList{line-height:2;margin:28px 0}.narrow{max-width:980px}.bodyCopy{font-size:1.15rem;line-height:1.7}.designerShell{display:grid;grid-template-columns:300px 1fr;grid-gap:26px;gap:26px;margin-top:34px}.designerPanel{padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--bone)}.designerPanel label{display:grid;grid-gap:7px;gap:7px;margin-bottom:14px;font-weight:700;font-size:.9rem}.designerPanel input:not([type=radio]),.designerPanel select{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--bone)}.choice{grid-template-columns:22px 1fr!important;align-items:center}.panelGap{margin-top:26px}.colorRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.designerStage{display:flex;flex-direction:column;align-items:center}.sideTabs{display:flex;gap:6px;margin-bottom:16px;background:#d2d8ce;padding:5px;border-radius:999px}.sideTabs button{border:0;background:transparent;padding:10px 16px;border-radius:999px;font-weight:800}.sideTabs .active{background:var(--bone)}.boardPreview{position:relative;width:min(460px,78vw);aspect-ratio:230/325;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.18);box-shadow:0 25px 60px rgba(0,0,0,.15)}.clipZone{position:absolute;left:50%;top:2.5%;transform:translateX(-50%);width:52.17%;height:9.23%;border:1px dashed rgba(0,0,0,.45);z-index:5}.clipBar{height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.25);font-size:.55rem;font-weight:900}.hole{position:absolute;top:58%;width:8px;height:8px;border-radius:50%;background:#111;transform:translate(-50%,-50%)}.hole1{left:25%}.hole2{left:75%}.boardBranding{position:absolute;top:13%;left:7%;right:7%;display:flex;justify-content:space-between;z-index:3}.boardBranding strong{font-size:.95rem}.boardBranding span{font-size:.82rem}.courtArea{position:absolute;left:8%;right:8%;top:22%;bottom:8%;background:rgba(255,255,255,.86);border-radius:15px;padding:10px}.courtSvg{width:100%;height:100%}.boardMeta{position:absolute;bottom:2.3%;left:0;right:0;text-align:center;font-size:.62rem;font-weight:900}.backLayout{height:100%;display:flex;flex-direction:column;gap:8px}.layoutLabel{font-size:.7rem;font-weight:900;letter-spacing:.08em}.notesGrid,.statsGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;flex:1 1}.notesGrid div,.statsGrid div{border:2px solid #111;border-radius:9px;padding:10px;font-size:.68rem}.statsGrid b{font-size:1.8rem}@media(max-width:900px){.siteHeader{grid-template-columns:1fr auto}.nav{display:none}.cardGrid,.designerShell,.footer,.hero{grid-template-columns:1fr}.footer div:last-child{text-align:left}}.wordmark{position:relative;display:block;width:200px;aspect-ratio:2526/404;overflow:hidden}.wordmark img{position:absolute;width:138.876%;max-width:none;height:auto;left:-17.854%;top:-44.555%}.brand{display:inline-block}.brand .wordmark{max-width:100%}.hero h1 em{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.06em}.productCard{background:transparent}.productCard:hover{border-color:var(--forest)}.headerCta:hover,.primaryButton:hover{box-shadow:0 0 0 3px var(--sage)}.sideTabs .active{background:var(--forest);color:var(--bone)}button,input{accent-color:var(--forest)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--clay);outline-offset:4px}.designerPanel select{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--bone)}.designerPanel input[type=color]{height:44px;padding:4px}.designerPanel .eyebrow{color:var(--forest)}.boardBranding,.boardMeta{background:var(--bone);color:var(--charcoal);padding:6px;border-radius:4px}@media(max-width:480px){.siteHeader{padding:14px 16px;gap:12px}.siteHeader .wordmark{width:140px}.headerCta{font-size:.75rem;padding:10px 12px}.heroActions{flex-wrap:wrap}.hero h1,.pageTitle,.section h2{font-size:clamp(2.6rem,12vw,4rem)}.proofStrip{justify-content:flex-start}.proofStrip span{white-space:nowrap}}:root{--display:"Arial Narrow","Helvetica Neue",Arial,sans-serif;--editorial:Georgia,"Times New Roman",serif;--space-section:clamp(64px,8vw,128px);--gutter:clamp(20px,5vw,80px);--radius:4px;--line:rgba(23,58,43,.2)}html{scroll-behavior:smooth}body{font-size:16px;line-height:1.55}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}p{max-width:64ch}h1,h2,h3{overflow-wrap:break-word}::selection{background:var(--sage);color:var(--charcoal)}.siteHeader{display:block;padding:0 var(--gutter);background:var(--forest);border:0;-webkit-backdrop-filter:none;backdrop-filter:none}.headerTop{display:flex;align-items:center;gap:24px;min-height:88px}.headerTagline{font:italic 20px var(--editorial);margin-right:auto}.headerCta{margin-left:auto;border-radius:var(--radius);font-size:14px;padding:12px 18px}.headerCta span{margin-left:16px}.nav{display:flex;gap:clamp(14px,2.3vw,36px);padding:13px 0;border-top:1px solid #ffffff26;font-size:14px;flex-wrap:wrap}.nav a{position:relative;white-space:nowrap}.nav a:hover,.nav a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}.menuToggle{display:none}.eyebrow{font-size:12px;line-height:1.5;letter-spacing:.14em}.hero{min-height:690px;grid-template-columns:1fr 1fr;padding:0;gap:0}.heroCopy{padding:64px var(--gutter)}.heroCopy>.wordmark{width:clamp(210px,25vw,370px);margin:30px 0}.hero h1{font-family:var(--display);font-size:clamp(70px,8vw,126px);font-weight:900;line-height:.88;letter-spacing:-.07em}.hero h1 em{font-family:var(--editorial);font-weight:400}.heroLead{font-size:18px;max-width:42ch;margin-top:28px}.heroActions{gap:24px;flex-wrap:wrap}.primaryButton{border:1px solid var(--forest);border-radius:var(--radius);font-size:14px;letter-spacing:.025em;line-height:1.4;display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px}.primaryButton:hover{background:var(--charcoal);box-shadow:none;color:var(--bone)}.headerCta:active,.primaryButton:active{transform:translateY(1px)}.textLink{font-size:14px;text-underline-offset:5px}.textLink:hover{text-decoration:underline}.heroVisual{align-self:stretch;position:relative;background:var(--sage);display:flex;align-items:center;justify-content:center;min-height:640px;padding:64px 32px 80px;overflow:hidden}.visualIndex{top:28px;letter-spacing:.12em;font-weight:700}.visualCaption,.visualIndex{position:absolute;left:30px;font-size:12px}.visualCaption{bottom:24px;right:30px;display:flex;justify-content:space-between;gap:16px}.visualCaption a{text-decoration:underline;text-underline-offset:4px}.boardArtwork{width:min(320px,75%);aspect-ratio:230/325;padding:44px 24px 18px;background:var(--forest);color:var(--bone);border-radius:14px;transform:rotate(-9deg);box-shadow:22px 30px 0 #173a2b20,12px 24px 40px #14141430;position:relative}.boardArtwork strong{display:block;font-size:27px;line-height:1.05;letter-spacing:-.03em}.boardArtwork .eyebrow{font-size:10px;margin-bottom:10px}.boardArtwork svg{width:100%;height:270px;display:block;stroke:var(--bone);stroke-width:2;fill:none;margin:14px 0}.boardArtwork .players{fill:var(--bone);stroke:none}.artClip{position:absolute;top:-7px;left:30%;width:40%;height:30px;background:var(--charcoal);border-radius:4px;border:4px solid #626760}.artSignature{font-size:10px;letter-spacing:.14em}.section{padding:var(--space-section) var(--gutter)}.section h2{font-family:var(--display);font-size:clamp(44px,5.5vw,86px);letter-spacing:-.055em;line-height:.95;font-weight:900}.manifesto{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 80px;gap:24px 80px;border-bottom:1px solid var(--line)}.manifesto>.eyebrow{grid-column:1/-1}.statement{font-size:clamp(25px,3vw,42px);line-height:1.2;letter-spacing:-.025em;margin:0 0 26px}.statement em{font-family:var(--editorial);font-weight:400}.sectionHeading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px}.categoryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.categoryCard{padding:26px;position:relative;border:1px solid var(--line);transition:transform .2s}.categoryCard:hover{transform:translateY(-5px)}.categoryBoard{background:var(--forest);color:var(--bone)}.categoryKit{background:#e5dfd2}.categoryTeam{background:var(--sage);color:var(--forest)}.categoryArt{height:220px;display:flex;justify-content:center;align-items:center;margin:14px 0 28px}.categoryCard h2{font-size:clamp(30px,3.3vw,52px);position:relative}.categoryCard h2 span{position:absolute;right:0;bottom:0;font-size:28px;font-weight:400}.categoryCard p{font-size:14px;margin-bottom:0}.diagramCourt{width:130px;height:180px;border:2px solid var(--bone);border-radius:15px;position:relative;transform:rotate(-10deg)}.diagramCourt:before{content:"";position:absolute;top:50%;width:100%;border-top:2px solid}.diagramCourt:after{content:"";position:absolute;width:38px;height:38px;border:2px solid;border-radius:50%;left:calc(50% - 21px);top:calc(50% - 21px)}.jerseyNumber{flex-direction:column;font-size:150px;font-weight:900;line-height:1;color:var(--forest);letter-spacing:-.08em}.jerseyNumber span{font-size:14px;letter-spacing:.2em;margin-top:10px}.teamType{font-size:64px;font-weight:900;line-height:.85;letter-spacing:-.05em;display:block;text-align:center;padding-top:48px}.teamType em{font-family:var(--editorial);font-weight:400}.customSection{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;background:var(--forest);color:var(--bone)}.customSection p:not(.statement){color:var(--bone);opacity:.85;margin-bottom:28px}.lightButton{background:var(--bone);color:var(--forest);border-color:var(--bone)}.lightButton:hover{background:var(--sage);color:var(--forest)}.galleryGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:20px;gap:20px}figure{margin:0}.galleryImage{aspect-ratio:4/5;background:#e5dfd2;padding:24px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.galleryImage1{background:var(--sage)}.galleryImage2{background:var(--forest);color:var(--bone)}.galleryImage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.galleryPlaceholder{font:italic clamp(28px,3vw,46px)/1.1 var(--editorial);max-width:8ch}.badge{display:inline-block;font-size:12px;border:1px solid;padding:5px 10px;align-self:flex-start;border-radius:2px}.galleryGrid figcaption{font-size:14px;margin-top:14px}.clubsSection{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}.clubFeatures{list-style:none;padding:0;margin:0}.clubFeatures li{display:flex;align-items:center;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);font-size:clamp(20px,2vw,28px);font-weight:700}.clubFeatures li span:first-child{font-size:12px;color:var(--muted);font-weight:400}.clubFeatures li span:last-child{margin-left:auto;font-weight:400}.footer{padding:64px var(--gutter) 24px;gap:40px}.footer,.footer nav{grid-template-columns:1fr 1fr}.footer nav{display:grid;grid-gap:12px 28px;gap:12px 28px;font-size:14px}.footer nav a:hover{text-decoration:underline}.footer .footerTagline{font:italic 28px var(--editorial)}.footerBottom{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:24px;display:flex;justify-content:space-between;font-size:12px}.footer div:last-child{text-align:left}.pageTitle{font-size:clamp(42px,7vw,96px);line-height:1;letter-spacing:-.055em}.pageTop{min-height:60vh}.narrow{max-width:1100px}.cardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.productCard{border-radius:var(--radius);padding:28px}.productCard h3{font-size:28px;line-height:1.15}.productCard .eyebrow{color:var(--muted)}.productCard:hover{background:#173a2b08}.categoryIntro{margin-top:36px}.categoryPills{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.categoryPills a{border:1px solid var(--line);padding:10px 16px;font-size:14px}.categoryPills a:hover{background:var(--forest);color:var(--bone)}.briefForm{max-width:760px;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-top:40px}.briefForm label{display:flex;flex-direction:column;gap:8px;font-weight:700;font-size:14px}.briefForm input,.briefForm select,.briefForm textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:transparent;color:var(--charcoal);font:inherit}.briefForm textarea{resize:vertical;min-height:150px}.briefForm .fullWidth{grid-column:1/-1}.formNotice{padding:18px;background:#173a2b0c;font-size:14px}.formStatus{color:var(--forest);font-weight:700}.skipLink{position:absolute;top:-100px;left:20px;z-index:100;background:var(--bone);padding:14px}.skipLink:focus{top:10px}textarea:focus-visible{outline:3px solid var(--clay);outline-offset:4px}button:disabled{opacity:.5;cursor:not-allowed}.designerPanel{border-radius:var(--radius)}.sideTabs button{min-height:44px}@media(min-width:1600px){.hero,.heroVisual{min-height:780px}.boardArtwork{width:360px}.boardArtwork svg{height:310px}}@media(max-width:1100px){.headerTagline{display:none}.nav{gap:16px;font-size:13px}.categoryCard{padding:20px}.heroActions{gap:20px}.heroVisual{min-height:600px}.clubsSection,.customSection,.manifesto{gap:36px}.boardArtwork svg{height:220px}}@media(max-width:760px){.headerTop{min-height:76px;gap:12px}.siteHeader .wordmark{width:145px}.headerCta{display:none}.menuToggle{display:block;margin-left:auto;border:1px solid #ffffff55;color:var(--bone);background:transparent;min-height:44px;padding:9px 14px;border-radius:var(--radius)}.nav{display:none;padding:12px 0 24px;gap:0}.nav.isOpen{display:grid;grid-template-columns:1fr 1fr}.nav a{padding:12px 4px;font-size:14px;white-space:normal}.hero{grid-template-columns:1fr}.heroCopy{padding:48px var(--gutter)}.hero h1{font-size:clamp(72px,16vw,112px)}.heroCopy>.wordmark{width:230px}.heroVisual{min-height:560px}.boardArtwork{width:280px}.boardArtwork svg{height:250px}.visualCaption{flex-direction:column;gap:4px}.clubsSection,.customSection,.manifesto{grid-template-columns:1fr;gap:30px}.cardGrid,.categoryGrid{grid-template-columns:1fr}.categoryCard{padding:28px}.categoryCard h2{font-size:48px}.categoryArt{height:190px}.galleryGrid{grid-template-columns:1fr}.galleryImage{aspect-ratio:5/4}.galleryPlaceholder{font-size:42px}.sectionHeading{align-items:flex-start;flex-direction:column;gap:20px}.footer{grid-template-columns:1fr}.footerBottom{flex-wrap:wrap;gap:10px}.heroActions{align-items:flex-start;flex-direction:column}.briefForm{grid-template-columns:1fr}.briefForm .fullWidth{grid-column:auto}.designerShell,.designerStage{min-width:0}.section .pageTitle{font-size:clamp(40px,10vw,72px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important}}.featuredProduct{color:var(--bone);padding:40px}.featuredProduct,.featuredProduct:hover{background:var(--forest)}.featuredProduct .eyebrow,.featuredProduct p{color:var(--bone)}.featuredProduct h2{font-size:clamp(32px,5vw,64px)}.briefSteps{padding-left:24px;line-height:2}.briefForm label>span{font-size:14px;font-weight:400}.catalog-product-image{width:100%;height:210px;object-fit:contain;background:#fff;border-radius:8px;margin:12px 0}.custom-product-hero{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:64px;gap:64px;align-items:center;margin:36px 0 64px}.custom-product-hero figure{margin:0;min-width:0}.custom-product-hero img{width:100%;height:480px;object-fit:contain;background:white;border-radius:16px}.custom-product-hero figcaption{font-size:12px;opacity:.65;margin-top:12px}.custom-price{font-size:38px;font-weight:700;margin:20px 0 0}.custom-muted{font-size:13px;line-height:1.6;color:#59645d}.custom-product-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.custom-product-facts h2{font-size:22px}.product-photo-pending{min-height:350px;background:#e6e9e3;display:grid;place-content:center;text-align:center;font-size:32px}.product-photo-pending span{font-size:18px}.pd-shell{padding:42px 28px 60px;max-width:1800px;margin:auto}.pd-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.pd-heading h1{font-size:40px;margin:14px 0}.pd-notice{font-size:14px;max-width:1000px;line-height:1.6;margin-bottom:25px}.pd-layout{display:grid;grid-template-columns:230px minmax(0,1fr) 260px;grid-gap:18px;gap:18px;align-items:start}.pd-panel{background:white;border:1px solid #dddcd5;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:13px;min-width:0}.pd-panel h2{font-size:18px;margin:0}.pd-panel label{display:flex;flex-direction:column;gap:6px}.pd-panel input:not([type=range]):not([type=color]),.pd-panel select,.pd-panel textarea{max-width:100%;min-width:0;border:1px solid #ccc;padding:9px;background:white;border-radius:6px}.pd-panel textarea{width:100%;min-height:85px}.pd-panel small{font-size:11px;line-height:1.6;color:#59645d}.pd-shell button,.pd-upload{padding:10px 12px;background:#f3efe5;border:1px solid #d4d8d0;border-radius:7px;font:inherit;font-size:13px;cursor:pointer;color:#173a2b}.pd-shell button:disabled{opacity:.4;cursor:default}.pd-shell button[aria-pressed=true]{outline:2px solid #173a2b}.pd-shell button:focus-visible,.pd-upload:focus-within{outline:3px solid #b86a4a;outline-offset:3px}.pd-upload input{font-size:11px;width:100%}.pd-toolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:12px}.pd-toolbar label{font-size:12px;margin-left:auto}.pd-toolbar select{padding:8px;background:white;border:1px solid #ccc}.pd-canvas-scroll{overflow:auto;background:#e2e5df;border-radius:12px;min-height:400px;display:flex;align-items:center;padding:28px}.pd-canvas-wrap{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:0}.pd-canvas{display:block;width:100%;background:white;box-shadow:0 6px 20px #0002;touch-action:none;overflow:visible}.pd-hardware{font-size:11px;color:#657169;margin:0 0 15px;display:flex;justify-content:space-between;gap:10px;width:100%;flex-wrap:wrap}.pd-empty{font-size:13px;text-align:center;color:#59645d;max-width:280px}.pd-status{font-size:12px;min-height:20px;margin:14px 0}.pd-actions{display:flex;gap:10px;flex-wrap:wrap}.pd-actions button:last-child{background:#173a2b;color:#f3efe5}.pd-layer{text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-color{border:0;padding:0;margin:0;min-width:0}.pd-color legend{font-size:13px;margin-bottom:8px}.pd-color>div{display:flex;gap:6px}.pd-color input[type=color]{width:42px;height:36px;padding:0;border:0}.pd-color input:not([type=color]){width:120px}.pd-swatches{flex-wrap:wrap;margin-top:9px}.pd-swatches button{width:22px;height:22px;border-radius:50%;padding:0;border:1px solid #ccc}.pd-panel input[type=range]{width:100%;accent-color:#173a2b}.pd-panel .of-font-options{max-height:240px;overflow-y:auto}.pd-panel .of-font-options button{display:block;width:100%;min-height:70px;background:white;text-align:left}.pd-panel .of-font-name{display:block;font:11px Inter,sans-serif}.pd-panel .of-font-sample{display:block;font-size:22px;margin:8px 0}.pd-panel .of-font-picker>button{width:100%}@media(max-width:1100px){.pd-layout{grid-template-columns:180px minmax(0,1fr) 210px}.pd-shell{padding-left:14px;padding-right:14px}.pd-panel{padding:12px}.custom-product-hero{gap:28px}}@media(max-width:760px){.custom-product-hero{grid-template-columns:1fr;gap:24px;margin-top:24px}.custom-product-hero img{height:300px}.custom-product-facts{grid-template-columns:1fr;gap:18px}.pd-shell{padding-top:30px}.pd-heading{align-items:start;flex-direction:column;gap:0}.pd-heading h1{font-size:30px}.pd-layout{display:flex;flex-direction:column}.pd-center{order:0;width:100%;min-width:0}.pd-panel{width:100%;order:1}.pd-panel:last-child{order:2}.pd-canvas-scroll{min-height:260px;padding:18px}.pd-canvas-wrap{min-height:200px!important}.pd-toolbar label{margin-left:0}.pd-notice{font-size:12px}.pd-color input:not([type=color]){width:160px}.pd-panel .pd-swatches{gap:10px}.pd-swatches button{width:28px;height:28px}}.pd-start-styles{margin:22px 0 30px}.pd-start-styles h2{font-size:22px;margin-bottom:6px}.pd-start-styles>p{font-size:13px;color:#59645d}.pd-start-styles>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.pd-start-styles button{background:white;text-align:left;padding:10px;border-radius:10px;overflow:hidden}.pd-start-styles svg{width:100%;display:block;border-radius:5px;margin-bottom:10px}.pd-start-styles span,.pd-start-styles strong{display:block}.pd-start-styles span{font-size:11px;line-height:1.5;color:#59645d;margin-top:5px}@media(max-width:760px){.pd-start-styles>div{grid-template-columns:repeat(2,minmax(0,1fr))}.pd-start-styles button:last-child{grid-column:1/-1;max-width:100%}.pd-start-styles button:last-child svg{max-height:75px}}.pd-purchase{margin-top:28px;padding:22px;background:white;border:1px solid #d4d8d0;border-radius:12px}.pd-purchase h2{font-size:22px}.pd-purchase p{font-size:13px;line-height:1.65}.pd-help-dialog{width:min(600px,calc(100vw - 30px));max-height:85vh;border:0;border-radius:16px;padding:28px;overflow:auto;color:#173a2b;background:#f3efe5}.pd-help-dialog::-webkit-backdrop{background:#14141499}.pd-help-dialog::backdrop{background:#14141499}.pd-help-dialog form,.pd-help-dialog label{display:flex;flex-direction:column;gap:9px}.pd-help-dialog form{gap:16px}.pd-help-dialog input,.pd-help-dialog textarea{width:100%;padding:10px;border:1px solid #aaa;border-radius:5px;font:inherit}.pd-dialog-close{float:right}.pd-help-dialog button[type=submit]{background:#173a2b;color:white}.pd-start-styles svg{height:100px;object-fit:contain;background:#e7e9e3}.of-cart-previews svg{max-height:280px}.pd-heading>span{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.pd-shell .pd-mockup-open{background:#173a2b;color:#f3efe5;font-weight:600}.pd-mockup-dialog{width:min(700px,calc(100vw - 32px));max-height:92dvh;border:1px solid #d4d8d0;border-radius:20px;padding:0;background:#fff;color:#173a2b;overflow:auto;box-shadow:0 24px 80px #0004}.pd-mockup-dialog::-webkit-backdrop{background:#141414a8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pd-mockup-dialog::backdrop{background:#141414a8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pd-mockup-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 28px 10px}.pd-mockup-dialog h2{font-size:24px;line-height:1.2;margin:8px 0 0}.pd-mockup-dialog header button{white-space:nowrap}.pd-mockup-stage{position:relative;max-width:530px;margin:auto;aspect-ratio:1;background:#fff}.pd-mockup-stage canvas{width:100%;height:auto;display:block}.pd-mockup-stage>div,.pd-mockup-stage>p{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.pd-mockup-dialog footer{background:#f3efe5;padding:18px 28px 24px}.pd-mockup-dialog footer p{font-size:14px;line-height:1.6;margin:0 0 12px}.pd-mockup-dialog footer .pd-mockup-note{font-size:12px;color:#59645d}.pd-mockup-dialog footer button{background:#173a2b;color:#f3efe5}@media(max-width:600px){.pd-mockup-dialog{width:calc(100vw - 20px);max-height:94dvh;border-radius:14px}.pd-mockup-dialog header{padding:18px 16px 8px}.pd-mockup-dialog h2{font-size:20px}.pd-mockup-dialog footer{padding:16px}.pd-mockup-dialog footer button{width:100%;min-height:44px}.pd-mockup-dialog header button{min-height:44px}}.pd-mockup-views{display:flex;gap:10px;padding:10px 28px}.pd-mockup-views button[aria-pressed=true]{background:#173a2b;color:#f3efe5;outline:0}.pd-mockup-fastening{margin:0;padding:0 28px 20px}.pd-mockup-fastening img{display:block;width:100%;max-width:460px;margin:auto}.pd-mockup-fastening figcaption{font-size:13px;line-height:1.65;color:#59645d}.pd-mockup-stage[hidden]{display:none}@media(max-width:600px){.pd-mockup-views{padding:10px 16px}.pd-mockup-fastening{padding:0 16px 16px}}.pd-pennant-options{background:#f3efe5;border:1px solid #d4d8d0;border-radius:12px;padding:18px;margin:0 0 24px}.pd-pennant-options h2{font-size:20px;margin:0 0 12px}.pd-pennant-options>div{display:flex;flex-wrap:wrap;gap:8px}.pd-pennant-options a{padding:10px 12px;border-radius:6px;border:1px solid #d4d8d0;background:white;font-size:12px;text-decoration:none}.pd-pennant-options a[aria-current=page]{background:#173a2b;color:#f3efe5}.pd-pennant-options p{font-size:12px;line-height:1.6}.pd-product-colors{padding:0 0 14px;margin:0;border:0;border-bottom:1px solid #e3e5df;min-width:0}.pd-product-colors legend{font-size:14px;font-weight:700;margin-bottom:10px}.pd-product-colors>div{display:flex;flex-wrap:wrap;gap:8px}.pd-product-colors button{display:flex;align-items:center;gap:7px;font-size:11px;padding:7px}.pd-product-colors button span{width:23px;height:23px;flex-shrink:0;border:1px solid #aaa;border-radius:50%}.pd-product-colors small{display:block;margin-top:10px;line-height:1.5}