:root {
            --forest-950: #0c261c;
            --forest-900: #123326;
            --forest-800: #173f2e;
            --forest-700: #285640;
            --leaf: #678151;
            --sage: #a9b89c;
            --cream: #f4ecd9;
            --paper: #fffdf8;
            --cider: #e7a63f;
            --gold: #c99838;
            --apple: #a54534;
            --ink: #182019;
            --muted: #667067;
            --line: rgba(18, 51, 38, .14);
            --shadow: 0 24px 70px rgba(12, 38, 28, .14);
            --radius-xl: 34px;
            --radius-lg: 24px;
            --radius-md: 16px;
            --container: 1220px;
        }

        *, *::before, *::after { box-sizing: border-box; }
        html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
        body {
            width: 100%;
            max-width: 100%;
            margin: 0;
            min-width: 0;
            background: var(--paper);
            color: var(--ink);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 16px;
            line-height: 1.65;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }
        body::before {
            position: fixed;
            inset: 0;
            z-index: -2;
            content: "";
            pointer-events: none;
            background-image: radial-gradient(rgba(18, 51, 38, .035) 1px, transparent 1px);
            background-size: 18px 18px;
        }
        img, svg, video { max-width: 100%; }
        img { display: block; }
        a { color: inherit; }
        button, input, select, textarea { font: inherit; }
        button { cursor: pointer; }
        h1, h2, h3, p { margin-top: 0; }
        h1, h2, h3 {
            color: var(--forest-950);
            font-family: Georgia, "Times New Roman", serif;
            font-weight: 500;
            letter-spacing: -.035em;
            line-height: 1.04;
        }
        h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
        h2 { font-size: clamp(2.35rem, 4.8vw, 4.6rem); }
        h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
        p { color: var(--muted); }
        ::selection { background: var(--cider); color: var(--forest-950); }
        :focus-visible { outline: 3px solid var(--cider); outline-offset: 4px; }

        .skip-link {
            position: fixed;
            top: 10px;
            left: 10px;
            z-index: 999;
            padding: 10px 16px;
            border-radius: 999px;
            background: #fff;
            color: var(--forest-950);
            transform: translateY(-160%);
            transition: transform .2s ease;
        }
        .skip-link:focus { transform: translateY(0); }
        .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            color: var(--apple);
            font-size: .76rem;
            font-weight: 800;
            letter-spacing: .16em;
            line-height: 1;
            text-transform: uppercase;
        }
        .eyebrow::before { width: 32px; height: 1px; content: ""; background: currentColor; }
        .eyebrow.light { color: #f6c86e; }
        .lead { max-width: 680px; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.7; }
        .micro { font-size: .82rem; }
        .button {
            display: inline-flex;
            min-height: 50px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 13px 21px;
            border: 1px solid transparent;
            border-radius: 999px;
            background: var(--cider);
            color: var(--forest-950);
            font-size: .86rem;
            font-weight: 800;
            letter-spacing: .04em;
            line-height: 1.15;
            text-align: center;
            text-decoration: none;
            transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
        }
        .button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(231, 166, 63, .28); }
        .button svg { width: 18px; height: 18px; }
        .button.outline { border-color: rgba(255, 255, 255, .4); background: transparent; color: #fff; }
        .button.outline:hover { background: rgba(255, 255, 255, .08); }
        .button.ghost { border-color: var(--line); background: transparent; color: var(--forest-900); }
        .button.ghost:hover { background: var(--cream); box-shadow: none; }
        .button.danger { border-color: rgba(255,255,255,.25); background: transparent; color: #fff; }
        .button.small { min-height: 42px; padding: 10px 16px; }
        .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

        .topline {
            position: relative;
            z-index: 101;
            padding: 8px 20px;
            background: var(--forest-950);
            color: rgba(255, 255, 255, .76);
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: .13em;
            text-align: center;
            text-transform: uppercase;
        }
        .site-header {
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid transparent;
            background: rgba(255, 253, 248, .9);
            backdrop-filter: blur(18px);
            transition: box-shadow .25s ease, border-color .25s ease;
        }
        .site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(12, 38, 28, .08); }
        .nav-wrap { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px; }
        .brand {
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            gap: 12px;
            color: var(--forest-900);
            text-decoration: none;
        }
        .brand-logo {
            width: 62px;
            height: 56px;
            flex: 0 0 auto;
            object-fit: contain;
        }
        .brand-mark {
            display: grid;
            width: 43px;
            height: 43px;
            place-items: center;
            border-radius: 50% 46% 49% 48%;
            background: var(--apple);
            color: #fff9ec;
            transform: rotate(-4deg);
        }
        .brand-mark svg { width: 25px; height: 25px; transform: rotate(4deg); }
        .brand-copy { line-height: 1; }
        .brand-copy strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; letter-spacing: .03em; }
        .brand-copy span { display: block; margin-top: 6px; color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
        .site-nav { display: flex; align-items: center; gap: 4px; }
        .site-nav a {
            position: relative;
            padding: 12px 10px;
            border-radius: 999px;
            color: #405047;
            font-size: .78rem;
            font-weight: 750;
            text-decoration: none;
            white-space: nowrap;
            transition: color .2s ease, background .2s ease;
        }
        .site-nav a:hover { background: var(--cream); color: var(--forest-900); }
        .site-nav a[aria-current="page"] { background: var(--forest-900); color: #fff; }
        .menu-toggle {
            display: none;
            width: 48px;
            height: 48px;
            place-items: center;
            border: 1px solid var(--line);
            border-radius: 50%;
            background: transparent;
            color: var(--forest-900);
        }
        .menu-toggle svg { width: 22px; height: 22px; }

        .flash {
            position: relative;
            z-index: 20;
            display: flex;
            width: min(calc(100% - 40px), 900px);
            align-items: flex-start;
            gap: 12px;
            margin: 18px auto 0;
            padding: 15px 18px;
            border: 1px solid;
            border-radius: 14px;
            font-size: .94rem;
        }
        .flash.success { border-color: #9ac09f; background: #edf7ee; color: #23512c; }
        .flash.error { border-color: #d7a199; background: #fff0ee; color: #7d2f25; }
        .flash svg { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; }

        .home-hero {
            position: relative;
            isolation: isolate;
            overflow: hidden;
            background: var(--forest-900);
            color: #fff;
        }
        .home-hero::before {
            position: absolute;
            z-index: -1;
            width: 620px;
            height: 620px;
            right: -180px;
            top: -210px;
            content: "";
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 50%;
            box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
        }
        .home-hero-grid {
            display: grid;
            min-height: 690px;
            grid-template-columns: 1.02fr .98fr;
            align-items: center;
            gap: clamp(40px, 7vw, 90px);
            padding-block: 80px;
        }
        .home-hero h1 { max-width: 720px; margin-bottom: 24px; color: #fffaf0; }
        .home-hero h1 em { color: #f4c56c; font-style: italic; font-weight: 400; }
        .home-hero .lead { color: rgba(255, 255, 255, .72); }
        .hero-proof { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 34px; }
        .hero-proof span { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: .8rem; font-weight: 750; }
        .hero-proof i { width: 7px; height: 7px; border-radius: 50%; background: #f4c56c; box-shadow: 0 0 0 5px rgba(244,197,108,.1); }
        .hero-visual { position: relative; }
        .hero-image-frame {
            position: relative;
            overflow: hidden;
            aspect-ratio: 1.02 / .82;
            border: 1px solid rgba(255,255,255,.25);
            border-radius: 48% 48% 32px 32px;
            background: #fff;
            box-shadow: 0 45px 90px rgba(0,0,0,.25);
        }
        .hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
        .hero-stamp {
            position: absolute;
            right: -22px;
            bottom: -22px;
            display: grid;
            width: 132px;
            height: 132px;
            place-items: center;
            border: 1px solid rgba(18,51,38,.2);
            border-radius: 50%;
            background: var(--cider);
            color: var(--forest-950);
            font-family: Georgia, serif;
            font-size: 1rem;
            font-style: italic;
            line-height: 1.2;
            text-align: center;
            transform: rotate(7deg);
        }

        .page-hero {
            position: relative;
            overflow: hidden;
            padding: 88px 0 96px;
            background: var(--cream);
        }
        .page-hero::after {
            position: absolute;
            right: -90px;
            bottom: -150px;
            width: 430px;
            height: 430px;
            content: "";
            border: 1px solid rgba(18,51,38,.12);
            border-radius: 50%;
            box-shadow: 0 0 0 70px rgba(18,51,38,.025), 0 0 0 140px rgba(18,51,38,.018);
        }
        .page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .64fr; align-items: end; gap: 60px; }
        .page-hero h1 { max-width: 850px; margin-bottom: 22px; }
        .page-hero .lead { margin-bottom: 0; }
        .page-hero-note { padding: 24px; border-left: 1px solid var(--apple); }
        .page-hero-note strong { display: block; margin-bottom: 8px; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
        .page-hero-note p { margin: 0; font-size: .92rem; }

        .section { padding-block: clamp(76px, 9vw, 124px); }
        .section.tight { padding-block: 70px; }
        .section.cream { background: var(--cream); }
        .section.forest { background: var(--forest-900); color: #fff; }
        .section.forest h2, .section.forest h3 { color: #fffaf0; }
        .section.forest p { color: rgba(255,255,255,.68); }
        .section-heading { max-width: 760px; margin-bottom: 50px; }
        .section-heading h2 { margin-bottom: 20px; }
        .section-heading p { margin-bottom: 0; }
        .split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
        .split.reverse .split-media { order: 2; }
        .split-media { position: relative; }
        .split-media img { width: 100%; min-height: 490px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
        .split-media::before {
            position: absolute;
            z-index: -1;
            inset: -18px auto auto -18px;
            width: 76%;
            height: 72%;
            content: "";
            border: 1px solid rgba(18,51,38,.24);
            border-radius: var(--radius-xl);
        }
        .split-copy h2 { margin-bottom: 24px; }
        .split-copy p { font-size: 1.04rem; }
        .quote-line { margin-top: 28px; padding-left: 22px; border-left: 2px solid var(--cider); color: var(--forest-900); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
        .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
        .stat { padding: 18px 10px 18px 0; border-top: 1px solid var(--line); }
        .stat strong { display: block; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
        .stat span { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

        .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
        .format-grid { grid-template-columns: repeat(4, 1fr); }
        .info-card {
            position: relative;
            padding: 30px;
            border: 1px solid var(--line);
            border-radius: var(--radius-lg);
            background: rgba(255,255,255,.66);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }
        .info-card:hover { border-color: rgba(18,51,38,.25); box-shadow: 0 18px 45px rgba(12,38,28,.08); transform: translateY(-5px); }
        .info-card .number { display: block; margin-bottom: 38px; color: var(--apple); font-family: Georgia, serif; font-size: 1rem; font-style: italic; }
        .info-card h3 { margin-bottom: 12px; }
        .info-card p { margin-bottom: 0; font-size: .93rem; }
        .info-card.wide { grid-column: 1 / -1; }
        .icon-orb { display: grid; width: 50px; height: 50px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--apple); }
        .icon-orb svg { width: 24px; height: 24px; }

        .season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
        .season-card { padding: 26px 24px; border-top: 1px solid rgba(255,255,255,.24); }
        .season-card span { color: #f4c56c; font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
        .season-card h3 { margin: 14px 0 12px; }
        .season-card p { margin: 0; font-size: .9rem; }

        .image-banner { position: relative; overflow: hidden; min-height: 520px; border-radius: var(--radius-xl); background: var(--forest-900); box-shadow: var(--shadow); }
        .image-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
        .image-banner::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(12,38,28,.84), rgba(12,38,28,.12) 70%); }
        .image-banner-copy { position: relative; z-index: 1; max-width: 560px; padding: clamp(38px, 7vw, 82px); color: #fff; }
        .image-banner-copy h2 { color: #fffaf0; }
        .image-banner-copy p { color: rgba(255,255,255,.75); }

        .market-board { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 22px 60px rgba(12,38,28,.08); }
        .market-row { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 26px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
        .market-row:last-child { border-bottom: 0; }
        .market-date { color: var(--apple); font-family: Georgia, serif; font-size: 1.2rem; }
        .market-main strong { display: block; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
        .market-main span, .market-time { color: var(--muted); font-size: .9rem; }
        .empty-state { padding: clamp(42px, 8vw, 86px); text-align: center; }
        .empty-state .icon-orb { width: 70px; height: 70px; margin: 0 auto 24px; }
        .empty-state .icon-orb svg { width: 32px; height: 32px; }
        .empty-state h2 { max-width: 620px; margin: 0 auto 18px; }
        .empty-state p { max-width: 600px; margin: 0 auto; }

        .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .product-group + .product-group { margin-top: clamp(68px, 9vw, 110px); }
        .product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
        .product-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
        .product-image { position: relative; overflow: hidden; aspect-ratio: 1 / 1.02; background: #f8f6ef; }
        .wrenbury-site-shell .product-image > img {
            display: block;
            width: 100% !important;
            height: 100% !important;
            max-width: 100%;
            object-fit: contain !important;
            object-position: center;
            padding: 20px;
            transition: transform .45s ease;
        }
        .wrenbury-site-shell .product-card:hover .product-image > img { transform: scale(1.035); }
        .product-badge { position: absolute; top: 16px; left: 16px; padding: 7px 10px; border-radius: 999px; background: var(--forest-900); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
        .product-copy { padding: 26px; }
        .product-copy h3 { margin-bottom: 8px; }
        .product-meta { margin-bottom: 14px; color: var(--apple); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
        .product-copy p { margin-bottom: 0; font-size: .9rem; }

        .notice-strip { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 34px; border-radius: var(--radius-lg); background: var(--forest-900); color: #fff; }
        .wrenbury-site-shell .notice-strip h3 { margin: 0 0 7px; color: #fffaf0; }
        .wrenbury-site-shell .notice-strip p { margin: 0; color: rgba(255,255,255,.7); }
        .notice-strip .button { flex: 0 0 auto; }

        .stockist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
        .stockist-card { display: flex; min-width: 0; min-height: 390px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 18px 42px rgba(12,38,28,.08); }
        .stockist-card-top { padding: 28px 30px 26px; border-bottom: 1px solid rgba(12,38,28,.08); background: linear-gradient(145deg, var(--cream), #fff); }
        .stockist-card .label { color: var(--apple); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
        .stockist-card h3 { margin: 14px 0 0; }
        .stockist-card-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 28px 30px 30px; }
        .stockist-address { margin: 0; color: var(--muted); font-style: normal; line-height: 1.72; }
        .stockist-contact { display: grid; gap: 6px; margin: 22px 0; padding-top: 20px; border-top: 1px solid var(--line); }
        .stockist-contact span, .stockist-stock-label { color: var(--apple); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
        .stockist-contact a { width: fit-content; color: var(--forest-900); font-weight: 800; text-decoration: none; }
        .stockist-contact a:hover { color: var(--apple); }
        .stockist-stock { margin-top: auto; padding: 17px 18px; border-radius: 15px; background: var(--cream); }
        .stockist-stock strong { display: block; margin-top: 6px; color: var(--forest-900); line-height: 1.45; }
        .stockist-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; }
        .stockist-actions .text-link { white-space: nowrap; }

        .auth-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
        .auth-aside { position: relative; min-height: 590px; padding: clamp(34px, 5vw, 62px); background: var(--forest-900); color: #fff; }
        .auth-aside::after { position: absolute; right: -130px; bottom: -130px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
        .auth-aside h2 { color: #fffaf0; }
        .auth-aside p { color: rgba(255,255,255,.68); }
        .auth-aside ul { position: relative; z-index: 1; margin: 34px 0 0; padding: 0; list-style: none; }
        .auth-aside li { display: flex; align-items: center; gap: 11px; margin: 13px 0; color: rgba(255,255,255,.8); font-size: .9rem; }
        .auth-aside li::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--cider); }
        .auth-form-wrap { display: flex; min-height: 590px; align-items: center; padding: clamp(34px, 7vw, 76px); }
        .auth-form-wrap > div { width: 100%; }
        .auth-form-wrap h2 { margin-bottom: 14px; }
        .auth-form-wrap > div > p { margin-bottom: 28px; }

        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
        .field { margin-bottom: 18px; }
        .field.full { grid-column: 1 / -1; }
        .field label { display: block; margin-bottom: 8px; color: var(--forest-900); font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
        .field input, .field select, .field textarea {
            width: 100%;
            border: 1px solid rgba(18,51,38,.18);
            border-radius: 13px;
            background: #fff;
            color: var(--ink);
            outline: none;
            transition: border-color .2s ease, box-shadow .2s ease;
        }
        .field input, .field select { min-height: 52px; padding: 0 15px; }
        .field textarea { min-height: 155px; padding: 14px 15px; resize: vertical; }
        .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,152,56,.12); }
        .field small { display: block; margin-top: 7px; color: var(--muted); font-size: .76rem; }
        .form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 8px; }
        .text-link { border: 0; background: transparent; color: var(--apple); font-size: .84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
        .checkbox { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .82rem; }
        .checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--forest-900); }
        .honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

        .trade-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 36px; }
        .trade-toolbar h2 { margin-bottom: 8px; }
        .trade-toolbar p { margin: 0; }
        .trade-products { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
        .trade-product { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
        .trade-product img { width: 100%; height: 100%; min-height: 310px; object-fit: contain; padding: 18px; background: #f8f5ec; }
        .trade-product-copy { padding: 30px; }
        .trade-product-copy h3 { margin-bottom: 12px; }
        .trade-product-copy ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); font-size: .9rem; }
        .settings-card { margin-top: 28px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
        .settings-card summary { cursor: pointer; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.5rem; }
        .settings-card form { max-width: 620px; margin-top: 26px; }

        .contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; }
        .contact-panel { overflow: hidden; border-radius: var(--radius-xl); background: var(--forest-900); color: #fff; }
        .contact-panel-copy { padding: clamp(34px, 6vw, 58px); }
        .contact-panel h2 { color: #fffaf0; }
        .contact-panel p { color: rgba(255,255,255,.68); }
        .contact-method { display: flex; gap: 16px; margin-top: 26px; }
        .contact-method .icon-orb { flex: 0 0 auto; margin: 0; background: rgba(255,255,255,.08); color: #f4c56c; }
        .contact-method span { display: block; color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
        .contact-method a { color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; word-break: break-word; }
        .contact-panel img { width: 100%; height: 290px; object-fit: cover; }
        .contact-form-card { padding: clamp(34px, 6vw, 62px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: 0 24px 70px rgba(12,38,28,.08); }
        .contact-form-card h2 { margin-bottom: 12px; }
        .contact-form-card > p { margin-bottom: 30px; }

        .cta-panel { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 78px); border-radius: var(--radius-xl); background: var(--apple); color: #fff; }
        .cta-panel::after { position: absolute; right: -100px; top: -160px; width: 430px; height: 430px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035); }
        .cta-panel > * { position: relative; z-index: 1; }
        .cta-panel h2 { max-width: 720px; color: #fff; }
        .cta-panel p { max-width: 650px; color: rgba(255,255,255,.76); }

        .site-footer { padding: 70px 0 28px; background: var(--forest-950); color: #fff; }
        .footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr .85fr; gap: 48px; }
        .wrenbury-site-shell .site-footer .footer-brand p {
            max-width: 320px;
            margin-top: 20px;
            color: rgba(255,255,255,.58);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .9rem;
            font-weight: 400;
            line-height: 1.65;
        }
        .footer-brand .brand-logo { width: 124px; height: 112px; padding: 7px; border-radius: 18px; background: var(--paper); }
        .wrenbury-site-shell .site-footer .brand-copy strong {
            color: #fff;
            font-family: Georgia, serif;
            font-size: 1.15rem;
            font-weight: 700;
            letter-spacing: .03em;
            line-height: 1;
        }
        .wrenbury-site-shell .site-footer .brand-copy span {
            color: rgba(255,255,255,.5);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .61rem;
            font-weight: 800;
            letter-spacing: .14em;
            line-height: 1;
            text-transform: uppercase;
        }
        .wrenbury-site-shell .site-footer h3 {
            margin-bottom: 18px;
            color: #fff;
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .72rem;
            font-weight: 800;
            letter-spacing: .14em;
            line-height: 1.04;
            text-transform: uppercase;
        }
        .footer-links { display: grid; gap: 9px; }
        .wrenbury-site-shell .site-footer .footer-links a {
            color: rgba(255,255,255,.66);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .86rem;
            font-weight: 400;
            line-height: 1.65;
            text-decoration: none;
        }
        .wrenbury-site-shell .site-footer .footer-links a:hover { color: #fff; }
        .wrenbury-site-shell .site-footer .footer-contact a {
            display: block;
            margin-bottom: 9px;
            color: #fff;
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .9rem;
            font-weight: 400;
            line-height: 1.65;
            text-decoration: none;
            word-break: break-word;
        }
        .wrenbury-site-shell .site-footer .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            margin-top: 60px;
            padding-top: 24px;
            border-top: 1px solid rgba(255,255,255,.12);
            color: rgba(255,255,255,.45);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: .72rem;
            font-weight: 400;
            line-height: 1.65;
        }

        [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
        [data-reveal].revealed { opacity: 1; transform: none; }

        @media (max-width: 1100px) {
            .menu-toggle { display: grid; }
            .site-nav {
                position: absolute;
                top: calc(100% + 1px);
                left: 0;
                right: 0;
                display: none;
                padding: 14px 20px 24px;
                border-bottom: 1px solid var(--line);
                background: rgba(255,253,248,.98);
                box-shadow: 0 20px 35px rgba(12,38,28,.1);
            }
            .site-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .site-nav a { padding: 13px 15px; }
            .home-hero-grid { min-height: 620px; gap: 45px; }
            .hero-stamp { right: -5px; }
            .product-grid { grid-template-columns: repeat(2, 1fr); }
            .format-grid { grid-template-columns: repeat(2, 1fr); }
            .trade-products { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
            .footer-contact { grid-column: 1 / -1; }
        }

        @media (max-width: 820px) {
            .container { width: min(calc(100% - 30px), var(--container)); }
            .topline { font-size: .62rem; letter-spacing: .1em; }
            .nav-wrap { min-height: 76px; }
            .home-hero-grid, .page-hero-grid, .split, .auth-shell, .contact-layout { grid-template-columns: 1fr; }
            .home-hero-grid { padding-block: 64px 82px; }
            .hero-visual { max-width: 620px; }
            .hero-stamp { width: 110px; height: 110px; font-size: .88rem; }
            .page-hero { padding: 68px 0 76px; }
            .page-hero-note { max-width: 620px; }
            .split.reverse .split-media { order: 0; }
            .split-media img { min-height: 380px; }
            .card-grid, .stockist-grid { grid-template-columns: 1fr 1fr; }
            .season-grid { grid-template-columns: 1fr 1fr; }
            .market-row { grid-template-columns: 140px 1fr; }
            .market-time { grid-column: 2; }
            .notice-strip { align-items: flex-start; flex-direction: column; }
            .auth-aside { min-height: auto; }
            .auth-form-wrap { min-height: auto; }
            .trade-toolbar { align-items: flex-start; flex-direction: column; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
            .footer-brand { grid-column: 1 / -1; }
            .footer-contact { grid-column: auto; }
        }

        @media (max-width: 560px) {
            h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
            h2 { font-size: clamp(2.1rem, 11vw, 3.4rem); }
            .brand-copy span { display: none; }
            .brand-logo { width: 54px; height: 49px; }
            .site-nav.open { grid-template-columns: 1fr; }
            .home-hero-grid { padding-top: 52px; }
            .hero-image-frame { border-radius: 44% 44% 24px 24px; }
            .hero-stamp { right: 4px; bottom: -42px; }
            .button-row { align-items: stretch; flex-direction: column; }
            .button-row .button { width: 100%; }
            .section { padding-block: 72px; }
            .split-media img { min-height: 300px; }
            .stat-row, .card-grid, .format-grid, .season-grid, .product-grid, .stockist-grid, .form-grid { grid-template-columns: minmax(0, 1fr); }
            .info-card { padding: 26px; }
            .image-banner { min-height: 580px; }
            .image-banner::after { background: linear-gradient(0deg, rgba(12,38,28,.9), rgba(12,38,28,.15) 85%); }
            .image-banner-copy { position: absolute; bottom: 0; }
            .market-row { grid-template-columns: 1fr; gap: 8px; }
            .market-time { grid-column: 1; }
            .product-image { aspect-ratio: 1 / 1.08; }
            .notice-strip { padding: 26px; }
            .stockist-card-top, .stockist-card-body { padding-left: 24px; padding-right: 24px; }
            .stockist-actions { align-items: flex-start; flex-direction: column; }
            .trade-product { grid-template-columns: 1fr; }
            .trade-product img { min-height: 280px; }
            .contact-form-card { padding: 28px 22px; }
            .footer-grid { grid-template-columns: 1fr; gap: 34px; }
            .footer-brand, .footer-contact { grid-column: auto; }
            .footer-brand .brand { align-items: flex-start; flex-direction: column; }
            .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 42px; }
            .market-row, .trade-product, .notice-strip, .stockist-card, .stockist-actions, .contact-form-card, .auth-shell { min-width: 0; }
            .market-main, .trade-product-copy, .stockist-card h3, .stockist-stock, .split-copy, .contact-panel-copy, .auth-form-wrap { min-width: 0; overflow-wrap: anywhere; }
        }

        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
            [data-reveal] { opacity: 1; transform: none; }
        }

        /* WordPress and Elementor integration. These rules only remove editor
           wrappers; all visible design remains controlled by the original CSS. */
        .wrenbury-elementor-page .elementor,
        .wrenbury-elementor-page .elementor-section-wrap,
        .wrenbury-elementor-page .elementor-section,
        .wrenbury-elementor-page .elementor-container,
        .wrenbury-elementor-page .elementor-column,
        .wrenbury-elementor-page .elementor-widget-wrap,
        .wrenbury-elementor-page .elementor-widget,
        .wrenbury-elementor-page .elementor-widget-container,
        .wrenbury-elementor-page .e-con,
        .wrenbury-elementor-page .e-con-inner {
            width: 100%;
            max-width: none;
            margin: 0;
            padding: 0;
            gap: 0;
        }
        .wrenbury-elementor-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
        .wrenbury-elementor-page .elementor-column-gap-no > .elementor-column > .elementor-element-populated { padding: 0; }
        .wrenbury-site-shell {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            overflow-x: hidden;
            color: var(--ink);
            font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            font-size: 16px;
            line-height: 1.65;
        }
        .wrenbury-site-shell h1,
        .wrenbury-site-shell h2,
        .wrenbury-site-shell h3 {
            color: var(--forest-950);
            font-family: Georgia, "Times New Roman", serif;
            font-weight: 500;
            letter-spacing: -.035em;
            line-height: 1.04;
        }
        .wrenbury-site-shell h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
        .wrenbury-site-shell h2 { font-size: clamp(2.35rem, 4.8vw, 4.6rem); }
        .wrenbury-site-shell h3 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
        .wrenbury-site-shell p { color: var(--muted); }
        .wrenbury-site-shell .home-hero h1 { color: #fffaf0; }
        .wrenbury-site-shell .forest h2,
        .wrenbury-site-shell .forest h3,
        .wrenbury-site-shell .auth-aside h2,
        .wrenbury-site-shell .contact-panel h2,
        .wrenbury-site-shell .cta-panel h2 { color: #fffaf0; }
        .wrenbury-site-shell main { display: block; width: 100%; min-width: 0; }
        .wrenbury-site-shell .split,
        .wrenbury-site-shell .split > *,
        .wrenbury-site-shell .split-media,
        .wrenbury-site-shell .split-copy { min-width: 0; max-width: 100%; }
        .wrenbury-site-shell .split-media img { max-width: 100%; }
        .wrenbury-site-shell form { margin: 0; }
        .wrenbury-site-shell .flash { max-width: min(calc(100% - 30px), 760px); }
        .contact-form-card > .flash { position: static; width: 100%; max-width: none; margin: 0 0 24px; transform: none; }
        .contact-form-card > .flash.success { border-color: rgba(40, 112, 70, .25); background: #edf8f0; color: #185d35; }
        .contact-form-card > .flash.error { border-color: rgba(165, 69, 52, .25); background: #fff2ef; color: #8d3427; }
        .elementor-editor-active [data-reveal] { opacity: 1; transform: none; }
        body.admin-bar .site-header { top: 32px; }

        @media (max-width: 782px) {
            body.admin-bar .site-header { top: 46px; }
        }

        @media (max-width: 600px) {
            body.admin-bar .site-header { top: 0; }
            .wrenbury-site-shell { overflow-x: hidden; }
        }

        @media (max-width: 560px) {
            .wrenbury-site-shell h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
            .wrenbury-site-shell h2 { font-size: clamp(2.1rem, 11vw, 3.4rem); }
        }
