:root {
    --black: #050606;
    --black-soft: #101111;
    --hero-gray: #151615;
    --charcoal: #171817;
    --yellow: #f7c400;
    --yellow-dark: #dba900;
    --white: #ffffff;
    --off-white: #f4f4f2;
    --muted: #d7d7d2;
    --ink: #111111;
    --border: rgba(255, 255, 255, 0.15);
    --max: 1180px;
    --content: 1180px;
    --wide: 1600px;
    --display: "Oswald", "Arial Narrow", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.5;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 108px;
    padding: 0 clamp(18px, 4vw, 42px);
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: var(--wide);
    min-height: 108px;
    margin: 0 auto;
    padding: 20px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 240px;
    text-decoration: none;
}

.brand-cup {
    position: relative;
    width: 38px;
    height: 55px;
    border: 2px solid var(--white);
    border-top-width: 3px;
    border-radius: 4px 4px 7px 7px;
    transform: perspective(60px) rotateX(-6deg);
}

.brand-cup::before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: 30px;
    height: 3px;
    background: var(--yellow);
    box-shadow: 0 0 0 1px var(--yellow);
}

.brand-cup span {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -3px;
    height: 18px;
    border: 2px solid var(--yellow);
    border-top: 0;
    border-radius: 0 0 7px 7px;
}

.brand-name {
    display: block;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(30px, 3.3vw, 46px);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
}

.brand-name span,
.accent {
    color: var(--yellow);
}

.brand-name sup {
    margin-left: 3px;
    color: var(--white);
    font-family: var(--body);
    font-size: 10px;
    vertical-align: super;
}

.brand-tagline {
    display: block;
    margin-top: 6px;
    font-family: var(--display);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.brand-small {
    min-width: 0;
    transform: scale(0.72);
    transform-origin: left center;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 48px);
    font-family: var(--display);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-nav a {
    position: relative;
    padding: 10px 0;
    text-decoration: none;
}

.main-nav a:not(.nav-order)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--yellow);
    transition: transform 160ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

.nav-order,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border: 0;
    border-radius: 7px;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-order {
    margin-left: 12px;
    margin-right: 12px;
}

.main-nav .nav-order {
    min-height: 58px;
    padding: 16px 34px;
}

.nav-order,
.button-yellow {
    background: linear-gradient(180deg, #ffd416 0%, var(--yellow) 58%, #eab500 100%);
    color: var(--black);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
}

.button-outline {
    min-height: 52px;
    border: 2px solid var(--yellow);
    color: var(--yellow);
    background: transparent;
}

.nav-toggle,
.nav-button {
    display: none;
}

.hero {
    display: grid;
    grid-template-columns: minmax(390px, 43%) 1fr;
    width: 100%;
    max-width: var(--wide);
    min-height: 520px;
    margin: 0 auto;
    background:
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(90deg, var(--hero-gray), #070707);
    box-shadow: 0 0 0 100vmax var(--hero-gray);
    clip-path: inset(0 -100vmax);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(38px, 5vw, 76px) clamp(24px, 4vw, 48px);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: var(--display);
    line-height: 1.03;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 560px;
    font-size: clamp(49px, 6vw, 74px);
}

.hero h1 span {
    display: block;
    color: var(--yellow);
}

.hero-lede {
    max-width: 430px;
    margin: 18px 0 30px;
    font-size: clamp(22px, 2.3vw, 28px);
    font-weight: 700;
}

.hero-list {
    display: grid;
    gap: 22px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.hero-list li {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 16px;
    font-size: 18px;
}

.line-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
}

.line-icon.shield {
    border-radius: 8px 8px 18px 18px;
    clip-path: polygon(50% 0, 96% 17%, 88% 76%, 50% 100%, 12% 76%, 4% 17%);
}

.line-icon.shield::after,
.tiny-shield::after {
    content: "";
    width: 16px;
    height: 8px;
    border-left: 2px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
    transform: rotate(-45deg);
}

.line-icon.wrench::after {
    content: "";
    width: 23px;
    height: 8px;
    border: 3px solid var(--yellow);
    border-left: 0;
    border-radius: 0 9px 9px 0;
    transform: rotate(-42deg);
}

.line-icon.cup {
    border-radius: 3px 3px 8px 8px;
    width: 34px;
    margin-left: 6px;
}

.line-icon.cup::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
    right: -5px;
    height: 2px;
    background: var(--yellow);
}

.micro-proof {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 16px 0 0;
    color: var(--muted);
}

.tiny-shield {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 24px;
    border: 2px solid var(--yellow);
    clip-path: polygon(50% 0, 96% 17%, 88% 76%, 50% 100%, 12% 76%, 4% 17%);
}

.tiny-shield::after {
    width: 8px;
    height: 4px;
}

.hero-image {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--hero-gray);
}

.hero-image::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 46%;
    background: linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.94) 18%, rgba(5, 6, 6, 0.54) 54%, rgba(5, 6, 6, 0) 100%);
    pointer-events: none;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.section-heading {
    margin-bottom: 28px;
    text-align: center;
}

.section-heading h2,
.page-heading h1,
.dark-band h2 {
    font-size: clamp(34px, 4.2vw, 46px);
}

.section-heading span {
    display: block;
    width: 52px;
    height: 4px;
    margin: 10px auto 0;
    background: var(--yellow);
}

.section-heading.dark {
    color: var(--ink);
}

.feature-strip {
    padding: 26px clamp(18px, 4vw, 52px) 34px;
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 0, 0, 0.06), transparent 30%),
        linear-gradient(180deg, #fafafa, #ececea);
    color: var(--ink);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: var(--content);
    margin: 0 auto;
}

.feature-grid article {
    min-height: 172px;
    padding: 18px 22px 8px;
    text-align: center;
    border-left: 1px solid #c8c8c8;
}

.feature-grid article:first-child {
    border-left: 0;
}

.feature-icon,
.mini-icon {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
}

.feature-grid h3,
.detail-grid h2,
.package-row h2 {
    font-size: 21px;
}

.feature-grid p {
    margin: 6px auto 0;
    max-width: 170px;
    font-size: 15px;
}

.icon-floor::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 4px;
    width: 24px;
    height: 36px;
    border: 4px solid #050505;
    border-top-width: 6px;
    border-radius: 2px 2px 5px 5px;
}

.icon-floor::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 2px;
    height: 4px;
    background: #050505;
}

.icon-timer::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 5px solid #050505;
    border-radius: 50%;
}

.icon-timer::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 16px;
    width: 4px;
    height: 17px;
    background: #050505;
    box-shadow: 8px -11px 0 -1px #050505;
    transform: rotate(35deg);
    transform-origin: bottom;
}

.icon-muscle::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    width: 36px;
    height: 25px;
    background: #050505;
    border-radius: 18px 18px 12px 12px;
    transform: rotate(-18deg);
}

.icon-muscle::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 4px;
    width: 16px;
    height: 28px;
    background: #050505;
    border-radius: 12px 12px 4px 4px;
    transform: rotate(35deg);
}

.icon-thumb::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    width: 26px;
    height: 28px;
    background: #050505;
    border-radius: 5px 14px 11px 5px;
}

.icon-thumb::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 24px;
    width: 12px;
    height: 20px;
    background: #050505;
    border-radius: 3px;
}

.icon-spark::before,
.icon-spark::after {
    content: "";
    position: absolute;
    background: #050505;
    clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%);
}

.icon-spark::before {
    inset: 5px 7px 13px 7px;
}

.icon-spark::after {
    right: 0;
    bottom: 5px;
    width: 20px;
    height: 20px;
}

.how-it-works {
    padding: 20px clamp(18px, 4vw, 32px) 34px;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #101111, #060707);
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: var(--content);
    margin: 0 auto;
}

.steps article {
    text-align: center;
}

.step-image {
    position: relative;
    aspect-ratio: 1.65 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #252525;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-image b {
    position: absolute;
    top: 12px;
    left: 16px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--black);
    font-family: var(--display);
    font-size: 25px;
}

.steps h3 {
    margin-top: 15px;
    color: var(--yellow);
    font-size: 24px;
}

.steps p {
    margin: 6px auto 0;
    max-width: 250px;
    color: var(--off-white);
}

.gallery-preview,
.label-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 38px max(22px, calc((100% - var(--wide)) / 2));
    background: #141515;
    border-top: 1px solid var(--border);
}

.gallery-preview > *,
.label-section > * {
    max-width: calc(var(--wide) / 2);
}

.gallery-preview h2,
.label-section h2 {
    max-width: 760px;
    font-size: clamp(29px, 3.3vw, 42px);
}

.label-section {
    background:
        linear-gradient(90deg, rgba(247, 196, 0, 0.13), rgba(255, 255, 255, 0.03)),
        #0f1010;
}

.label-section p:not(.eyebrow) {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.store-label-section {
    margin-top: -30px;
    border-bottom: 1px solid var(--border);
}

.text-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--yellow);
    font-weight: 800;
}

.site-footer {
    background: #080909;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 28px;
    align-items: center;
    width: calc(100% - 44px);
    max-width: var(--wide);
    margin: 0 auto;
    padding: 22px 0;
}

.quote {
    padding-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    color: var(--yellow);
    font-size: 30px;
    line-height: 1;
}

.stars span {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid var(--yellow);
    border-left: 10px solid transparent;
    transform: rotate(35deg);
}

.stars span::before,
.stars span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid var(--yellow);
    border-left: 10px solid transparent;
}

.stars span::before {
    transform: rotate(-70deg);
}

.stars span::after {
    transform: rotate(-35deg);
}

.quote p {
    margin: 6px 0;
    font-size: 21px;
    font-weight: 700;
}

.quote span {
    color: var(--yellow);
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.trust-row div {
    color: var(--off-white);
}

.mini-icon {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
}

.mini-icon::before,
.mini-icon::after {
    content: "";
    position: absolute;
}

.mini-icon.beer::before {
    inset: 10px 7px 3px 6px;
    border: 3px solid var(--yellow);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.mini-icon.beer::after {
    right: 1px;
    top: 16px;
    width: 10px;
    height: 15px;
    border: 3px solid var(--yellow);
    border-left: 0;
    border-radius: 0 8px 8px 0;
}

.mini-icon.people::before {
    left: 5px;
    top: 15px;
    width: 32px;
    height: 18px;
    border: 3px solid var(--yellow);
    border-radius: 18px 18px 4px 4px;
}

.mini-icon.people::after {
    left: 10px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 3px solid var(--yellow);
    border-radius: 50%;
    background: #080909;
}

.mini-icon.shieldmark::before {
    inset: 2px 7px;
    border: 3px solid var(--yellow);
    clip-path: polygon(50% 0, 98% 15%, 90% 72%, 50% 100%, 10% 72%, 2% 15%);
}

.mini-icon.medal::before {
    left: 8px;
    top: 3px;
    width: 26px;
    height: 26px;
    border: 3px solid var(--yellow);
    border-radius: 50%;
}

.mini-icon.medal::after {
    left: 13px;
    bottom: 1px;
    width: 16px;
    height: 16px;
    background: var(--yellow);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 50% 72%, 22% 100%);
}

.footer-cta {
    text-align: center;
}

.footer-cta p {
    margin: 10px 0 0;
    font-size: 18px;
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    width: calc(100% - 44px);
    max-width: var(--wide);
    margin: 0 auto;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: var(--muted);
}

.social-links {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}

.social-links a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid var(--white);
    border-radius: 50%;
    font-weight: 900;
    text-decoration: none;
}

.page-hero,
.store-hero,
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    max-width: var(--content);
    margin: 0 auto;
    padding: clamp(48px, 8vw, 92px) clamp(20px, 4vw, 32px);
}

.page-hero h1,
.store-info h1,
.contact-copy h1 {
    font-size: clamp(46px, 6vw, 74px);
}

.page-hero p,
.store-info p,
.contact-copy p {
    font-size: 19px;
}

.page-hero img,
.store-product img {
    width: 100%;
    aspect-ratio: 0.78 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.page-heading {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(46px, 7vw, 86px) 22px 24px;
    text-align: center;
}

.page-heading h1 {
    margin-bottom: 14px;
}

.page-heading p:last-child {
    margin: 0 auto;
    max-width: 660px;
    color: var(--muted);
    font-size: 19px;
}

.detail-grid,
.package-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: var(--content);
    margin: 0 auto;
    padding: 0 22px 70px;
}

.detail-grid article,
.package-row article,
.contact-card,
.contact-form {
    padding: 26px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.detail-grid p,
.package-row p,
.contact-card li {
    color: var(--muted);
}

.dark-band {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 44px max(22px, calc((100% - var(--wide)) / 2));
    background: var(--yellow);
    color: var(--black);
    text-align: center;
}

.dark-band .button-yellow {
    border: 2px solid var(--black);
    background: var(--black);
    color: var(--yellow);
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: var(--content);
    margin: 0 auto;
    padding: 0 22px 70px;
}

.photo-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #222;
}

.photo-grid figure:first-child {
    grid-row: span 2;
}

.photo-grid img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    transition: transform 200ms ease;
}

.photo-grid figure:hover img {
    transform: scale(1.035);
}

.faq-list {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 22px 72px;
}

.faq-list details {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.faq-list summary {
    padding: 22px 24px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
}

.faq-list p {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--muted);
    font-size: 18px;
}

.store-product {
    overflow: hidden;
    border-radius: 8px;
}

.price {
    margin: 18px 0 10px;
    color: var(--yellow);
    font-family: var(--display);
    font-size: 42px !important;
    font-weight: 700;
}

.mock-cart {
    display: flex;
    align-items: end;
    gap: 14px;
    margin: 26px 0 12px;
}

.mock-cart label,
.field label {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-family: var(--display);
    font-size: 18px;
    text-transform: uppercase;
}

.mock-cart select,
.field input,
.field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 7px;
    padding: 12px 14px;
    background: #0e0f0f;
    color: var(--white);
    font: inherit;
}

.mock-cart select {
    min-width: 96px;
}

.store-note {
    color: var(--muted);
    font-size: 15px !important;
}

.contact-layout {
    align-items: start;
}

.contact-copy a {
    color: var(--yellow);
    font-weight: 800;
}

.contact-card {
    margin-top: 28px;
}

.contact-card ul,
.form-message ul {
    margin-bottom: 0;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.field textarea {
    resize: vertical;
}

.hidden-field {
    position: absolute;
    left: -9999px;
}

.form-message {
    padding: 16px;
    border-radius: 7px;
}

.form-message.success {
    background: rgba(247, 196, 0, 0.16);
    border: 1px solid rgba(247, 196, 0, 0.55);
}

.form-message.error {
    background: rgba(190, 47, 47, 0.18);
    border: 1px solid rgba(255, 110, 110, 0.6);
}

@media (max-width: 980px) {
    .site-header {
        min-height: 86px;
    }

    .header-inner {
        min-height: 86px;
    }

    .brand {
        min-width: 0;
    }

    .brand-cup {
        width: 30px;
        height: 44px;
    }

    .brand-name {
        font-size: 31px;
    }

    .brand-tagline {
        font-size: 11px;
    }

    .nav-button {
        position: relative;
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 7px;
        cursor: pointer;
    }

    .nav-button span,
    .nav-button span::before,
    .nav-button span::after {
        position: absolute;
        width: 24px;
        height: 3px;
        background: var(--yellow);
        content: "";
    }

    .nav-button span::before {
        top: -8px;
    }

    .nav-button span::after {
        top: 8px;
    }

    .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 10px 20px 24px;
        background: rgba(0, 0, 0, 0.98);
    }

    .nav-toggle:checked ~ .main-nav {
        display: grid;
    }

    .main-nav a {
        padding: 14px 0;
    }

    .nav-order {
        margin-top: 10px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-copy {
        min-height: 460px;
    }

    .hero-image {
        height: 430px;
    }

    .hero-image::before {
        width: 100%;
        height: 42%;
        background: linear-gradient(180deg, #101111 0%, rgba(16, 17, 17, 0) 100%);
    }

    .feature-grid,
    .steps,
    .detail-grid,
    .photo-grid,
    .package-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid article:nth-child(odd) {
        border-left: 0;
    }

    .footer-top,
    .footer-bottom,
    .page-hero,
    .store-hero,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .quote {
        border-right: 0;
        padding-right: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .brand-small {
        margin: 0 auto;
        transform-origin: center;
    }

    .social-links {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 14px 16px;
    }

    .brand {
        gap: 10px;
    }

    .brand-name {
        font-size: 26px;
    }

    .brand-tagline {
        display: none;
    }

    .hero-copy {
        min-height: 430px;
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero-lede {
        font-size: 20px;
    }

    .hero-image {
        height: 360px;
    }

    .feature-grid,
    .steps,
    .detail-grid,
    .photo-grid,
    .package-row,
    .trust-row {
        grid-template-columns: 1fr;
    }

    .feature-grid article {
        border-left: 0;
        border-top: 1px solid #c8c8c8;
    }

    .feature-grid article:first-child {
        border-top: 0;
    }

    .gallery-preview,
    .label-section,
    .dark-band,
    .mock-cart {
        flex-direction: column;
        align-items: stretch;
    }

    .photo-grid figure:first-child {
        grid-row: auto;
    }

    .photo-grid img {
        min-height: 250px;
    }

    .page-hero h1,
    .store-info h1,
    .contact-copy h1,
    .page-heading h1 {
        font-size: 42px;
    }
}
