@import "tailwindcss";

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/oswald-latin.woff2") format("woff2");
}

:root {
  --font-inter: "Inter";
  --font-oswald: "Oswald";
}

:root {
  --ink: #090a0b;
  --graphite: #121416;
  --panel: #181b1e;
  --paper: #f5f3ed;
  --white: #ffffff;
  --muted: #a7aaac;
  --line: #2b2e31;
  --orange: #f47a1f;
  --orange-bright: #ff8a28;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-inter), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--ink); }

.site-header {
  position: sticky; top: 0; z-index: 50; min-height: 84px; padding: 0 4vw;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  background: rgba(9,10,11,.96); border-bottom: 1px solid rgba(244,122,31,.65);
  backdrop-filter: blur(14px);
}
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; padding: 4px 0; }
.brand-logo img { width: 74px; height: 74px; object-fit: contain; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px,3vw,44px); font-size: .9rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 29px 0 25px; }
.desktop-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 12px 18px !important; color: var(--ink); background: var(--orange); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; font: 700 1rem var(--font-oswald); letter-spacing: .08em; color: var(--orange); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: 44px; width: min(260px,80vw); background: #111315; border: 1px solid var(--orange); box-shadow: 0 18px 50px #000; display: grid; }
.mobile-nav nav a { padding: 16px 20px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-nav nav a[aria-current="page"] { color: var(--orange); }

.shop-hero { min-height: 460px; padding: clamp(72px,8vw,125px) 5vw; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; background: radial-gradient(circle at 82% 18%,rgba(244,122,31,.22),transparent 33%),linear-gradient(120deg,#090a0b,#171a1d); border-bottom: 1px solid var(--orange); }
.shop-hero > div { max-width: 930px; }
.shop-hero h1 { margin-bottom: 24px; font-size: clamp(3.6rem,7vw,7.2rem); line-height: .9; letter-spacing: -.045em; }
.shop-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: #c2c4c5; font-size: clamp(1rem,1.35vw,1.16rem); line-height: 1.7; }
.shop-hero > .button { flex: 0 0 auto; }
.shop-categories { padding: 0 5vw; display: grid; grid-template-columns: 1fr 1fr; background: var(--graphite); border-bottom: 1px solid var(--line); }
.shop-categories a,.shop-categories p { min-height: 105px; margin: 0; padding: 26px 30px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); font: 700 clamp(1.1rem,2vw,1.55rem) var(--font-oswald); text-transform: uppercase; }
.shop-categories span { color: var(--orange); font-size: .8rem; }
.shop-categories a.active { background: var(--orange); color: var(--ink); }
.shop-categories a.active span { color: var(--ink); }
.shop-categories p { color: #74787b; border-right: 0; }

.hero { min-height: 735px; display: grid; grid-template-columns: minmax(430px,44%) 1fr; overflow: hidden; border-bottom: 1px solid var(--orange); }
.hero-copy { position: relative; z-index: 2; padding: clamp(68px,7vw,108px) 4vw 56px; background: radial-gradient(circle at 60% 40%,#1c1e20 0,transparent 48%),linear-gradient(115deg,#090a0b 0,#111315 100%); }
.hero-copy::after { content: ""; position: absolute; top: 0; right: -85px; bottom: 0; width: 170px; background: var(--graphite); clip-path: polygon(50% 0,100% 0,50% 50%,100% 100%,50% 100%,0 50%); border-left: 9px solid var(--orange); z-index: -1; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font: 700 clamp(.84rem,1.3vw,1rem) var(--font-oswald); letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--font-oswald), Impact, sans-serif; text-transform: uppercase; }
.hero h1 { margin-bottom: 24px; font-size: clamp(3.5rem,6.3vw,6.7rem); line-height: .92; letter-spacing: -.045em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 590px; color: #d3d4d4; font-size: clamp(1rem,1.35vw,1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 25px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 2px solid transparent; cursor: pointer; font: 700 .95rem var(--font-oswald); letter-spacing: .05em; text-transform: uppercase; transition: transform .18s ease,background .18s ease,color .18s ease,border .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: var(--orange-bright); }
.button-outline { border-color: var(--orange); background: transparent; color: var(--paper); }
.button-outline:hover { background: var(--orange); color: var(--ink); }
.service-area { color: #bfc1c2; font-size: .88rem; }
.service-area span { color: var(--orange); margin-right: 7px; }
.hero-image { min-height: 735px; background: linear-gradient(90deg,rgba(9,10,11,.18),transparent 25%),url('/hero-orange-shop.jpg') center/cover no-repeat; }

.quick-services { display: grid; grid-template-columns: repeat(4,1fr); background: var(--graphite); }
.quick-card { min-height: 126px; display: flex; align-items: center; gap: 18px; padding: 26px clamp(18px,2.5vw,40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.quick-card:hover { background: #1d2023; }
.quick-card > span { color: var(--orange); font: 700 1rem var(--font-oswald); }
.quick-card div { display: grid; gap: 5px; }
.quick-card strong { font: 700 clamp(1.2rem,1.8vw,1.65rem) var(--font-oswald); text-transform: uppercase; }
.quick-card small { color: var(--muted); font-size: .72rem; }

.section { padding: clamp(82px,10vw,150px) 5vw; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading h2,.statement h2,.about-copy h2,.quote-intro h2 { margin-bottom: 0; font-size: clamp(2.8rem,5.5vw,5.7rem); line-height: .97; letter-spacing: -.035em; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 7vw; }
.split-heading > p { color: #b7b9ba; line-height: 1.8; }
.services-section { background: var(--paper); color: var(--ink); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid var(--ink); border-left: 1px solid #c8c7c1; }
.service-card { min-height: 350px; padding: 34px; border-right: 1px solid #c8c7c1; border-bottom: 1px solid #c8c7c1; transition: background .2s ease,color .2s ease; }
.service-card:hover { background: var(--ink); color: var(--paper); }
.service-number { color: var(--orange); font: 700 .9rem var(--font-oswald); }
.service-card h3 { margin: 50px 0 18px; font-size: clamp(1.65rem,2.4vw,2.25rem); }
.service-card p { min-height: 90px; color: #55585b; line-height: 1.7; font-size: .92rem; }
.service-card:hover p { color: #c7c9ca; }
.service-card ul { margin: 25px 0 0; padding: 18px 0 0; list-style: none; border-top: 1px solid #c8c7c1; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.service-card li::before { content: "+"; color: var(--orange); margin-right: 7px; }
.service-card-link { margin-top: 25px; display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font: 700 .82rem var(--font-oswald); letter-spacing: .06em; text-transform: uppercase; }
.service-card:hover .service-card-link { color: var(--orange); }

.service-page-hero { min-height: 650px; padding: clamp(70px,8vw,125px) 5vw; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 80% 15%,rgba(244,122,31,.23),transparent 32%),linear-gradient(120deg,#090a0b,#171a1d); border-bottom: 1px solid var(--orange); }
.service-page-hero h1 { max-width: 1120px; margin-bottom: 28px; font-size: clamp(3.5rem,7vw,7.4rem); line-height: .9; letter-spacing: -.045em; }
.service-page-hero > p:not(.eyebrow) { max-width: 790px; color: #c8cacc; font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.8; }
.portfolio-section { overflow: hidden; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 270px; gap: 14px; }
.portfolio-grid figure { margin: 0; overflow: hidden; border: 1px solid #2b2d30; background: #111; }
.portfolio-grid figure.portfolio-featured { grid-column: span 2; }
.portfolio-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.portfolio-grid figure:hover img { transform: scale(1.025); }
.portfolio-grid.portrait-grid { grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); grid-auto-rows: auto; }
.portfolio-grid.portrait-grid figure { aspect-ratio: 3 / 4; }
.portfolio-grid.portrait-grid img { object-fit: contain; }
.portfolio-grid.generated-service-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
.portfolio-grid.generated-service-grid figure { aspect-ratio: 3 / 2; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.carousel-controls { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid #46494c; border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; font: 700 1.2rem var(--font-oswald); transition: background .18s ease,color .18s ease,border .18s ease; }
.carousel-controls button:hover:not(:disabled),.carousel-controls button:focus-visible { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.carousel-controls button:disabled { cursor: default; opacity: .3; }
.carousel-controls span { min-width: 72px; color: var(--muted); font: 700 .82rem var(--font-oswald); letter-spacing: .08em; text-align: center; }
.portfolio-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-color: var(--orange) #242629; scrollbar-width: thin; padding: 0 0 16px; }
.portfolio-carousel figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid #2b2d30; background: #111; scroll-snap-align: start; }
.portfolio-carousel img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.portfolio-carousel figure:hover img { transform: scale(1.025); }
.stake-choices { margin-bottom: 18px; }
.stake-choices .choice { min-height: 82px; }
.breadcrumbs { margin-bottom: auto; display: flex; flex-wrap: wrap; gap: 8px; color: #85898c; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs strong { color: var(--paper); }
.service-details { background: var(--paper); color: var(--ink); }
.service-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--ink); border-left: 1px solid #c8c7c1; }
.service-feature-grid article { min-height: 290px; padding: 32px; border-right: 1px solid #c8c7c1; border-bottom: 1px solid #c8c7c1; }
.service-feature-grid article > span { color: var(--orange); font: 700 .9rem var(--font-oswald); }
.service-feature-grid h3 { margin: 55px 0 16px; font-size: clamp(1.35rem,2vw,1.9rem); line-height: 1.05; }
.service-feature-grid p { color: #55585b; line-height: 1.7; font-size: .88rem; }
.service-audience { padding: clamp(75px,9vw,130px) 5vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; background: #111315; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-audience h2 { max-width: 760px; margin: 0; font-size: clamp(2.8rem,5.4vw,5.5rem); line-height: .96; letter-spacing: -.035em; }
.service-audience ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3b3e41; }
.service-audience li { padding: 17px 5px; border-bottom: 1px solid #3b3e41; color: #d1d3d4; font-weight: 750; }
.service-audience li::before { content: "+"; margin-right: 13px; color: var(--orange); }
.service-area-section { background: #0d0f11; }
.area-list { margin: 0; padding: 24px 0; border-top: 1px solid #3b3e41; border-bottom: 1px solid #3b3e41; color: var(--orange); font: 700 clamp(.9rem,1.5vw,1.1rem) var(--font-oswald); letter-spacing: .07em; text-transform: uppercase; }
.service-faq { background: var(--paper); color: var(--ink); }
.service-faq .faq-list { border-top-color: var(--ink); }
.service-faq .faq-list details { border-bottom-color: #c8c7c1; }
.service-faq .faq-list p { color: #55585b; }
.service-cta { padding: clamp(85px,10vw,150px) 5vw; background: radial-gradient(circle at 85% 50%,rgba(244,122,31,.2),transparent 32%),#090a0b; border-top: 1px solid var(--orange); }
.service-cta h2 { max-width: 980px; margin-bottom: 35px; font-size: clamp(3rem,6vw,6rem); line-height: .94; letter-spacing: -.04em; }

.yard-shop { padding: clamp(82px,9vw,135px) 5vw; background: #0d0f11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--orange); }
.yard-shop-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 7vw; }
.yard-shop-heading h2 { margin: 0; font-size: clamp(2.9rem,5.6vw,5.8rem); line-height: .95; letter-spacing: -.04em; }
.yard-shop-heading > p { max-width: 620px; margin-bottom: 7px; color: #b7b9ba; line-height: 1.8; }
.yard-configurator { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); border: 1px solid #3b3e41; background: var(--graphite); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.yard-options { padding: clamp(28px,4vw,58px); display: grid; gap: 38px; border-right: 1px solid #3b3e41; }
.yard-options fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.yard-options legend { width: 100%; margin-bottom: 16px; color: var(--paper); font: 700 1rem var(--font-oswald); letter-spacing: .08em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.choice { min-height: 58px; padding: 14px; border: 1px solid #42464a; background: #181b1e; color: var(--paper); cursor: pointer; text-align: left; transition: border-color .18s,background .18s,color .18s; }
.choice:hover { border-color: var(--orange); }
.choice.active { border-color: var(--orange); background: var(--orange); color: var(--ink); box-shadow: inset 0 0 0 1px var(--orange); }
.choice strong,.choice small { display: block; }
.choice strong { font: 700 1.15rem var(--font-oswald); }
.choice small { margin-top: 2px; opacity: .72; font-size: .7rem; text-transform: uppercase; }
.custom-size-link { display: inline-block; margin-top: 13px; color: var(--orange); font-size: .78rem; font-weight: 800; }
.yard-options select { width: 100%; min-height: 56px; padding: 0 15px; border: 1px solid #42464a; border-radius: 0; outline: 0; background: #181b1e; color: var(--paper); }
.yard-options select:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(244,122,31,.18); }
.option-note { display: block; margin-top: 10px; color: #8f9396; line-height: 1.5; }
.upgrade-list { display: grid; gap: 10px; }
.upgrade-list label { min-height: 62px; padding: 13px 15px; display: flex; align-items: center; gap: 13px; border: 1px solid #42464a; background: #181b1e; cursor: pointer; }
.upgrade-list label:has(input:checked) { border-color: var(--orange); background: #211b17; }
.upgrade-list input { width: 18px; height: 18px; accent-color: var(--orange); }
.upgrade-list span { display: grid; gap: 3px; font-weight: 750; }
.upgrade-list small { color: #8f9396; font-size: .68rem; font-weight: 500; }
.yard-summary { align-self: start; position: sticky; top: 105px; padding: clamp(32px,4vw,58px); background: #171a1d; }
.yard-summary h3 { margin-bottom: 35px; font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1; }
.yard-summary dl { margin: 0; border-top: 1px solid #3b3e41; }
.yard-summary dl div { padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #3b3e41; }
.yard-summary dt { color: #aeb1b3; }
.yard-summary dd { margin: 0; font-weight: 800; text-align: right; }
.yard-total { margin: 32px 0 22px; padding: 25px; display: grid; gap: 5px; background: var(--orange); color: var(--ink); }
.yard-total span { font: 700 .75rem var(--font-oswald); letter-spacing: .1em; text-transform: uppercase; }
.yard-total strong { font: 700 clamp(2.7rem,5vw,4.3rem)/1 var(--font-oswald); }
.yard-total small { margin-top: 4px; font-weight: 700; }
.yard-summary .button { width: 100%; }
.quote-required { margin: -8px 0 20px; padding: 13px 14px; border-left: 3px solid var(--orange); background: #24201d; color: #f3c39f; font-size: .8rem; line-height: 1.5; }
.pricing-note { margin: 16px 0 0; color: #85898c; font-size: .72rem; line-height: 1.6; }
.order-checkout { margin-top: 36px; padding: clamp(30px,5vw,68px); border: 1px solid #3b3e41; background: var(--graphite); }
.checkout-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 6vw; }
.checkout-heading h3,.order-success h3 { margin: 0; font-size: clamp(2rem,4vw,3.7rem); line-height: 1; }
.checkout-heading > p,.order-success > p { margin: 0; color: #b9bbbc; line-height: 1.7; }
.order-form { display: grid; gap: 20px; }
.order-form label { display: grid; gap: 9px; color: #d1d2d3; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.order-form input,.order-form textarea { width: 100%; min-height: 53px; padding: 14px 15px; border: 1px solid #42464a; border-radius: 0; outline: 0; background: #181b1e; color: var(--paper); text-transform: none; letter-spacing: 0; }
.order-form input:focus,.order-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(244,122,31,.18); }
.order-form textarea { resize: vertical; }
.order-form label > small { color: #8f9396; font-weight: 500; text-transform: none; letter-spacing: 0; }
.address-row { display: grid; grid-template-columns: 1fr 120px 180px; gap: 18px; }
.file-input { min-height: 72px !important; padding: 19px 15px !important; }
.file-input::file-selector-button { margin-right: 15px; padding: 10px 13px; border: 0; background: var(--orange); color: var(--ink); cursor: pointer; font: 700 .75rem var(--font-oswald); text-transform: uppercase; }
.order-review-card { padding: 20px 22px; display: flex; justify-content: space-between; gap: 24px; border-left: 4px solid var(--orange); background: #202326; }
.order-review-card strong { font: 700 1.15rem var(--font-oswald); text-transform: uppercase; }
.order-review-card span { color: var(--orange); font-weight: 800; }
.approval-check { min-height: 60px; padding: 15px 18px; display: flex !important; grid-template-columns: none; align-items: center; gap: 13px !important; border: 1px solid #42464a; background: #181b1e; cursor: pointer; text-transform: none !important; letter-spacing: 0 !important; }
.approval-check input { width: 19px; min-height: 19px; height: 19px; flex: 0 0 auto; padding: 0; accent-color: var(--orange); }
.submit-error { margin: 0; padding: 14px 16px; border-left: 3px solid #ff5d5d; background: #2a1717; color: #ffc2c2; }
.checkout-actions { display: flex; align-items: center; gap: 22px; }
.checkout-actions .button:disabled { cursor: wait; opacity: .65; }
.text-button { padding: 12px 0; border: 0; background: transparent; color: #bfc1c2; cursor: pointer; font-weight: 800; }
.text-button:hover { color: var(--orange); }
.order-success { max-width: 860px; display: grid; gap: 18px; }
.order-success strong { color: var(--orange); }

.admin-orders { min-height: 70vh; padding: clamp(72px,8vw,125px) 5vw; background: #0d0f11; }
.admin-orders > h1,.admin-heading h1 { margin-bottom: 24px; font-size: clamp(3.4rem,7vw,7rem); line-height: .92; letter-spacing: -.045em; }
.admin-orders > p { max-width: 720px; color: #b7b9ba; line-height: 1.7; }
.admin-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 6vw; }
.admin-heading h1 { margin-bottom: 0; }
.admin-heading > p { color: #b7b9ba; line-height: 1.7; }
.admin-empty { padding: 55px; border: 1px solid #3b3e41; background: var(--graphite); }
.admin-empty h2 { font-size: 2rem; }
.admin-empty p { margin: 0; color: var(--muted); }
.orders-list { display: grid; gap: 24px; }
.admin-order { border: 1px solid #3b3e41; background: var(--graphite); }
.admin-order-top { padding: 25px 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-bottom: 1px solid #3b3e41; }
.admin-order-top h2 { margin: 10px 0 4px; font-size: clamp(1.65rem,3vw,2.4rem); }
.admin-order-top p { margin: 0; color: var(--muted); font-size: .78rem; }
.admin-order-top > strong { color: var(--orange); font: 700 clamp(2rem,4vw,3rem) var(--font-oswald); }
.admin-order-top > strong small { display: block; color: var(--muted); font: 600 .7rem var(--font-inter); text-align: right; }
.status-pill { padding: 7px 10px; display: inline-block; background: var(--orange); color: var(--ink); font: 700 .68rem var(--font-oswald); letter-spacing: .08em; text-transform: uppercase; }
.admin-order-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.admin-order-grid > section { min-width: 0; padding: 28px; border-right: 1px solid #3b3e41; }
.admin-order-grid > section:last-child { border-right: 0; }
.admin-order-grid h3 { margin-bottom: 18px; color: var(--orange); font-size: 1rem; letter-spacing: .08em; }
.admin-order-grid p { color: #c5c7c8; line-height: 1.65; overflow-wrap: anywhere; }
.admin-files { margin: 0 0 18px; padding: 0; display: grid; gap: 8px; list-style: none; }
.admin-files li { padding: 11px 12px; display: grid; gap: 3px; border: 1px solid #42464a; background: #181b1e; }
.admin-files a { color: var(--orange); font-weight: 800; overflow-wrap: anywhere; }
.admin-files small { color: var(--muted); }
.admin-notes { padding: 14px; border-left: 3px solid var(--orange); background: #202326; white-space: pre-wrap; }
.admin-order-actions { padding: 22px 28px; display: flex; align-items: center; gap: 25px; border-top: 1px solid #3b3e41; }
.admin-order-actions span { color: var(--muted); font-size: .8rem; line-height: 1.5; }
.admin-order-actions form { margin-left: auto; }
.delete-order-button { padding: 12px 16px; border: 1px solid #d85757; background: transparent; color: #ff8f8f; cursor: pointer; font: 800 .76rem var(--font-inter); letter-spacing: .04em; text-transform: uppercase; }
.delete-order-button:hover,.delete-order-button:focus-visible { background: #b92f2f; color: #fff; }

.statement { padding: clamp(74px,8vw,120px) 5vw; display: flex; justify-content: space-between; align-items: center; gap: 50px; background: var(--orange); color: var(--ink); }
.statement .eyebrow { color: var(--ink); }
.statement > div { max-width: 1040px; }
.circle-link { width: 150px; aspect-ratio: 1; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-content: center; text-align: center; font: 700 1rem var(--font-oswald); transition: background .2s,color .2s,transform .2s; }
.circle-link:hover { background: var(--ink); color: var(--orange); transform: rotate(-8deg); }

.process-section { background: var(--graphite); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #44484b; }
.process-grid article { padding: 30px 30px 10px 0; border-right: 1px solid #44484b; }
.process-grid article + article { padding-left: 30px; }
.process-grid span { color: var(--orange); font: 700 1rem var(--font-oswald); }
.process-grid h3 { margin: 75px 0 16px; font-size: 1.55rem; }
.process-grid p { color: var(--muted); line-height: 1.7; font-size: .9rem; }

.about-section { display: grid; grid-template-columns: .7fr 1.3fr; background: #090a0b; min-height: 670px; }
.about-mark { min-height: 620px; position: relative; overflow: hidden; display: grid; place-content: center; background: repeating-linear-gradient(135deg,#131517 0,#131517 24px,#0d0e0f 24px,#0d0e0f 48px); border-right: 1px solid var(--line); }
.about-mark > img { width: min(78%,480px); height: auto; object-fit: contain; filter: drop-shadow(0 20px 35px rgba(0,0,0,.35)); }
.about-mark i { position: absolute; right: 8%; bottom: 8%; width: 110px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: var(--paper); color: var(--ink); font: 700 2rem var(--font-oswald); }
.about-copy { align-self: center; padding: clamp(70px,8vw,130px); }
.about-copy > p:not(.eyebrow) { max-width: 760px; margin-top: 30px; color: #b7b9ba; line-height: 1.85; }
.values { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 15px 32px; }
.values span { font: 700 .85rem var(--font-oswald); letter-spacing: .08em; text-transform: uppercase; }
.values span::before { content: "●"; color: var(--orange); margin-right: 9px; }

.faq-section { background: var(--paper); color: var(--ink); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid #c8c7c1; }
.faq-list summary { cursor: pointer; list-style: none; padding: 27px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 700 clamp(1.15rem,2vw,1.55rem) var(--font-oswald); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 36px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: var(--ink); color: var(--orange); font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 900px; padding: 0 60px 28px 0; color: #55585b; line-height: 1.75; }

.quote-section { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--graphite); }
.quote-intro { padding: clamp(72px,7vw,120px) 5vw; border-right: 1px solid var(--line); }
.quote-intro > p:not(.eyebrow) { max-width: 620px; margin-top: 25px; color: #b6b8ba; line-height: 1.75; }
.contact-stack { display: grid; gap: 22px; margin-top: 55px; }
.contact-stack a,.contact-stack p { display: grid; gap: 6px; margin: 0; font: 600 1rem var(--font-inter); text-transform: none; }
.contact-stack small { color: var(--orange); font: 700 .72rem var(--font-oswald); letter-spacing: .14em; }
.quote-form { padding: clamp(72px,7vw,120px) 5vw; display: grid; gap: 20px; background: #101214; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 9px; color: #d1d2d3; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.quote-form input,.quote-form select,.quote-form textarea { width: 100%; border: 1px solid #3a3e41; border-radius: 0; outline: 0; background: #181b1e; color: var(--paper); padding: 15px 16px; text-transform: none; letter-spacing: 0; }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(244,122,31,.18); }
.quote-form textarea { resize: vertical; }
.quote-form .button { justify-self: start; margin-top: 6px; }
.quote-form .button:disabled { cursor: wait; opacity: .68; }
.form-note { color: #898d90; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-success { min-height: 520px; display: grid; align-content: center; gap: 18px; }
.quote-success h3 { margin: 0; font-size: clamp(2rem,4vw,3.8rem); line-height: 1; }
.quote-success > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #c8cacc; font-size: 1rem; line-height: 1.75; }
.quote-success strong { color: var(--orange); }

footer { padding: 52px 5vw 30px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--orange); }
footer > p { color: var(--muted); margin: 0; font-size: .85rem; }
.footer-logo { justify-self: start; display: inline-flex; align-items: center; }
.footer-logo img { width: 112px; height: 112px; object-fit: contain; }
.footer-contact { display: grid; justify-items: end; gap: 7px; font-size: .8rem; text-align: right; }
.footer-socials { margin-top: 8px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.footer-socials a { padding: 9px 12px; border: 1px solid #3b3e41; color: var(--paper); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: border-color .18s ease,color .18s ease,background .18s ease; }
.footer-socials a:hover { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.footer-socials span { color: var(--orange); }
.footer-socials a:hover span { color: var(--ink); }
footer > small { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid var(--line); color: #74787b; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 8vw; }
  .hero-copy::after { display: none; }
  .hero-image { min-height: 520px; background-position: center; }
  .quick-services { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { border-bottom: 1px solid #44484b; }
  .about-section,.quote-section { grid-template-columns: 1fr; }
  .service-feature-grid { grid-template-columns: 1fr 1fr; }
  .service-audience { grid-template-columns: 1fr; }
  .yard-shop-heading { grid-template-columns: 1fr; gap: 24px; }
  .yard-configurator { grid-template-columns: 1fr; }
  .yard-options { border-right: 0; border-bottom: 1px solid #3b3e41; }
  .yard-summary { position: static; }
  .admin-order-grid { grid-template-columns: 1fr; }
  .admin-order-grid > section { border-right: 0; border-bottom: 1px solid #3b3e41; }
  .about-mark { min-height: 400px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-mark > img { width: min(62%,360px); }
  .quote-intro { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .site-header { min-height: 68px; }
  .brand-logo img { width: 58px; height: 58px; }
  .shop-hero { min-height: auto; padding: 70px 6vw; align-items: stretch; flex-direction: column; gap: 35px; }
  .shop-hero h1 { font-size: clamp(3.2rem,16vw,5.3rem); }
  .shop-categories { padding: 0; grid-template-columns: 1fr; }
  .shop-categories a,.shop-categories p { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; }
  .hero-copy { padding: 65px 6vw 45px; }
  .hero h1 { font-size: clamp(3.25rem,17vw,5.2rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-image { min-height: 360px; }
  .quick-services,.services-grid,.process-grid { grid-template-columns: 1fr; }
  .service-page-hero { min-height: 560px; padding-left: 6vw; padding-right: 6vw; }
  .service-page-hero h1 { font-size: clamp(3.2rem,16vw,5.3rem); }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .portfolio-grid figure.portfolio-featured { grid-column: span 2; }
  .carousel-heading { align-items: flex-start; flex-direction: column; }
  .carousel-controls { align-self: stretch; justify-content: space-between; }
  .portfolio-carousel { grid-auto-columns: min(84vw,360px); }
  .service-feature-grid { grid-template-columns: 1fr; }
  .service-feature-grid article { min-height: auto; }
  .service-audience { padding-left: 6vw; padding-right: 6vw; }
  .quick-card { min-height: 105px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 35px; }
  .service-card p { min-height: auto; }
  .statement { align-items: flex-start; flex-direction: column; }
  .circle-link { width: 120px; }
  .process-grid article,.process-grid article + article { padding: 28px 0; border-right: 0; }
  .process-grid h3 { margin-top: 35px; }
  .about-copy { padding: 72px 6vw; }
  .field-row { grid-template-columns: 1fr; }
  .choice-grid,.choice-grid-three { grid-template-columns: 1fr; }
  .yard-shop { padding-left: 4vw; padding-right: 4vw; }
  .yard-options,.yard-summary { padding: 28px 20px; }
  .checkout-heading,.admin-heading { grid-template-columns: 1fr; gap: 22px; }
  .address-row { grid-template-columns: 1fr; }
  .order-review-card,.checkout-actions,.admin-order-actions { align-items: stretch; flex-direction: column; }
  .order-review-card span { text-align: left; }
  .admin-order-top { flex-direction: column; }
  .admin-order-top > strong small { text-align: left; }
  footer { grid-template-columns: 1fr; }
  .footer-contact { justify-items: start; text-align: left; }
  .footer-socials { justify-content: flex-start; }
}
