:root{color-scheme:dark;font-family:Inter,Arial,sans-serif;background:#101312;color:#f5f0e8;--panel:#181b19;--soft:#202421;--line:#3e443f;--muted:#cfc4b3;--accent:#ff7618;--cyan:#52c4d5}*{box-sizing:border-box}body{margin:0;background:#101312}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #66d7e7;outline-offset:3px}#storefront{max-width:1280px;margin:auto;padding:0 28px}.store-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:80px;background:rgba(16,19,18,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{color:#fff;text-decoration:none;font-weight:850;font-size:1.1rem;letter-spacing:-.03em}.store-header__center{color:var(--muted);font-size:.9rem;font-weight:700}.cart-button{justify-self:end;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid #767b73;border-radius:6px;background:transparent;color:#fff;font-weight:800}.cart-button b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:50%;background:var(--accent);font-size:.74rem}.cart-icon{font-size:1.5rem;line-height:.6;transform:rotate(45deg)}main{padding:32px 0}.hero{display:grid;align-items:end;min-height:270px;padding:35px 42px;background:linear-gradient(120deg,rgba(36,42,38,.95),rgba(25,29,27,.82)),radial-gradient(circle at 80% 30%,#385b61 0,transparent 34%);border:1px solid #4c514b}.eyebrow{margin:0 0 9px;color:var(--cyan);font-size:.76rem;font-weight:900;letter-spacing:.1em}.hero h1{max-width:790px;margin:0;font-size:clamp(2.35rem,6vw,5.25rem);letter-spacing:-.06em;line-height:.96}.hero p:last-child{max-width:700px;margin:18px 0 0;color:#e2dacd;line-height:1.55}.catalog-section{padding:52px 0}.catalog-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.catalog-heading h2{margin:0;font-size:clamp(1.8rem,3vw,2.8rem);letter-spacing:-.045em}.catalog-heading>span{color:var(--muted);font-size:.88rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.catalog-card{display:flex;flex-direction:column;min-width:0;background:var(--panel);border:1px solid var(--line);transition:transform .18s ease,border-color .18s ease}.catalog-card:hover{transform:translateY(-3px);border-color:#747a70}.catalog-card__main{display:block;flex:1;padding:0;border:0;background:transparent;color:inherit;text-align:left}.product-image{position:relative;display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(145deg,#303b38,#151816)}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-image.is-large{aspect-ratio:4/5}.product-image--placeholder b{position:relative;z-index:2;color:#f6f0e5;font-size:2.2rem;letter-spacing:-.1em}.product-image--placeholder small{position:absolute;bottom:20px;color:#d8cec0;font-weight:800;font-size:.68rem;letter-spacing:.1em}.shirt-shape{position:absolute;width:56%;height:60%;background:linear-gradient(120deg,#455e62,#172325);clip-path:polygon(22% 0,39% 8%,61% 8%,78% 0,100% 22%,83% 40%,76% 34%,76% 100%,24% 100%,24% 34%,17% 40%,0 22%);filter:drop-shadow(0 18px 16px rgba(0,0,0,.33))}.catalog-card__copy{display:grid;gap:8px;padding:20px}.catalog-card__copy h2{margin:0;font-size:1.13rem;letter-spacing:-.025em}.catalog-card__copy p{min-height:2.6em;margin:0;color:var(--muted);font-size:.9rem;line-height:1.4}.catalog-card__copy strong{font-size:1.06rem}.catalog-card__action{display:flex;justify-content:space-between;align-items:center;margin:0 20px 20px;padding:11px 0;border:0;border-top:1px solid #4a504a;background:transparent;color:#fff;font-weight:800;text-align:left}.catalog-card__action span{color:var(--cyan);font-size:1.35rem}.empty{grid-column:1/-1;padding:38px;text-align:center;border:1px solid var(--line);background:var(--panel)}.cart-drawer{position:fixed;z-index:40;top:0;right:0;display:flex;flex-direction:column;width:min(445px,100vw);height:100dvh;padding:24px;background:#171a18;border-left:1px solid #60665e;transform:translateX(105%);transition:transform .24s ease;box-shadow:-16px 0 40px rgba(0,0,0,.34)}.cart-drawer.is-open{transform:translateX(0)}#cart-backdrop{position:fixed;z-index:35;inset:0;background:rgba(0,0,0,.56);opacity:0;visibility:hidden;transition:opacity .2s ease}#cart-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer__top{display:flex;justify-content:space-between;gap:16px;align-items:start;padding-bottom:20px;border-bottom:1px solid var(--line)}.cart-drawer__top h2{margin:0;font-size:1.7rem;letter-spacing:-.04em}.dialog-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #6b7168;border-radius:50%;background:transparent;color:#fff;font-size:1.8rem;line-height:1}.cart-lines{flex:1;overflow:auto}.cart-line{display:grid;grid-template-columns:52px minmax(0,1fr) 58px;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line__thumb{display:grid;place-items:center;width:52px;height:60px;background:#273735;color:var(--cyan);font-weight:900}.cart-line__copy{display:grid;gap:4px;min-width:0}.cart-line__copy small,.cart-line__copy span,.cart-drawer__footer small{color:var(--muted);font-size:.82rem}.cart-line__copy button{justify-self:start;padding:0;border:0;background:transparent;color:#eaa18d;font-size:.78rem;text-decoration:underline}.cart-line input{width:58px;padding:8px;border:1px solid #555b55;border-radius:5px;background:#101312;color:#fff}.cart-drawer__footer{display:grid;gap:14px;padding-top:20px;border-top:1px solid var(--line)}.cart-drawer__footer>div{display:flex;justify-content:space-between;align-items:baseline;font-size:1.2rem}.cart-drawer__footer small{text-align:center;line-height:1.35}.cart-empty{display:grid;gap:12px;place-items:center;flex:1;text-align:center}.cart-empty p{max-width:280px;margin:0;color:var(--muted);line-height:1.5}.primary-action,.secondary-action{padding:14px 18px;border-radius:4px;font-weight:900}.primary-action{border:1px solid #ff8e44;background:var(--accent);color:#fff}.secondary-action{border:1px solid #858075;background:transparent;color:#fff}.product-dialog-backdrop{position:fixed;z-index:45;inset:0;background:rgba(0,0,0,.66)}.product-dialog{position:fixed;z-index:50;top:50%;left:50%;display:grid;grid-template-columns:minmax(300px,1fr) minmax(340px,1fr);width:min(980px,calc(100vw - 40px));max-height:calc(100dvh - 40px);overflow:auto;background:#191c1a;border:1px solid #6d736b;box-shadow:0 24px 80px rgba(0,0,0,.56);transform:translate(-50%,-50%)}.product-dialog>.dialog-close{position:absolute;z-index:2;top:14px;right:14px;background:rgba(17,20,18,.82)}.product-dialog__details{padding:54px 48px 40px}.product-dialog__details h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.06em;line-height:1}.product-dialog__price{margin:18px 0;font-size:1.45rem;font-weight:850}.product-dialog__description{color:var(--muted);line-height:1.55}.product-options{display:grid;gap:14px;margin:30px 0}.product-options label,.detail-quantity{display:grid;gap:7px}.product-options span,.detail-quantity>span{font-weight:850;font-size:.88rem}.product-options em{color:var(--muted);font-style:normal;font-weight:500}.product-options select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #5a6059;border-radius:4px;background:#101312;color:#fff}.detail-quantity{width:145px;margin-bottom:24px}.detail-quantity>div{display:grid;grid-template-columns:38px 1fr 38px}.detail-quantity button,.detail-quantity input{height:42px;border:1px solid #5a6059;background:#101312;color:#fff;text-align:center}.detail-quantity button{font-size:1.2rem}.detail-quantity input{width:100%;border-left:0;border-right:0}.product-dialog__actions{display:grid;grid-template-columns:1fr 1.1fr;gap:10px}.secure-note{color:var(--muted);font-size:.8rem;line-height:1.4;text-align:center}#checkout{scroll-margin-top:28px;max-width:720px;margin:0 auto 38px}footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted)}footer strong{color:#fff}.error{max-width:540px;margin:15vh auto;text-align:center}.success{max-width:720px;margin:48px auto;padding:44px 38px;border:1px solid #496852;border-radius:16px;background:#18221b}.success h1{margin:.45em 0;font-size:clamp(2rem,4vw,3.2rem)}.success>p:not(.eyebrow){color:#d7d1c5;line-height:1.55;font-size:1.08rem}.success dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:30px 0}.success dl div{padding:16px;border:1px solid var(--line);border-radius:10px;background:#101312}.success dt{color:#b9b0a0;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.success dd{margin:6px 0 0;font-weight:800;overflow-wrap:anywhere}.return-store{display:inline-block;padding:12px 16px;border:1px solid #868074;border-radius:8px;color:#fff;text-decoration:none;font-weight:800}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:700px){#storefront{padding:0 16px}.store-header{min-height:67px;grid-template-columns:1fr auto}.store-header__center{display:none}.cart-button{padding:8px}.hero{min-height:220px;padding:28px 22px}.catalog-section{padding:36px 0}.catalog-heading{align-items:start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-card__copy{padding:14px}.catalog-card__copy p{font-size:.8rem}.catalog-card__action{margin:0 14px 14px}.product-dialog{grid-template-columns:1fr;width:calc(100vw - 22px);max-height:calc(100dvh - 22px)}.product-dialog__media{max-height:310px}.product-image.is-large{aspect-ratio:16/9}.product-dialog__details{padding:28px 22px}.product-dialog__actions{grid-template-columns:1fr}.cart-drawer{padding:18px}.success{margin:28px 0;padding:30px 22px}.success dl{grid-template-columns:1fr}}@media(max-width:420px){.product-grid{grid-template-columns:1fr}.catalog-card__copy p{min-height:0}}

.di-replica-header { position: relative; z-index: 30; }
.di-replica-header .di-replica-nav { align-items: center; flex-wrap: wrap; gap: 6px; font-size: 14px; }
.di-replica-header .di-replica-nav > a,.di-nav-menu > summary { display: flex; min-height: 42px; align-items: center; padding: 0 11px; color: #e8e8e8; text-decoration: none; font-weight: 650; cursor: pointer; list-style: none; }
.di-replica-header .di-replica-nav > a:hover,.di-replica-header .di-replica-nav > a:focus-visible,.di-nav-menu > summary:hover,.di-nav-menu > summary:focus-visible,.di-nav-menu[open] > summary { color: #fff; background: #202020; text-decoration: none; }
.di-nav-menu { position: relative; }
.di-nav-menu > summary::-webkit-details-marker { display: none; }
.di-nav-menu > summary span { width: 7px; height: 7px; margin: -4px 0 0 9px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .16s ease; }
.di-nav-menu[open] > summary span { margin-top: 4px; transform: rotate(225deg); }
.di-nav-dropdown { position: absolute; top: calc(100% + 8px); left: 0; display: grid; width: max-content; min-width: 245px; max-width: min(340px,calc(100vw - 32px)); padding: 8px; border: 1px solid #3b3b3b; background: #151515; box-shadow: 0 18px 45px rgba(0,0,0,.45); }
.di-nav-dropdown a { padding: 11px 13px; color: #dedede; text-decoration: none; line-height: 1.25; }
.di-nav-dropdown a:hover,.di-nav-dropdown a:focus-visible { color: #fff; background: #282828; text-decoration: none; }
.di-nav-dropdown .di-nav-overview { margin-bottom: 5px; border-bottom: 1px solid #383838; color: #ff8a3d; font-weight: 800; }
.di-replica-header .di-replica-nav .di-quote-nav { margin-left: 5px; padding: 0 15px; border: 1px solid #ff8a3d; color: #fff; font-weight: 800; }
.di-replica-header .di-replica-nav .di-quote-nav:hover,.di-replica-header .di-replica-nav .di-quote-nav:focus-visible { background: #ff7618; border-color: #ff7618; color: #111; }
.di-replica-header .di-replica-nav button { border: 1px solid currentColor; padding: 7px 10px; background: transparent; color: inherit; cursor: pointer; }
.di-replica-header .di-replica-nav button b { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; padding: 0 5px; border-radius: 50%; background: #181818; color: #fff; font-size: .72rem; }
.di-carousel-chevron { display: block; width: 9px; height: 9px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.di-carousel-chevron.next { transform: translateX(-2px) rotate(45deg); }
.di-carousel-chevron.previous { transform: translateX(2px) rotate(-135deg); }
.di-replica-carousel-controls { display: grid !important; grid-template-columns: 32px 44px 32px 32px; justify-content: center; column-gap: 18px !important; }
.di-replica-carousel-controls > [data-di-managed-count] { display: grid; width: 44px; height: 32px; place-items: center; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; font-weight: 700; }
.di-carousel-pause-icon { display: grid; grid-template-columns: 3px 3px; gap: 4px; place-content: center; width: 14px; height: 14px; }
.di-carousel-pause-icon i { display: block; width: 3px; height: 14px; background: currentColor; }
.di-carousel-play-icon { display: block; width: 0; height: 0; margin-left: 2px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.di-replica-copy h1 { margin: 0 0 34px; font-size: clamp(2.5rem, 7vw, 5.8rem); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.di-replica-copy h2 { margin-top: 52px; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; }
.di-replica .di-managed-catalog { margin: 0 auto 100px; max-width: 1000px; }
.di-replica .di-managed-catalog .catalog-card { background: #f5f5f5; border-color: #c9c9c9; color: #181818; }
.di-replica .di-managed-catalog .catalog-card__action { color: #181818; border-color: #c9c9c9; }
.di-replica .di-managed-catalog .catalog-card__copy p { color: #555; }
.di-replica-form .di-contact-result { grid-column: 1 / -1; }
.di-project-description { margin-top: 10px; text-align: left; }
.di-project-description > span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.di-project-description > span small,.di-project-description > small { color: #aaa; font-size: 13px; font-weight: 400; line-height: 1.45; }
.di-project-description textarea { width: 100%; min-height: 150px; resize: vertical; line-height: 1.5; }
.di-project-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.di-project-cta { display: grid; justify-items: start; gap: 20px; max-width: 830px; padding: 48px; border: 1px solid #3b3b3b; }
.di-project-cta h2,.di-project-cta p { margin: 0; }
.di-project-cta small { color: #bbb; }
.di-project-cta-button { display: inline-flex; align-items: center; gap: 26px; padding: 14px 18px; border: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.di-pathways { display: grid; gap: 26px; max-width: 920px; margin: 0 auto 100px; }
.di-pathways h2 { margin: 0 0 10px; font-size: clamp(2rem,5vw,3.5rem); font-weight: 400; }
.di-pathways p { margin: 0; }
.di-pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.di-pathway-card { display: grid; gap: 12px; min-height: 180px; padding: 26px; border: 1px solid #555; color: inherit; text-decoration: none; }
.di-pathway-card:hover,.di-pathway-card:focus-visible { border-color: #35c4d6; background: rgba(53,196,214,.07); }
.di-pathway-card strong { font-size: 25px; font-weight: 500; }
.di-pathway-card span { color: #bbb; line-height: 1.5; }
.di-pathway-card b { align-self: end; color: #35c4d6; }
.di-replica-form.di-project-form { display: block; width: min(760px,100%); max-width: 760px; padding: 32px; border: 1px solid #3b3b3b; scroll-margin-top: 24px; }
.di-project-form[hidden] { display: none; }
.di-project-form section[hidden] { display: none; }
.di-project-form section { width: 100%; text-align: center; }
.di-replica.di-quote-page { padding-top: 72px; }
.di-replica.di-planner-page { padding-top: 64px; }
.di-planner-intro { max-width: 850px; margin: 0 auto 48px; text-align: center; }
.di-planner-intro h1 { margin: 10px 0 20px; font-size: clamp(3rem,7vw,5.5rem); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.di-planner-intro > p:last-child { max-width: 720px; margin: 0 auto; color: #bbb; font-size: 19px; line-height: 1.6; }
.di-campaign-form { width: min(900px,100%); margin: 0 auto 90px; padding: 46px; overflow: visible; border: 1px solid #3b3b3b; scroll-margin-top: 20px; transition: height .34s cubic-bezier(.22,.75,.24,1); }
.di-campaign-form.is-transitioning { overflow: hidden; }
.di-campaign-form section { text-align: center; opacity: 1; transform: translateY(0); transition: opacity .18s ease,transform .24s cubic-bezier(.22,.75,.24,1); }
.di-campaign-form section.is-leaving { opacity: 0; transform: translateY(-8px); }
.di-campaign-form section.is-entering { opacity: 0; transform: translateY(9px); }
.di-campaign-form section[hidden],.di-review-fields[hidden] { display: none; }
.di-campaign-form section > h2 { max-width: 760px; margin: 10px auto 8px; font-size: clamp(2rem,5vw,3.6rem); font-weight: 400; line-height: 1.04; }
.di-campaign-form section > p:not(.di-step-label):not(.di-brief-note) { margin: 0 0 28px; color: #bbb; }
.di-planner-constraints { display: grid; grid-template-columns: minmax(260px,520px); justify-content: center; gap: 14px; margin-top: 20px; text-align: left; }
.di-planner-constraints label { display: grid; gap: 8px; }
.di-review-fields { margin-top: 34px; padding-top: 30px; border-top: 1px solid #444; }
.di-review-fields.is-revealing { animation: di-soft-reveal .32s cubic-bezier(.22,.61,.36,1) both; }
.di-review-fields h3 { margin: 0; font-size: 28px; font-weight: 500; }
.di-review-fields > p { margin: 8px 0 24px !important; }
.di-brief-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 30px 0; text-align: left; }
.di-brief-facts div { padding: 16px; border: 1px solid #444; }
.di-brief-facts dt { color: #aaa; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.di-brief-facts dd { margin: 8px 0 0; font-weight: 700; }
.di-recommendation { padding: 28px; border: 1px solid #35c4d6; background: rgba(53,196,214,.07); text-align: left; }
.di-recommendation h3 { margin: 6px 0 14px; font-size: 29px; font-weight: 500; }
.di-recommendation p:last-child { margin: 0; color: inherit !important; line-height: 1.6; }
.di-brief-note { margin: 18px 0 0; color: #aaa; font-size: 14px; }
.di-campaign-form .di-contact-result { display: block; margin: 20px 0 0; text-align: center; }
.di-quote-page .di-quote-intro { text-align: center; }
.di-quote-intro h1 { margin: 0 0 20px; font-size: clamp(2.75rem,6vw,4.5rem); font-weight: 400; line-height: 1; }
.di-quote-page .di-project-form { margin-top: 36px; }
.di-step-label { margin: 0 0 8px; color: inherit; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.di-project-form section > h2 { margin: 8px 0 6px; font-size: clamp(1.8rem,4vw,2.5rem); font-weight: 400; line-height: 1.08; }
.di-project-form section > p:not(.eyebrow) { margin: 0 0 24px; color: #bbb; }
.di-form-progress { display: none; }
.di-form-progress span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #666; border-radius: 50%; color: #999; font-size: 13px; }
.di-form-progress span.is-active { border-color: #35c4d6; background: #35c4d6; color: #071012; font-weight: 800; }
.di-form-progress i { width: 54px; height: 1px; background: #555; }
.di-project-form fieldset legend { padding: 0; font-size: 28px; }
.di-project-form fieldset > p { margin: 7px 0 18px; color: #666; }
.di-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.di-product-choice { display: grid; min-width: 0; align-content: start; }
.di-product-choice > .di-choice { width: 100%; height: 100%; }
.di-choice { display: grid !important; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 12px !important; min-width: 0; min-height: 72px; padding: 13px 15px; border: 1px solid #666; cursor: pointer; text-align: left; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.di-choice:hover { border-color: #8a8a8a; }
.di-choice:active { transform: scale(.995); }
.di-choice:has(input:checked) { border-color: #35c4d6; background: rgba(53,196,214,.09); }
.di-choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #35c4d6; }
.di-choice span { display: grid; min-width: 0; gap: 5px; }
.di-choice strong { overflow-wrap: anywhere; line-height: 1.2; }
.di-choice small { color: #666; font-size: 14px; line-height: 1.4; }
@keyframes di-soft-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.di-project-form select { min-height: 47px; padding: 10px 12px; border: 1px solid #777; border-radius: 0; background: #fff; color: #181818; font: inherit; }
.di-form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.di-form-fields label { display: grid; gap: 8px; }
.di-form-fields label.wide { grid-column: 1/-1; }
.di-dependent-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; text-align: left; }
.di-dependent-fields label,.di-product-choice > [data-di-detail] { display: grid; gap: 8px; min-width: 0; max-height: 0; margin-top: 0; padding: 0 15px; overflow: hidden; border: 0 solid #555; opacity: 0; transform: translateY(-6px); transition: max-height .24s ease,opacity .2s ease,transform .24s ease,margin .24s ease,padding .24s ease,border-width .24s ease; }
.di-dependent-fields label[hidden],.di-product-choice > [data-di-detail][hidden] { display: none; }
.di-product-choice > [data-di-detail].is-visible { max-height: 260px; margin-top: 8px; padding: 14px 15px; border-width: 1px; opacity: 1; transform: translateY(0); text-align: left; }
.di-form-actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.di-form-actions button { padding: 12px 18px !important; border: 1px solid #f4f4f4 !important; background: #f4f4f4 !important; color: #111 !important; font-weight: 750; text-decoration: none !important; }
.di-form-actions button.secondary { background: transparent !important; color: #f4f4f4 !important; }
.di-sms-cta { margin: 10px 0 0; max-width: 46rem; font-size: 13px; line-height: 1.45; }
.di-footer-contact .di-sms-cta { flex-basis: 100%; }
.di-replica-footer { display: grid; justify-items: center; gap: 12px; padding: 30px 16px 8px; text-align: center; }
.di-replica-footer .di-footer-contact { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px 18px; }
.di-replica-footer strong { color: inherit; }
.di-replica-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.di-replica-footer small { color: inherit; opacity: .78; }
.di-managed-policy { max-width: 820px; min-height: 55vh; margin: 50px auto 110px; font-size: 17px; line-height: 1.75; }
.di-managed-policy h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 400; line-height: 1; }
@media (prefers-color-scheme: dark) {
  .di-replica .di-managed-catalog .catalog-card { background: #181818; border-color: #3d3d3d; color: #f5f5f5; }
  .di-replica .di-managed-catalog .catalog-card__action { color: #f5f5f5; border-color: #3d3d3d; }
  .di-replica .di-managed-catalog .catalog-card__copy p { color: #c7c7c7; }
  .di-project-form fieldset > p,.di-choice small { color: #bbb; }
  .di-project-form select { border-color: #4a4a4a; background: #151515; color: #fff; }
  .di-replica-header .di-replica-nav button b { background: #f5f5f5; color: #181818; }
}
@media (prefers-reduced-motion: reduce) {
  .di-product-choice > [data-di-detail] { transition: none; }
  .di-campaign-form,.di-campaign-form section,.di-choice { transition: none; }
  .di-review-fields.is-revealing { animation: none; }
}
@media (max-width: 720px) {
  .di-replica.di-quote-page { padding-top: 44px; }
  .di-replica-header { align-items: flex-start; }
  .di-replica-header .di-replica-nav { justify-content: flex-end; gap: 2px; font-size: 13px; }
  .di-replica-header .di-replica-nav > a,.di-nav-menu > summary { min-height: 38px; padding: 0 8px; }
  .di-nav-dropdown { position: fixed; top: 74px; right: 16px; left: auto; width: min(330px,calc(100vw - 32px)); }
  .di-replica-copy h1 { margin-bottom: 24px; }
  .di-replica-footer .di-footer-contact { display: grid; justify-items: center; }
  .di-choice-grid { grid-template-columns: 1fr; }
  .di-pathway-grid,.di-planner-constraints,.di-brief-facts { grid-template-columns: 1fr; }
  .di-replica.di-planner-page { padding-top: 38px; }
  .di-campaign-form { padding: 28px 20px; }
  .di-project-cta,.di-project-form { padding: 28px 22px; }
  .di-form-fields { grid-template-columns: 1fr; }
  .di-dependent-fields { grid-template-columns: 1fr; }
  .di-form-fields label.wide { grid-column: auto; }
}

html.di-shop,html.di-shop body{background:#f3efe6;color:#161513;font-family:"Inter",Arial,Helvetica,sans-serif}
html.di-shop #storefront{max-width:none;padding:0;background:#f3efe6;color:#161513}
html.di-shop .di-replica-header{position:sticky;top:0;z-index:40;max-width:none;margin:0;padding:0;border-bottom:1px solid #d9d2c6;background:rgba(243,239,230,.94);backdrop-filter:blur(16px)}
html.di-shop .di-replica-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto;padding:14px 28px}
html.di-shop .di-replica-logo{width:196px;height:auto;display:block;filter:none}
html.di-shop .di-logo-dark{display:none}
html.di-shop .di-replica-brand{display:flex;align-items:center}
html.di-shop .di-replica-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:2px;font-size:14px}
html.di-shop .di-replica-header .di-replica-nav>a,html.di-shop .di-nav-menu>summary{min-height:40px;padding:0 12px;color:#2a2723;font-weight:700;background:transparent}
html.di-shop .di-replica-header .di-replica-nav>a:hover,html.di-shop .di-nav-menu>summary:hover,html.di-shop .di-nav-menu[open]>summary{color:#111;background:#e7e1d4}
html.di-shop .di-nav-dropdown{border-color:#d9d2c6;background:#faf7f1;box-shadow:0 18px 40px rgba(40,30,10,.12)}
html.di-shop .di-nav-dropdown a{color:#2a2723}
html.di-shop .di-nav-dropdown a:hover{background:#eee8dc;color:#111}
html.di-shop .di-nav-dropdown .di-nav-overview{color:#c45a10}
html.di-shop .di-replica-header .di-replica-nav .di-quote-nav{border:1px solid #ff7618;background:#ff7618;color:#fff}
html.di-shop .di-replica-header .di-replica-nav .di-quote-nav:hover{background:#e45f08;border-color:#e45f08;color:#fff}
html.di-shop .di-replica{max-width:1180px;margin:0 auto;padding:0 28px 88px;color:#161513}
html.di-shop .di-replica-carousel{position:relative;width:100vw;max-width:100vw;margin:0 0 56px;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#1a1814}
html.di-shop .di-replica-slides{position:relative;min-height:min(78vh,780px);aspect-ratio:auto;overflow:hidden;background:#1a1814}
html.di-shop .di-replica-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:0;transition:opacity .7s ease}
html.di-shop .di-replica-slide.is-active{opacity:1}
html.di-shop .di-replica-carousel-controls{position:absolute;right:22px;bottom:18px;z-index:2;display:grid;grid-template-columns:32px 52px 32px 32px;gap:10px;padding:8px 10px;border:0;border-radius:999px;background:rgba(20,16,12,.55);color:#f5f0e8;backdrop-filter:blur(10px)}
html.di-shop .di-replica-carousel button{width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:#f5f0e8;cursor:pointer}
html.di-shop .di-replica-copy{max-width:760px;margin:0 auto 88px;font-size:19px;line-height:1.7}
html.di-shop .di-replica-copy .eyebrow{color:#c45a10;letter-spacing:.16em;font-size:.72rem;font-weight:800}
html.di-shop .di-replica-copy h1{margin:8px 0 22px;font-size:clamp(2.8rem,7vw,5.6rem);font-weight:400;line-height:.96;letter-spacing:-.055em}
html.di-shop .di-replica-copy .lead{margin:0 0 28px;font-size:clamp(1.25rem,2.4vw,1.85rem);line-height:1.4;color:#3a352e}
html.di-shop .di-managed-policy{max-width:760px;margin:0 auto 88px}
html.di-shop .di-managed-policy h2{margin:36px 0 12px;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}
html.di-shop .di-managed-policy p,html.di-shop .di-managed-policy li{margin:0 0 14px;line-height:1.65;color:#3a352e}
html.di-shop .di-managed-policy ul{margin:0 0 18px;padding-left:1.2em}
html.di-shop .di-replica-copy h2{margin:42px 0 14px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400}
html.di-shop .di-replica-section{margin:0 auto 96px;max-width:1000px}
html.di-shop .di-replica-title{margin:0 0 28px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:400;letter-spacing:-.04em}
html.di-shop .di-replica-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
html.di-shop .di-service-card{display:flex;min-height:240px;padding:28px;border:1px solid #d5cec0;background:#faf7f1;color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease}
html.di-shop .di-service-card:hover{transform:translateY(-3px);border-color:#161513;background:#fff}
html.di-shop .di-service-card article{display:flex;flex-direction:column;width:100%}
html.di-shop .di-service-card h3{margin:0 0 16px;font-size:1.7rem;font-weight:400}
html.di-shop .di-service-card ul,html.di-shop .di-service-card p{margin:0 0 20px;padding-left:18px;color:#5a5348;line-height:1.6}
html.di-shop .di-service-card p{padding-left:0}
html.di-shop .di-card-action{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid #e0d8c8;font-size:14px;font-weight:800}
html.di-shop .di-pathways{max-width:920px;margin:0 auto 72px}
html.di-shop .di-pathway-card{border-color:#cfc6b6;background:#faf7f1;min-height:200px}
html.di-shop .di-pathway-card:hover{border-color:#ff7618;background:#fff}
html.di-shop .di-pathway-card span{color:#5a5348}
html.di-shop .di-pathway-card b{color:#c45a10}
html.di-shop .di-replica-bottom-image{display:block;width:100vw;max-width:100vw;margin:24px 0 0;left:50%;position:relative;margin-left:-50vw;aspect-ratio:16/7;object-fit:cover}
html.di-shop .di-replica-footer{margin-top:0;padding:28px;border-top:1px solid #d9d2c6;color:#5a5348;background:#efe9dc}
html.di-shop .di-replica-footer a{color:inherit}
html.di-shop .di-quote-page,html.di-shop .di-planner-page,html.di-shop .di-replica:not(:has(.di-replica-carousel)){padding-top:48px}
html.di-shop .di-service-detail{padding-top:8px}
html.di-shop .di-service-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:36px}
html.di-shop .di-service-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid #161513;text-decoration:none;font-weight:700;color:#161513;background:transparent}
html.di-shop .di-service-actions a:visited{color:#161513}
html.di-shop .di-service-actions a:hover{background:#161513;color:#f3efe6}
html.di-shop .di-campaign-form,html.di-shop .di-project-form{border-color:#d5cec0;background:#faf7f1}
html.di-shop .di-choice{border-color:#cfc6b6;background:#fff}
html.di-shop .di-choice:has(input:checked){border-color:#ff7618;background:rgba(255,118,24,.08)}
html.di-shop .di-form-actions button{border-color:#161513 !important;background:#161513 !important;color:#f3efe6 !important}
html.di-shop .di-form-actions button.secondary{background:transparent !important;color:#161513 !important}
html.di-shop .di-service-detail ul{border-color:#d5cec0}
html.di-shop .di-service-actions a:first-child,html.di-shop .di-service-actions a:first-child:visited{background:#161513;color:#f3efe6;border-color:#161513}
@media(max-width:720px){
  html.di-shop .di-replica-header-inner{padding:10px 16px;align-items:flex-start}
  html.di-shop .di-replica-logo{width:148px}
  html.di-shop .di-replica{padding:0 16px 56px}
  html.di-shop .di-replica-slides{min-height:46vh}
  html.di-shop .di-replica-grid{grid-template-columns:1fr}
  html.di-shop .di-replica-copy{margin-bottom:56px;font-size:17px}
}

@media (prefers-color-scheme: dark) {
  html.di-shop,html.di-shop body,html.di-shop #storefront{background:#12110f;color:#f3eee4}
  html.di-shop .di-logo-light{display:none}
  html.di-shop .di-logo-dark{display:block}
  html.di-shop .di-replica-header{background:rgba(18,17,15,.94);border-bottom-color:#2c2a26}
  html.di-shop .di-replica-header .di-replica-nav>a,html.di-shop .di-nav-menu>summary{color:#ece6da}
  html.di-shop .di-replica-header .di-replica-nav>a:hover,html.di-shop .di-nav-menu>summary:hover,html.di-shop .di-nav-menu[open]>summary{color:#fff;background:#24221e}
  html.di-shop .di-nav-dropdown{background:#1a1916;border-color:#33312c}
  html.di-shop .di-nav-dropdown a{color:#ece6da}
  html.di-shop .di-nav-dropdown a:hover{background:#2a2823;color:#fff}
  html.di-shop .di-replica{color:#f3eee4}
  html.di-shop .di-managed-policy p,html.di-shop .di-managed-policy li{color:#c9c1b3}
  html.di-shop .di-replica-copy .lead,html.di-shop .di-service-card ul,html.di-shop .di-service-card p,html.di-shop .di-pathway-card span,html.di-shop .di-replica-footer{color:#c9c1b3}
  html.di-shop .di-service-card,html.di-shop .di-pathway-card,html.di-shop .di-campaign-form,html.di-shop .di-project-form,html.di-shop .di-choice{background:#1a1916;border-color:#34312b}
  html.di-shop .di-service-card:hover,html.di-shop .di-pathway-card:hover{background:#22201b;border-color:#f3eee4}
  html.di-shop .di-card-action{border-top-color:#34312b}
  html.di-shop .di-replica-footer{background:#0e0d0b;border-top-color:#2c2a26}
  html.di-shop .di-form-actions button{border-color:#f3eee4 !important;background:#f3eee4 !important;color:#12110f !important}
  html.di-shop .di-form-actions button.secondary{background:transparent !important;color:#f3eee4 !important}
  html.di-shop .di-service-actions a,html.di-shop .di-service-actions a:visited{border-color:#f3eee4;color:#f3eee4}
  html.di-shop .di-service-actions a:hover{background:#f3eee4;color:#12110f}
  html.di-shop .di-service-actions a:first-child,html.di-shop .di-service-actions a:first-child:visited{background:#f3eee4;color:#12110f;border-color:#f3eee4}
  html.di-shop .di-service-actions a:first-child:hover{background:#fff;border-color:#fff}
  html.di-shop .di-choice:has(input:checked){border-color:#ff7618;background:rgba(255,118,24,.12)}
}

/* Display serif for the DI marketing pages: echoes the painted wordmark on
   the building. Body text stays Inter (loaded via the shell head). */
html.di-shop .di-replica-copy h1, html.di-shop .di-replica-title, html.di-shop .di-service-detail h1, html.di-shop .di-quote-intro h1 { font-family: "Fraunces", "Iowan Old Style", Georgia, serif; letter-spacing: -0.03em; }

/* Server-rendered static body: shown until the browser app takes over, and
   what crawlers read. Keep it clean and quiet in both palettes. */
.di-ssr { max-width: 860px; margin: 0 auto; padding: 56px 24px; display: grid; gap: 12px; line-height: 1.55; }
.di-ssr h1 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -0.03em; }
.di-ssr h2 { margin: 28px 0 0; font-family: "Fraunces", Georgia, serif; letter-spacing: -0.02em; }
.di-ssr h3 { margin: 14px 0 0; }
.di-ssr ul { margin: 0; padding-left: 20px; }
.di-ssr a { color: inherit; }
