@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--ink:#111714;--panel:#1b221e;--panel2:#202924;--line:#39443d;--muted:#a7b4a9;--text:#f4f2e9;--red:#f05a43;--cream:#f0eee4;--green:#bdd6bb}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--text);font-family:'DM Sans',Arial,sans-serif}button,a{font:inherit}button{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #fda482;outline-offset:3px}.page-shell{max-width:1600px;margin:auto}.site-header{height:76px;display:flex;justify-content:space-between;align-items:center;padding:0 5.1%;border-bottom:1px solid #39443d}.brand{display:flex;gap:13px;align-items:center;font-family:'Barlow Condensed',Impact,sans-serif;font-size:23px;font-weight:900;letter-spacing:.075em}.brand b{color:var(--red)}.brand-mark{width:30px;height:27px;position:relative;display:block}.brand-mark i{position:absolute;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:18px solid var(--red);top:0;left:0}.brand-mark i:nth-child(2){border-left-width:12px;border-right-width:12px;border-bottom:15px solid #bb382b;top:9px;left:3px;transform:rotate(180deg)}.brand-mark i:nth-child(3){border-left-width:11px;border-right-width:11px;border-bottom:12px solid var(--red);top:7px;left:4px}.header-note{font-size:10px;font-weight:700;letter-spacing:.16em;color:#b6bfb5}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--red);margin-right:9px}.hero{display:grid;grid-template-columns:53% 47%;min-height:480px;border-bottom:1px solid var(--line)}.hero-copy{padding:75px 9.6% 76px;position:relative}.eyebrow,.section-kicker{font-size:11px;font-weight:700;letter-spacing:.19em;color:var(--red)}.eyebrow{display:flex;align-items:center;gap:15px;white-space:nowrap}.eyebrow-line{display:block;width:30px;border-top:1px solid #677268}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;text-transform:uppercase}h1{font-size:clamp(70px,7vw,121px);line-height:.84;letter-spacing:-.014em;margin:32px 0 28px;font-weight:900}h1 em{font-style:normal;color:var(--red)}.hero-copy p{max-width:500px;color:#b7c0b7;font-size:15px;line-height:1.7}.hero-link{margin-top:28px;display:inline-flex;gap:28px;align-items:center;background:var(--red);color:#161512;padding:16px 20px;text-decoration:none;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.hero-link:hover{background:#ff7963}.hero-link span{font-size:18px;line-height:1}.hero-art{background:radial-gradient(circle at 55% 45%,#344139 0,#263129 37%,#202a23 77%);position:relative;overflow:hidden;min-height:390px}.art-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:37px 37px;transform:perspective(400px) rotateX(25deg) scale(1.3);opacity:.7}.canopy-art{position:absolute;width:102%;max-width:690px;left:50%;top:51%;transform:translate(-50%,-50%);filter:drop-shadow(0 20px 20px #07100b55)}.art-number{position:absolute;top:28px;right:36px;color:#e3e7db;font-family:'Barlow Condensed',sans-serif;font-size:23px;font-weight:800;letter-spacing:.08em}.art-number span{font-size:13px;color:#92a396}.art-caption{position:absolute;bottom:30px;left:37px;font-family:'Barlow Condensed',sans-serif;font-size:14px;letter-spacing:.2em;font-weight:800;display:flex;gap:12px;align-items:center}.caption-line{display:inline-block;width:30px;border-top:2px solid var(--red)}.builder-section{padding:75px 5.1% 87px}.section-intro,.compare-head{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:30px}.section-intro h2,.compare-head h2{font-size:clamp(48px,5vw,70px);line-height:1;margin-top:9px}.period{color:var(--red)}.section-intro p,.compare-head p{color:var(--muted);font-size:13px;line-height:1.6;max-width:325px;padding-bottom:5px}.builder-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:24px;align-items:start}.controls{background:var(--panel);border:1px solid var(--line);padding:30px}.control-group{border:0;padding:0 0 27px;margin:0 0 27px;border-bottom:1px solid var(--line);min-width:0}.control-group:last-child{margin:0;padding:0;border:0}legend{padding:0;font-family:'Barlow Condensed',sans-serif;font-size:27px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--red);border-radius:50%;color:var(--red);font:700 12px 'DM Sans',sans-serif;vertical-align:3px;margin-right:9px}.control-hint{font-size:12px;color:#a9b4aa;margin:7px 0 16px;line-height:1.4}.choice-grid{display:grid;gap:8px}.size-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.frame-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice{background:#252e27;color:#eff1e8;border:1px solid #435047;min-height:57px;text-align:left;padding:9px 11px;transition:background .15s,border .15s}.choice:hover,.package-choice:hover{border-color:#d9a08d}.choice[aria-pressed=true],.package-choice[aria-pressed=true]{border-color:var(--red);background:#3c302c;box-shadow:inset 0 0 0 1px var(--red)}.choice:disabled{cursor:not-allowed;opacity:.35}.choice strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:22px;line-height:1;font-weight:800;white-space:nowrap}.choice small{display:block;margin-top:5px;color:#b2bdb1;font-size:10px}.package-options{display:grid;gap:7px}.package-choice{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#252e27;color:var(--text);border:1px solid #435047;text-align:left;padding:12px 14px;min-height:61px}.package-choice strong{display:block;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;font-size:22px;line-height:1.05}.package-choice small{display:block;color:#adb8ad;font-size:11px;margin-top:4px}.package-choice .chevron{font-size:22px;color:var(--red)}.result-card{position:sticky;top:18px;background:var(--cream);color:#192019;padding:29px 31px 27px;min-height:550px;box-shadow:10px 10px 0 #0c100d}.result-top{font-size:10px;font-weight:800;letter-spacing:.18em;display:flex;align-items:center;justify-content:space-between;color:#4e5e50;border-bottom:1px solid #b8c1b4;padding-bottom:15px}.result-asterisk{color:var(--red);font-size:20px}.result-title{font-size:clamp(42px,4.2vw,64px);line-height:.91;margin:24px 0 9px}.result-subtitle{font-family:'Barlow Condensed',sans-serif;font-size:23px;font-weight:700;text-transform:uppercase;color:#546455}.price-block{margin:25px 0 18px;background:#17221b;color:#f5f4e8;padding:17px 20px}.price-label{font-size:10px;letter-spacing:.15em;font-weight:800;color:#adc3af;text-transform:uppercase}.price{font-family:'Barlow Condensed',sans-serif;font-size:58px;font-weight:800;line-height:1.05;margin:5px 0}.price.needs-quote{font-size:40px;color:#f5c3ab}.price-context{font-size:11px;line-height:1.5;color:#c3d1c1}.includes-label{font-size:10px;font-weight:800;letter-spacing:.15em;margin-bottom:10px}.includes-list{list-style:none;padding:0;margin:0 0 14px}.includes-list li{display:flex;gap:10px;line-height:1.45;margin-bottom:8px;font-size:12px;font-weight:600}.includes-list li:before{content:'✓';color:#b6382c;font-weight:900}.note{color:#526151;font-size:11px;line-height:1.5;margin:12px 0 16px}.result-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.copy-button,.visit-button{border:0;padding:13px 16px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.07em;min-height:44px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.copy-button{background:var(--red);color:#192019}.copy-button:hover{background:#e24531}.visit-button{background:#d5dcd0;color:#172019}.visit-button:hover{background:#c2cec0}.comparison-section{background:#e5e5d9;color:#192019;padding:70px 5.1% 75px}.comparison-section .section-kicker{color:#bf4436}.comparison-section .compare-head p{color:#5b695d}.table-wrap{overflow-x:auto;border:1px solid #c6cabe}table{border-collapse:collapse;width:100%;min-width:720px}th{text-align:left;background:#223027;color:#f1f1e7;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;padding:15px 16px;white-space:nowrap}td{border-top:1px solid #c6cabe;padding:14px 16px;color:#465348;font-size:12px;vertical-align:middle}tbody tr{background:#f0f0e6}tbody tr:nth-child(even){background:#e9eadf}tbody tr.active{background:#fff2e6;box-shadow:inset 4px 0 0 var(--red)}tbody tr:hover{background:#fff4e9}td:first-child{font-weight:800;color:#1d281f}.price-cell{font-weight:800;color:#192019;white-space:nowrap}.price-cell small{display:block;color:#69776a;font-size:10px;font-weight:500;margin-top:4px}.tbd{color:#aa4e3d}.compare-foot{display:flex;justify-content:space-between;gap:30px;margin-top:17px;align-items:start;color:#68766a;font-size:10px;line-height:1.5}.compare-foot a{white-space:nowrap;color:#233e2d;font-weight:800;text-decoration:none}.foot-icon{display:inline-flex;width:15px;height:15px;border-radius:50%;border:1px solid #7b8b7a;align-items:center;justify-content:center;font-size:10px;font-weight:700;margin-right:4px}footer{min-height:95px;padding:28px 5.1%;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#9eaaa0;font-family:'Barlow Condensed',sans-serif;font-size:15px;letter-spacing:.09em;font-weight:700}footer b{color:var(--red);margin:0 7px}footer span:last-child{color:#d3dbcf}
@media(max-width:1050px){.hero-copy{padding:68px 7%}.builder-layout{grid-template-columns:1fr 350px}.size-grid{grid-template-columns:repeat(3,1fr)}.result-card{padding:24px}.result-title{font-size:50px}}
@media(max-width:760px){.site-header{height:64px;padding:0 5%}.brand{font-size:20px}.header-note{font-size:0}.header-note .status-dot{margin:0;width:9px;height:9px}.hero{display:flex;flex-direction:column}.hero-copy{padding:53px 5% 40px}.eyebrow{font-size:9px;gap:9px}h1{font-size:clamp(63px,14vw,96px);margin:26px 0 20px}.hero-copy p{font-size:14px}.hero-art{min-height:255px}.canopy-art{max-width:480px;top:48%}.art-number{top:16px;right:20px}.art-caption{bottom:17px;left:20px;font-size:11px}.builder-section,.comparison-section{padding:54px 5% 60px}.section-intro,.compare-head{display:block}.section-intro h2,.compare-head h2{font-size:55px}.section-intro p,.compare-head p{margin-top:10px;max-width:560px}.builder-layout{display:block}.controls{padding:22px 16px}.result-card{position:static;min-height:0;margin-top:20px;box-shadow:6px 6px 0 #0c100d}.size-grid{grid-template-columns:repeat(3,1fr)}.result-title{font-size:56px}.price.needs-quote{font-size:34px}.table-wrap{overflow:visible;border:0}table{display:block;min-width:0}thead{display:none}tbody{display:grid;gap:8px}tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 8px;padding:12px;border:1px solid #c6cabe}tbody tr.active{border-color:var(--red)}td{border:0;padding:0}td:first-child{grid-column:1;grid-row:1;font-size:13px}td:nth-child(2){grid-column:1;grid-row:2;font-size:11px}td:nth-child(3){grid-column:1;grid-row:3;font-size:10px}td:nth-child(4){grid-column:1;grid-row:4;font-size:10px}td:nth-child(3):before{content:'Rear wall · ';font-weight:700}td:nth-child(4):before{content:'Table throw · ';font-weight:700}td:nth-child(5){grid-column:2;grid-row:1/span 2;text-align:right;font-size:13px}.price-cell small{max-width:110px;white-space:normal}.compare-foot{display:block}.compare-foot a{display:inline-block;margin-top:12px}footer{padding:26px 5%;font-size:12px}footer span:last-child{display:none}}
@media(max-width:390px){.size-grid{grid-template-columns:repeat(2,1fr)}.frame-grid{grid-template-columns:repeat(3,1fr)}.choice{padding:9px}.result-title{font-size:49px}.eyebrow-line{width:15px}}
@media(max-width:350px){.eyebrow{white-space:normal;flex-wrap:wrap;font-size:8px}.eyebrow-line{display:none}.result-title{font-size:43px}.compare-head h2{font-size:48px}}
.size-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.addon-options{display:grid;gap:8px}.addon-card{background:#252e27;border:1px solid #435047}.addon-toggle{width:100%;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;background:transparent;border:0;color:var(--text);padding:13px 15px}.addon-toggle strong,.addon-heading strong{display:block;font-family:'Barlow Condensed',sans-serif;text-transform:uppercase;font-size:22px;line-height:1.05}.addon-toggle small,.addon-heading small{display:block;color:#adb8ad;font-size:11px;margin-top:5px}.addon-toggle[aria-pressed=true]{background:#3c302c}.addon-check{flex:none;width:26px;height:26px;border:1px solid var(--red);color:var(--red);display:grid;place-items:center;font-size:20px;line-height:1}.addon-toggle[aria-pressed=true] .addon-check{background:var(--red);color:#172019;font-size:15px}.addon-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;min-height:68px}.count-choice{display:flex;flex:none;gap:4px}.count-choice button,.print-choice button{background:#1b231d;border:1px solid #566157;color:#f1f2e9;min-width:33px;min-height:32px;font-size:11px;font-weight:800}.count-choice button[aria-pressed=true],.print-choice button[aria-pressed=true]{background:var(--red);border-color:var(--red);color:#172019}.print-choice{display:flex;align-items:center;gap:6px;padding:0 15px 14px;flex-wrap:wrap}.print-choice span{margin-right:7px;color:#aab8aa;font-size:10px;font-weight:800;letter-spacing:.1em}.print-choice button{padding:7px 10px;min-height:33px}.ultimate-preset{margin-top:20px;padding:21px;background:linear-gradient(120deg,#352a26,#29231f);border:1px solid #ba5744;display:flex;align-items:center;justify-content:space-between;gap:18px}.ultimate-preset h3{font-size:29px;line-height:1;margin:8px 0}.ultimate-preset p{font-size:11px;line-height:1.5;color:#d8c3b6;max-width:360px}.ultimate-preset button{flex:none;background:var(--red);border:0;color:#1c2019;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;padding:12px;min-height:44px}.ultimate-preset button[aria-pressed=true]{background:#d8e1d3}.base-price{font-family:'Barlow Condensed',sans-serif;font-size:31px;font-weight:800;margin:3px 0 13px}.reference-note{border-left:3px solid var(--red);padding:9px 12px;background:#e1e4d8;color:#394c3c;font-size:11px;line-height:1.55;margin:10px 0 15px}.price-block .price.needs-quote{font-size:37px;margin:4px 0}.comparison-section .price-cell{font-size:16px}
@media(max-width:1050px){.size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ultimate-preset{display:block}.ultimate-preset button{margin-top:15px}}
@media(max-width:760px){.size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ultimate-preset{display:flex}.ultimate-preset button{margin-top:0}tbody tr{grid-template-columns:minmax(0,1fr) auto}td:first-child{grid-column:1;grid-row:1;font-size:15px}td:nth-child(2){grid-column:1;grid-row:2;font-size:11px}td:nth-child(3){grid-column:2;grid-row:2;text-align:right;font-size:11px}td:nth-child(4){grid-column:2;grid-row:1;text-align:right;font-size:16px}td:nth-child(5){grid-column:1/-1;grid-row:3;text-align:left;font-size:10px;color:#657466}td:nth-child(3):before,td:nth-child(4):before{content:none}.price-block .price.needs-quote{font-size:31px}}
@media(max-width:500px){.ultimate-preset{display:block}.ultimate-preset button{margin-top:15px}}
@media(max-width:390px){.size-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.print-choice span{width:100%}.addon-heading{align-items:flex-start}.count-choice{padding-top:2px}}
.ultimate-preset[hidden]{display:none}.size-choice{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 15px 14px}.size-choice button{min-height:37px;padding:7px 5px;border:1px solid #566157;background:#1b231d;color:var(--text);font-size:11px;font-weight:800}.size-choice button[aria-pressed=true]{background:var(--red);border-color:var(--red);color:#172019}.quantity-row{display:flex;align-items:center;gap:6px;padding:0 15px 14px}.quantity-row span{color:#aab8aa;font-size:10px;font-weight:800;letter-spacing:.1em;margin-right:auto}.quantity-row button{width:33px;height:34px;flex:none;border:1px solid #566157;background:#1b231d;color:var(--text);font-size:18px;line-height:1}.quantity-row button:hover{border-color:var(--red)}.quantity-row input{width:56px;height:34px;text-align:center;border:1px solid #566157;border-radius:0;background:#18221b;color:var(--text);font-size:13px;font-weight:700;appearance:textfield}.quantity-row input::-webkit-inner-spin-button,.quantity-row input::-webkit-outer-spin-button{appearance:none;margin:0}.shipping-note{margin-top:13px;padding-top:10px;border-top:1px solid #566758;color:#d2e6c9;font-size:12px;font-weight:800}.price-block .shipping-note{letter-spacing:.02em}
.price-breakdown{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:11px 0;margin:5px 0 9px;border-top:1px solid #566758;border-bottom:1px solid #566758;font-size:11px;color:#ccdacc}.price-breakdown b{color:#fff7e9;white-space:nowrap}.result-card{min-height:0}.builder-section{padding-bottom:92px}

/* Brand refresh */
:root{--red:#ff0000}
button:focus-visible,a:focus-visible,input:focus-visible{outline-color:var(--red)}
.site-header{height:92px;justify-content:center;padding-block:7px;position:relative}
.brand{display:inline-flex;align-items:center}
.brand-logo{display:block;height:74px;width:auto}
.home-link{position:absolute;left:5.1%;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 15px;border:1px solid #4b5750;color:var(--text);text-decoration:none;font-family:'Barlow Condensed',Impact,sans-serif;font-size:15px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:border-color .15s,background .15s,color .15s}
.home-link span{color:var(--red);font-size:19px;line-height:1}
.home-link:hover{border-color:var(--red);background:var(--red);color:#111714}
.home-link:hover span{color:#111714}
.hero{display:flex;justify-content:center;align-items:center;min-height:480px}
.hero-copy{width:100%;max-width:1100px;padding:78px 4% 84px;text-align:center}
.hero-copy h1{font-size:clamp(70px,7.7vw,116px);margin:0 auto 24px}
.hero-copy p{max-width:650px;margin-inline:auto}
.hero-link:hover,.copy-button:hover{background:var(--red);filter:brightness(1.12)}
.section-intro{display:block;text-align:center;max-width:720px;margin:0 auto 34px}
.section-intro p{max-width:630px;margin:12px auto 0}
.builder-layout{max-width:1200px;margin-inline:auto}
.choice:hover,.size-choice button:hover,.addon-toggle:hover{border-color:var(--red)}
.choice[aria-pressed=true],.addon-toggle[aria-pressed=true]{background:rgba(255,0,0,.12)}
.includes-list li:before,.price.needs-quote{color:var(--red)}
footer{justify-content:center;text-align:center;gap:40px}
@media(max-width:760px){
  .site-header{height:74px;padding:8px 5%}
  .brand-logo{height:56px}
  .home-link{left:5%;min-height:38px;padding:0 11px;font-size:13px;gap:6px}
  .home-link span{font-size:17px}
  .hero{min-height:0}
  .hero-copy{padding:68px 5% 74px}
  .hero-copy h1{font-size:clamp(62px,13vw,93px);margin:0 auto 22px}
  .section-intro p{margin:13px auto 0}
}
@media(max-width:390px){
  .brand-logo{height:52px}
  .home-link{padding:0 9px;font-size:12px}
  .hero-copy{padding:60px 5% 66px}
  .hero-copy h1{font-size:clamp(54px,12.5vw,70px)}
}

/* Order request */
.order-help{margin-top:12px;font-size:12px;line-height:1.55;color:#526151}
.order-page{max-width:1240px;margin:0 auto;padding:44px 5% 85px}
.back-link{display:inline-block;color:var(--red);font-size:13px;font-weight:800;text-decoration:none;margin-bottom:23px}
.back-link:hover{text-decoration:underline}
.order-intro h1{font-size:clamp(52px,6vw,86px);line-height:.94;margin:0 0 18px}
.order-intro p{max-width:720px;color:#c0cbc1;font-size:16px;line-height:1.65}
.order-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:24px;margin-top:34px}
.order-form{background:var(--panel);border:1px solid var(--line);padding:29px}
.order-form fieldset{margin:0 0 30px;padding:0 0 29px;border:0;border-bottom:1px solid var(--line)}
.order-form legend{margin:0 0 19px}
.form-hint{margin:-12px 0 18px;color:var(--muted);font-size:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-field{display:block;color:#e6ebe1;font-size:14px;font-weight:700;line-height:1.5}
.form-field.full{grid-column:1/-1}
.form-field input,.form-field textarea{display:block;width:100%;border:1px solid #647167;border-radius:0;background:#131b16;color:#fff;padding:12px 13px;margin-top:7px;min-height:46px;font:400 16px 'DM Sans',Arial,sans-serif}
.form-field textarea{resize:vertical;min-height:92px}
.form-field input:focus,.form-field textarea:focus{border-color:var(--red)}
.optional{color:var(--muted);font-weight:400}
.notes-field{margin-bottom:25px}
.submit-order{display:block;width:100%;min-height:50px;background:var(--red);border:0;color:#141b15;font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:13px 20px}
.submit-order:hover{filter:brightness(1.12)}
.submit-note{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.5}
.trap-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.order-summary{position:sticky;top:18px;background:var(--cream);color:#192019;padding:29px;box-shadow:8px 8px 0 #0c100d}
.order-summary h2{font-size:39px;line-height:1.05;margin:23px 0 10px}
.order-total{font-family:'Barlow Condensed',Impact,sans-serif;color:#142019;font-weight:800;font-size:47px;line-height:1.1}
.order-price-note{font-size:13px;line-height:1.5;color:#536152;margin:10px 0 0}
.order-summary h3{font-size:24px;margin-bottom:13px}
.order-summary .includes-list li{font-size:13px}
.summary-divider{border-top:1px solid #c1c9bd;margin:21px 0}
.summary-prices{list-style:none;margin:0;padding:0}
.summary-prices li{padding:5px 0;color:#344137;font-size:13px;line-height:1.5;font-weight:600}
.order-shipping{font-size:13px;font-weight:800;margin-top:17px}
.thank-you{min-height:65vh;max-width:800px;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:65px 5%}
.thank-you h1{font-size:clamp(70px,10vw,120px);margin:18px 0}
.thank-you p{max-width:600px;font-size:17px;line-height:1.65;color:#c0cbc1}
@media(max-width:760px){
  .order-page{padding:34px 5% 75px}
  .order-intro h1{font-size:clamp(49px,10vw,70px)}
  .order-layout{display:flex;flex-direction:column;margin-top:28px}
  .order-summary{order:-1;position:static;width:100%;padding:23px;box-shadow:5px 5px 0 #0c100d}
  .order-form{width:100%;padding:22px 17px}
}
@media(max-width:480px){.form-grid{grid-template-columns:1fr}.order-form legend{font-size:25px}.order-summary h2{font-size:34px}}
.submit-order:disabled{cursor:wait;opacity:.75}
.submit-status{margin-top:13px;padding:12px 14px;background:#263e2c;color:#e5f6e4;font-size:14px;line-height:1.5}
.submit-error{background:#422c27;color:#ffe4dc}
.email-fallback{display:inline-block;margin-top:13px;color:#fff;font-size:14px;font-weight:800;text-underline-offset:3px}
.email-fallback[hidden]{display:none}

/* Single-page builder introduction */
.hero{min-height:0;border-bottom:0}
.hero-copy{padding:44px 4% 28px}
.hero-copy h1{margin:0 auto 20px}
.hero-copy .hero-description{max-width:min(600px,50vw);margin-inline:auto;font-size:15px;line-height:1.6}
.hero-copy .hero-shipping{max-width:none;margin-top:12px;color:var(--text);font-size:15px;line-height:1.4}
.page-shell > footer > span:only-child{color:#d3dbcf}
.builder-section{padding-top:12px}
.frame-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.frame-name{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.frame-name span{font-size:11px;font-weight:800;color:#d2dfd3;line-height:1.25}
@media(max-width:1050px){.frame-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .hero-copy{padding:38px 5% 22px}
  .hero-copy h1{margin-bottom:19px}
  .hero-copy .hero-description{max-width:min(100%,310px)}
  .builder-section{padding-top:12px}
  .page-shell > footer > span:only-child{display:inline}
}
@media(max-width:390px){
  .hero-copy{padding:32px 5% 22px}
  .frame-grid{grid-template-columns:1fr}
}
@media(max-width:350px){
  .brand-logo{height:44px}
  .home-link{left:4%;padding:0 7px;font-size:11px;gap:4px}
  .home-link span{font-size:15px}
}
