:root {
    --ink: #07082e;
    --muted: #626575;
    --soft: #8d8b83;
    --line: #e5e0d6;
    --paper: #fff;
    --wash: #f7f5f0;
    --wash-2: #efebe2;
    --navy: #07082e;
    --red: #c9171f;
    --gold: #9b8757;
    --shadow: 0 18px 48px rgba(7, 8, 46, 0.08);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    max-width: 100%;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
    overflow-x: hidden;
}
.impersonation-bar {
    position: sticky;
    top: 0;
    z-index: 3000;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.impersonation-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 42px;
}
.impersonation-bar .container > div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.impersonation-bar a,
.impersonation-bar button {
    border: 1px solid rgb(255 255 255 / 55%);
    background: transparent;
    color: #fff;
    padding: 7px 11px;
    font: inherit;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}
.impersonation-bar button {
    background: #fff;
    color: #111;
}
.impersonation-bar form {
    margin: 0;
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
    min-width: 0;
}
.narrow {
    width: min(1040px, calc(100% - 48px));
    margin-inline: auto;
    min-width: 0;
}
h1,
h2,
h3,
.brand,
.nav-primary a,
.tile-title {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: 0.04em;
}
p {
    margin: 0 0 1.15rem;
}
.preview-gate-page {
    min-height: 100vh;
    background:
        linear-gradient(rgb(255 255 255 / 82%), rgb(255 255 255 / 88%)),
        url("/storage/storefront-cache/520x832-cd078124b600b995-cca9b8-32db4fa0e58a472c8a0f29e4107518camv2.jpg") center/cover;
}
.preview-gate {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 28px;
}
.preview-card {
    width: min(100%, 560px);
    padding: clamp(28px, 7vw, 58px);
    border: 1px solid var(--line);
    background: rgb(255 255 255 / 94%);
    text-align: center;
    box-shadow: var(--shadow);
}
.preview-card small {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.preview-card h1 {
    margin: 0 0 16px;
    font-size: clamp(34px, 8vw, 54px);
    line-height: 1.05;
    text-transform: uppercase;
}
.preview-card p {
    color: var(--muted);
}
.preview-card form {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}
.preview-card label {
    display: grid;
    gap: 8px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-align: left;
    text-transform: uppercase;
}
.preview-card input {
    width: 100%;
    height: 46px;
    border: 1px solid #c8c1b3;
    padding: 0 12px;
    font: inherit;
}
.password-reveal {
    position: relative;
    display: block;
}
.password-reveal input {
    padding-right: 78px !important;
}
.password-reveal-button {
    position: absolute;
    top: 50%;
    right: 6px;
    min-width: 60px;
    height: 32px;
    transform: translateY(-50%);
    border: 1px solid var(--line);
    background: var(--wash);
    color: var(--ink);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.password-reveal-button:hover,
.password-reveal-button:focus-visible {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

.contact-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1800;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-widget > summary {
    list-style: none;
}

.contact-widget > summary::-webkit-details-marker {
    display: none;
}

.contact-widget-launcher,
.contact-widget-submit,
.contact-widget-close {
    border: 1px solid var(--navy);
    background: var(--navy);
    color: #fff;
    cursor: pointer;
}

.contact-widget-launcher {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    box-shadow: var(--shadow);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-widget-launcher svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.contact-widget-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: min(390px, calc(100vw - 28px));
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 24px 70px rgb(7 8 46 / 18%);
}

.contact-widget-panel[hidden] {
    display: none;
}

.contact-widget:not([open]) .contact-widget-panel {
    display: none;
}

.contact-widget-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--line);
}

.contact-widget-head small {
    display: block;
    margin-bottom: 5px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.contact-widget-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

.contact-widget-close {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

.contact-widget-intro {
    margin: 0;
    padding: 16px 18px 0;
    color: var(--muted);
    font-size: 14px;
}

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

.contact-widget-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-widget-field input,
.contact-widget-field textarea {
    width: 100%;
    border: 1px solid #c8c1b3;
    padding: 11px 12px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.contact-widget-field textarea {
    min-height: 118px;
    resize: vertical;
}

.contact-widget-field input:focus,
.contact-widget-field textarea:focus,
.contact-widget-launcher:focus-visible,
.contact-widget-submit:focus-visible,
.contact-widget-close:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.contact-widget-field small {
    display: block;
    min-height: 17px;
    margin-top: 4px;
    color: var(--red);
    font-size: 12px;
}

.contact-widget-status {
    min-height: 22px;
    color: var(--muted);
    font-size: 13px;
}

.contact-widget-status[data-type="success"] {
    color: #236345;
}

.contact-widget-status[data-type="error"] {
    color: var(--red);
}

.contact-widget-submit {
    min-height: 44px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-widget-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.contact-widget-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.preview-admin-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--soft);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.top-strip {
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
}
.top-strip .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 16px;
    padding: 9px 0;
}
.sitewide-banner {
    overflow: hidden;
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-align: center;
}
.sitewide-banner-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: sitewide-banner-scroll 34s linear infinite;
    will-change: transform;
}
.sitewide-banner:hover .sitewide-banner-track {
    animation-play-state: paused;
}
.sitewide-banner-item {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: var(--banner-item-width, 33.333vw);
    min-width: var(--banner-item-width, 33.333vw);
    min-height: 36px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.sitewide-banner a.sitewide-banner-item:hover,
.sitewide-banner a.sitewide-banner-item:focus-visible {
    color: #d9d2c0;
}
.sitewide-banner-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgb(255 255 255 / 72%);
    transform: translateY(-50%);
}
@keyframes sitewide-banner-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .sitewide-banner-track {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        animation: none;
    }
}
.header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--line);
    z-index: 1000;
}
.utility {
    display: grid;
    grid-template-columns: 320px 1fr 320px;
    gap: 24px;
    align-items: center;
    padding: 24px 0 12px;
}
.search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #c8c1b3;
    height: 42px;
    padding: 0 14px;
    color: #8a8a8a;
    background: #fff;
    min-width: 0;
}
.search svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    stroke: currentColor;
    fill: none;
}
.search input {
    border: 0;
    outline: 0;
    width: 100%;
    min-width: 0;
    background: transparent;
    font: inherit;
    color: var(--ink);
}
.live-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    z-index: 1200;
    max-height: 460px;
    overflow: auto;
    text-align: left;
}
.live-search-results[hidden] {
    display: none;
}
.live-search-heading {
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--soft);
}
.live-search-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    align-items: center;
}
.live-search-thumb {
    width: 44px;
    aspect-ratio: 5/8;
    background: var(--wash);
    object-fit: cover;
    border: 1px solid var(--line);
}
.live-search-title {
    display: block;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-search-meta {
    display: block;
    font-size: 11px;
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.live-search-all {
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: var(--wash);
}
.search-page-form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
}
.search-page-form input {
    width: 100%;
    height: 48px;
    border: 1px solid #c8c1b3;
    padding: 0 15px;
    font: inherit;
}
.search-page-form .live-search-results {
    top: 56px;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.brand {
    text-align: center;
    line-height: 0.95;
    font-size: 34px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}
.brand small {
    display: block;
    font-size: 10px;
    letter-spacing: 0.34em;
    margin-bottom: 4px;
}
.utility-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.icon-link {
    display: grid;
    justify-items: center;
    gap: 4px;
}
.icon-link span:first-child {
    font-size: 22px;
    line-height: 1;
}
.bag-icon {
    width: 25px;
    height: 25px;
    stroke: var(--ink);
    stroke-width: 1.8;
    fill: none;
}
.user-icon {
    width: 25px;
    height: 25px;
    stroke: var(--ink);
    stroke-width: 1.7;
    fill: none;
}
.bag-wrap {
    position: relative;
    display: inline-flex;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    display: inline-flex;
    min-width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.deliver-to {
    display: grid;
    justify-items: center;
    gap: 4px;
}
.deliver-to label {
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1;
}
.deliver-to select {
    height: 27px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font:
        700 11px Arial,
        Helvetica,
        sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0 18px 0 3px;
    cursor: pointer;
}
.nav-primary {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 10px 0 14px;
    overflow: visible;
}
.nav-item {
    position: relative;
}
.nav-primary a {
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-primary > a,
.nav-item > a {
    padding-bottom: 14px;
}
.nav-primary a:hover {
    color: var(--gold);
}
.mega {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    min-width: min(280px, calc(100vw - 48px));
    max-width: min(920px, calc(100vw - 48px));
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 28px;
    grid-template-columns: repeat(var(--mega-columns, 1), minmax(170px, 1fr));
    align-items: start;
    gap: 28px;
    z-index: 1001;
}
.mega > div {
    min-width: 0;
}
.mega--cols-1 {
    --mega-columns: 1;
}
.mega--cols-2 {
    --mega-columns: 2;
}
.mega--cols-3 {
    --mega-columns: 3;
}
.mega--cols-4 {
    --mega-columns: 4;
}
.nav-item:nth-child(-n + 3) .mega {
    left: 0;
    transform: none;
}
.nav-item:nth-last-child(-n + 2) .mega {
    right: 0;
    left: auto;
    transform: none;
}
.nav-item:hover .mega,
.nav-item:focus-within .mega {
    display: grid;
}
.mega h3 {
    font-size: 15px;
    margin: 0 0 12px;
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 0.09em;
}
.mega a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    padding: 6px 0;
    color: #333846;
    white-space: normal;
    overflow-wrap: anywhere;
}
.mobile-menu {
    display: none;
    border: 0;
}
.mobile-menu summary {
    list-style: none;
    cursor: pointer;
}
.mobile-menu summary::-webkit-details-marker {
    display: none;
}
.mobile-menu > summary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
}
.hamburger-icon {
    position: relative;
}
.hamburger-icon:before,
.hamburger-icon:after {
    content: "";
    position: absolute;
    left: 0;
}
.hamburger-icon:before {
    top: -8px;
}
.hamburger-icon:after {
    top: 8px;
}
.mobile-menu-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.mobile-menu-panel {
    border-top: 1px solid var(--line);
    padding: 8px 0 16px;
}
.mobile-menu-section {
    border-bottom: 1px solid var(--line);
}
.mobile-menu-section > summary {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.mobile-menu-section > summary:after {
    content: "+";
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-menu-section[open] > summary:after {
    content: "-";
}
.mobile-menu-links {
    display: grid;
    gap: 8px;
    padding: 0 0 16px;
}
.mobile-menu-links a {
    display: block;
    padding: 4px 0;
    color: #333846;
    font-size: 15px;
}
.mobile-menu-heading {
    display: block;
    margin: 12px 0 4px;
    color: var(--gold);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.mobile-recommendations,
.mobile-catalog-controls,
.mobile-product-count {
    display: none;
}
main {
    background: #fff;
}
.breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 22px 0 10px;
    color: var(--soft);
}
.breadcrumb a {
    color: var(--ink);
}
.breadcrumb span:before,
.breadcrumb a + a:before {
    content: " > ";
    margin: 0 7px;
    color: var(--soft);
}
.page-hero {
    padding: 22px 0 6px;
}
.title-band {
    background: var(--wash);
    text-align: center;
    padding: 17px 18px;
    margin-bottom: 10px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.title-band h1 {
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
}
.category-intro {
    width: min(900px, 100%);
    margin: 18px auto 8px;
    text-align: center;
}
.category-intro p {
    margin: 0;
    color: #3a3d4a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
}
.category-story-gallery {
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px auto 10px;
}
.category-story-gallery__item {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--wash);
}
.category-story-gallery__item--wide {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 7;
}
.category-story-gallery picture,
.category-story-gallery img {
    display: block;
    width: 100%;
    height: 100%;
}
.category-story-gallery img {
    object-fit: cover;
}
.category-story-gallery--tweed-story {
    width: min(1180px, 100%);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}
.category-story-gallery--tweed-story .category-story-gallery__item {
    grid-column: span 4;
    aspect-ratio: 4 / 3;
}
.category-story-gallery--tweed-story .category-story-gallery__item:nth-child(n + 4) {
    grid-column: span 3;
}
.category-story-gallery--tweed-story img {
    object-fit: contain;
    background: #fff;
}
.category-copy-blocks {
    width: min(980px, 100%);
    display: grid;
    gap: 24px;
    margin: 20px auto 10px;
}
.category-copy-block {
    padding: 0;
    text-align: center;
}
.category-copy-block + .category-copy-block {
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
.category-copy-block h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
    letter-spacing: 0.03em;
}
.category-copy-block p {
    width: min(900px, 100%);
    margin: 0 auto;
    color: #343744;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
}
.category-copy-block p + p {
    margin-top: 12px;
}
.category-copy-blocks--tweed-story {
    width: min(1080px, 100%);
}
.tweed-story-image-strip {
    width: min(1180px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: -6px auto 28px;
}
.tweed-story-image-strip--process,
.tweed-story-image-strip--commissions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tweed-story-image-strip--fabric {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tweed-story-image-strip figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}
.tweed-story-image-strip picture,
.tweed-story-image-strip img {
    display: block;
    width: 100%;
    height: 100%;
}
.tweed-story-image-strip img {
    object-fit: contain;
    background: #fff;
}
.category-shop-marker {
    width: min(980px, 100%);
    margin: 36px auto 12px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    text-align: center;
}
.category-shop-marker h2 {
    margin: 0 0 8px;
    font-size: clamp(25px, 3vw, 36px);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.category-shop-marker p {
    margin: 0;
    color: #4b4e5c;
    font-size: 15px;
}
.hero {
    position: relative;
    min-height: 560px;
    background: var(--wash);
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
}
.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.35);
    opacity: 0.5;
}
.hero-panel {
    position: relative;
    z-index: 1;
    width: min(980px, calc(100% - 48px));
    padding: 86px 0;
}
.hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.05;
    margin: 6px 0 16px;
    text-transform: none;
}
.hero p {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1.38;
    margin: 0 auto 28px;
    max-width: 920px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 12px;
    cursor: pointer;
}
.button.light {
    background: #fff;
    color: var(--ink);
}
.button.subtle {
    background: #fff;
    color: var(--ink);
    border-color: var(--line);
}
.account-page {
    background: var(--wash);
    padding: clamp(34px, 7vw, 74px) 0;
}
.account-heading {
    margin-bottom: 28px;
    text-align: center;
}
.account-heading .eyebrow {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.account-heading h1 {
    margin: 0;
    font-size: clamp(40px, 8vw, 64px);
    line-height: 1.02;
    text-transform: uppercase;
}
.account-heading p {
    color: var(--muted);
}
.account-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}
.account-metrics > div,
.account-panel {
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}
.account-metrics > div {
    padding: 22px;
}
.account-metrics strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}
.account-metrics span {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}
.account-panel {
    padding: clamp(22px, 4vw, 34px);
}
.account-panel + .account-panel {
    margin-top: 18px;
}
.account-panel h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 5vw, 38px);
    line-height: 1.12;
    text-transform: uppercase;
}
.account-list {
    display: grid;
    gap: 13px;
    margin: 0;
}
.account-list div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
}
.account-list dt {
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.account-list dd {
    margin: 0;
}
.account-orders {
    display: grid;
    gap: 14px;
}
.account-order {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    border: 1px solid var(--line);
    padding: 18px;
}
.account-order h3 {
    margin: 0 0 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
}
.account-order p {
    margin: 0;
    color: var(--muted);
}
.account-order > strong {
    font-size: 18px;
}
.account-order ul {
    grid-column: 1 / -1;
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
}
@media (max-width: 780px) {
    .impersonation-bar .container {
        width: min(100%, calc(100% - 28px));
        align-items: flex-start;
        flex-direction: column;
        padding-block: 10px;
    }
    .impersonation-bar .container > div {
        width: 100%;
    }
    .impersonation-bar a,
    .impersonation-bar button {
        min-height: 34px;
    }
    .account-metrics,
    .account-grid {
        grid-template-columns: 1fr;
    }
    .account-list div,
    .account-order {
        grid-template-columns: 1fr;
        gap: 7px;
    }
    .account-order > strong {
        justify-self: start;
    }
}
section {
    padding: 46px 0;
}
.compact-section {
    padding-top: 18px;
}
.section-title {
    text-align: center;
    margin: 0 auto 28px;
    max-width: 860px;
}
.section-title h2,
.section-head h2 {
    font-size: 40px;
    line-height: 1.12;
    margin: 0;
    text-transform: uppercase;
}
.section-title p,
.section-head p {
    max-width: 760px;
    margin: 12px auto 0;
    color: var(--muted);
    line-height: 1.75;
}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin: 0 0 28px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 16px;
}
.more-category-section {
    padding-top: 10px;
    background: var(--paper);
}
.more-category-section .section-title {
    margin-bottom: 24px;
}
.home-category-groups {
    display: grid;
    gap: 42px;
    margin-top: 30px;
}
.home-category-group {
    padding: 0;
}
.home-category-group + .home-category-group {
    padding-top: 34px;
    border-top: 1px solid var(--line);
}
.home-category-group .section-title {
    margin-bottom: 22px;
}
.home-category-group .section-title h2 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
}
.category-grid--compact {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 14px;
}
.category-grid--compact .media {
    aspect-ratio: 5 / 7;
}
.category-grid--compact .category-card h3 {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    margin-top: 10px;
}
.category-card {
    text-align: center;
    display: block;
}
.media,
.catalog-media,
.editorial-tile {
    aspect-ratio: 5/8;
    background: var(--wash);
    overflow: hidden;
    border: 1px solid var(--line);
}
.media img,
.catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: var(--wash);
    border: 1px solid var(--line);
    color: var(--soft);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.category-card:hover img,
.product-card:hover img {
    transform: scale(1.035);
}
.category-card h3,
.tile-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px 0 0;
}
.category-card p {
    display: none;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px 20px;
}
.home-latest-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px 16px;
}
.home-latest-grid .catalog-media {
    aspect-ratio: 5 / 7;
}
.home-latest-grid .product-card h3 {
    font-size: 16px;
    line-height: 1.3;
}
.home-latest-grid .price {
    font-size: 21px;
}
.category-sectioned-catalog {
    display: grid;
    gap: 62px;
}
.category-product-section {
    padding: 0;
}
.category-product-section + .category-product-section {
    padding-top: 46px;
    border-top: 1px solid var(--line);
}
.category-product-section__head {
    width: min(980px, 100%);
    margin: 0 auto 28px;
    text-align: center;
}
.category-product-section__head h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.18;
    letter-spacing: 0.03em;
}
.category-product-section__head p {
    max-width: 980px;
    margin-inline: auto;
    color: #303440;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
}
.product-card {
    text-align: center;
    display: block;
}
.product-card h3 {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.38;
    margin: 12px auto 6px;
    max-width: 92%;
    font-weight: 500;
}
.product-summary {
    margin: 0 0 20px;
    color: #303440;
    font-size: 17px;
    line-height: 1.65;
}
.price {
    font-weight: 700;
    color: var(--ink);
}
.product-card-stock {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}
.product-card-stock--sold-out {
    color: #8d1f24;
}
.price-sale {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.current-price {
    color: #8d1f24;
}
.compare-price {
    color: var(--muted);
    font-size: .86em;
    font-weight: 500;
    text-decoration: line-through;
}
.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.catalog-controls {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(220px, 280px) minmax(220px, 280px);
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
}
.catalog-controls-wrap .catalog-controls {
    margin: 16px 0 0;
}
.catalog-result-count {
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.catalog-sort-control,
.catalog-filter-control {
    position: relative;
    min-width: 0;
    border: 1px solid #d3cec4;
    background: #f7f7f7;
}
.catalog-sort-control {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    min-height: 48px;
    padding: 0 12px;
}
.catalog-sort-control label,
.catalog-filter-control summary {
    color: var(--ink);
    font-size: 15px;
}
.catalog-sort-control label {
    white-space: nowrap;
}
.catalog-sort-control select {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 34px 0 8px;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    appearance: none;
}
.catalog-sort-control:after,
.catalog-filter-control summary:after {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
    transform: rotate(45deg);
    pointer-events: none;
}
.catalog-sort-control:after {
    position: absolute;
    right: 14px;
    top: 15px;
}
.catalog-filter-control summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px 0 12px;
    list-style: none;
    cursor: pointer;
}
.catalog-filter-control summary::-webkit-details-marker {
    display: none;
}
.catalog-filter-panel {
    position: absolute;
    right: -1px;
    left: -1px;
    z-index: 20;
    display: grid;
    border: 1px solid #d3cec4;
    border-top: 0;
    background: #fff;
    box-shadow: 0 16px 30px rgb(8 10 50 / 12%);
}
.catalog-filter-panel a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 10px;
    border-top: 1px solid var(--line);
    font-size: 14px;
}
.catalog-filter-panel a span {
    color: var(--muted);
    font-size: 12px;
}
.catalog-filter-panel a.active,
.catalog-filter-panel a:hover {
    background: var(--wash);
    font-weight: 700;
}
.editorial-band {
    background: var(--wash);
    text-align: center;
    padding: 68px 0;
    border-block: 1px solid var(--line);
}
.editorial-band h2 {
    font-size: 44px;
    margin: 0 0 18px;
    text-transform: none;
}
.editorial-band p {
    font-size: 18px;
    line-height: 1.72;
    max-width: 880px;
    margin: 0 auto 14px;
}
.editorial-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    max-width: 940px;
    margin: 42px auto 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: var(--line);
    border: 1px solid var(--line);
}
.editorial-links a {
    padding: 14px;
    background: #fff;
}
.content-page {
    padding-top: 42px;
}
.content-layout {
    display: grid;
    grid-template-columns: minmax(320px, 470px) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    min-width: 0;
}
.content-layout.no-image {
    display: block;
    max-width: 900px;
}
.feature-image {
    margin: 0;
    background: var(--wash);
    border: 1px solid var(--line);
    padding: 10px;
    min-width: 0;
}
.feature-image img {
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: contain;
}
.rich-copy {
    font-size: 17px;
    line-height: 1.82;
    max-width: 800px;
    min-width: 0;
    overflow-wrap: anywhere;
}
.rich-copy .lead {
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.48;
    color: var(--ink);
    margin-bottom: 26px;
}
.rich-copy p {
    color: #171a2e;
}
.page-gallery-section {
    background: var(--wash);
    border-top: 1px solid var(--line);
}
.editorial-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.story-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.editorial-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sheep-profile-section {
    margin-top: 54px;
}
.sheep-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.sheep-profile-card {
    border: 1px solid var(--line);
    background: #fff;
}
.sheep-profile-image {
    aspect-ratio: 4 / 5;
    background: var(--wash);
}
.sheep-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sheep-profile-copy {
    min-height: 112px;
    padding: 16px;
}
.sheep-profile-copy h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.12;
}
.sheep-profile-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}
.product-detail {
    display: grid;
    grid-template-columns: minmax(420px, 1.08fr) minmax(340px, 0.92fr);
    gap: 58px;
    align-items: start;
    min-width: 0;
}
.product-gallery {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
}
.thumbs {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 0;
    max-width: 100%;
}
.thumb-button {
    display: block;
    width: 94px;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    background: var(--wash);
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
}
.thumb-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-button.active,
.thumb-button:focus-visible {
    border-color: var(--navy);
    outline: 2px solid var(--navy);
    outline-offset: 2px;
}
.main-product-image {
    background: var(--wash);
    border: 1px solid var(--line);
    min-width: 0;
    max-width: 100%;
}
.main-product-button {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: zoom-in;
}
.main-product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.product-lightbox {
    width: min(1120px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    border: 0;
    background: transparent;
    padding: 0;
}
.product-lightbox::backdrop {
    background: rgba(7, 8, 46, 0.78);
}
.product-lightbox-inner {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(820px, calc(100vh - 32px));
    background: #111225;
    padding: 50px;
}
.product-lightbox img {
    max-width: 100%;
    max-height: calc(100vh - 132px);
    object-fit: contain;
}
.product-lightbox-close,
.product-lightbox-nav {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    font:
        700 12px Arial,
        Helvetica,
        sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 14px;
    cursor: pointer;
}
.product-lightbox-close {
    top: 14px;
    right: 14px;
}
.product-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}
.product-lightbox-nav.prev {
    left: 14px;
}
.product-lightbox-nav.next {
    right: 14px;
}
.product-copy {
    position: sticky;
    top: 24px;
    min-width: 0;
    max-width: 100%;
}
.product-copy h1 {
    font-size: 38px;
    line-height: 1.16;
    margin: 0 0 18px;
    overflow-wrap: anywhere;
}
.product-copy .price {
    font-size: 25px;
    margin: 0 0 22px;
}
.product-copy .price-sale {
    justify-content: flex-start;
}
.product-copy p,
.product-description {
    line-height: 1.78;
    color: #303442;
    overflow-wrap: anywhere;
}
.product-copy form {
    margin-top: 28px;
}
.newsletter {
    background: var(--wash);
    text-align: center;
    padding: 58px 0;
    border-top: 1px solid var(--line);
}
.newsletter h2 {
    font-size: 28px;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.newsletter form {
    display: flex;
    justify-content: center;
}
.newsletter input {
    width: min(460px, 100%);
    height: 48px;
    border: 1px solid #c8c1b3;
    padding: 0 14px;
    font: inherit;
}
.newsletter button {
    height: 48px;
    border: 0;
    background: var(--navy);
    color: #fff;
    padding: 0 44px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.footer {
    background: var(--navy);
    color: #fff;
    padding: 52px 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}
.footer h3 {
    font-size: 16px;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.footer a,
.footer p {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.85;
}
.flash {
    background: #e8f8ef;
    border: 1px solid #a7e0bd;
    color: #173d28;
    padding: 12px 14px;
    margin: 18px 0;
}
.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 38px 0 0;
    max-width: 100%;
    flex-wrap: wrap;
}
.pager-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #fff;
}
.pager-link.active {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}
.pager-link.disabled {
    color: #9a9a9a;
    background: #f7f7f7;
}
.lux-panel {
    background: #fff;
    border: 1px solid var(--line);
    padding: 30px;
    box-shadow: 0 10px 34px rgba(7, 8, 46, 0.04);
    overflow-x: auto;
}
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 32px;
    align-items: start;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.span-2 {
    grid-column: 1/-1;
}
.field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
}
.field input,
.field textarea,
.field select {
    width: 100%;
    border: 1px solid var(--line);
    padding: 13px 14px;
    font: inherit;
    background: #fff;
}
.field textarea {
    min-height: 130px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.table th,
.table td {
    border-bottom: 1px solid var(--line);
    padding: 16px 14px;
    text-align: left;
}
.table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.total-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 22px;
    font-weight: 800;
    margin: 24px 0;
}
.score {
    display: inline-flex;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 800;
    background: #f3efe5;
    color: #815f20;
}
.score.good {
    background: #e7f5ee;
    color: #255c42;
}
.score.bad {
    background: #fdeaea;
    color: #902d2d;
}
.muted {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}
@media (max-width: 1200px) {
    .utility {
        grid-template-columns: 280px 1fr 270px;
    }
    .nav-primary {
        gap: 16px;
    }
    .nav-primary a {
        font-size: 14px;
    }
    .brand {
        font-size: 29px;
    }
    .product-grid,
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .category-story-gallery--tweed-story {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .category-story-gallery--tweed-story .category-story-gallery__item,
    .category-story-gallery--tweed-story .category-story-gallery__item:nth-child(n + 4) {
        grid-column: span 2;
    }
    .tweed-story-image-strip,
    .tweed-story-image-strip--process,
    .tweed-story-image-strip--fabric,
    .tweed-story-image-strip--commissions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .category-grid--compact {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .home-latest-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 1000px) {
    .container,
    .narrow {
        width: min(100% - 32px, 1280px);
    }
    .top-strip .container {
        grid-template-columns: 1fr;
        padding: 12px 0;
    }
    .top-strip span:nth-child(n + 2) {
        display: none;
    }
    .sitewide-banner-item {
        width: 88vw;
        min-width: 88vw;
        min-height: 42px;
        padding: 0 26px;
    }
    .sitewide-banner-item::after {
        right: -2px;
    }
    .utility {
        grid-template-areas:
            "menu brand actions"
            "search search search";
        grid-template-columns: 44px minmax(0, 1fr) 96px;
        gap: 0 8px;
        padding: 14px 0 0;
    }
    .brand {
        grid-area: brand;
        align-self: center;
        text-align: center;
        font-size: 19px;
        line-height: 0.95;
        letter-spacing: 0.03em;
    }
    .brand small {
        font-size: 8px;
        letter-spacing: 0.32em;
        margin-bottom: 3px;
    }
    .search {
        grid-area: search;
        flex-direction: row-reverse;
        height: 48px;
        margin-top: 12px;
        border: 0;
        border-top: 1px solid var(--line);
        background: #f3f3f3;
        padding: 0 12px;
    }
    .utility-links {
        grid-area: actions;
        align-self: center;
        justify-content: flex-end;
        gap: 15px;
        font-size: 0;
        letter-spacing: 0;
        flex-wrap: nowrap;
    }
    .utility-links .icon-link > span:last-child {
        display: none;
    }
    .deliver-to {
        display: none;
    }
    .nav-primary {
        display: none;
    }
    .mobile-menu {
        grid-area: menu;
        display: block;
        align-self: center;
    }
    .mobile-menu-panel {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1400;
        max-height: calc(100vh - 140px);
        overflow: auto;
        border-top: 1px solid var(--line);
        background: #fff;
        box-shadow: var(--shadow);
        padding: 6px 24px 22px;
    }
    .category-grid,
    .product-grid,
    .editorial-gallery,
    .story-gallery,
    .sheep-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .category-grid--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .home-latest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .content-layout,
    .product-detail,
    .checkout-layout {
        grid-template-columns: 1fr;
    }
    .content-layout.no-image {
        max-width: none;
    }
    .product-gallery {
        grid-template-columns: 1fr;
    }
    .thumbs {
        display: flex;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 4px;
    }
    .thumb-button {
        width: 78px;
    }
    .product-copy {
        position: static;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .container,
    .narrow {
        width: min(100% - 24px, 1280px);
    }
    .search {
        max-width: none;
    }
    .search-page-form {
        grid-template-columns: 1fr;
    }
    .search-page-form .button {
        width: 100%;
    }
    .brand {
        font-size: 19px;
    }
    .brand small {
        font-size: 7px;
    }
    .utility-links {
        gap: 12px;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .deliver-to {
        display: none;
    }
    .hero {
        min-height: 430px;
    }
    .hero p {
        font-size: 19px;
    }
    .page-hero {
        padding: 10px 0 0;
    }
    .breadcrumb {
        margin: 4px 0 8px;
        font-size: 10px;
        overflow-wrap: anywhere;
    }
    .title-band {
        padding: 17px 12px;
        margin-bottom: 0;
    }
    .title-band h1 {
        font-size: 23px;
    }
    .category-intro {
        margin: 14px auto 4px;
        text-align: center;
    }
    .category-intro p {
        font-size: 16px;
        line-height: 1.65;
    }
    .category-story-gallery {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 14px auto 4px;
    }
    .category-story-gallery--tweed-story {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .category-story-gallery__item,
    .category-story-gallery__item--wide {
        grid-column: auto;
        aspect-ratio: 4 / 3;
    }
    .category-story-gallery--tweed-story .category-story-gallery__item,
    .category-story-gallery--tweed-story .category-story-gallery__item:nth-child(n + 4) {
        grid-column: auto;
    }
    .category-copy-blocks {
        gap: 18px;
        margin: 16px auto 4px;
    }
    .category-copy-block + .category-copy-block {
        padding-top: 16px;
    }
    .category-copy-block h2 {
        font-size: 23px;
    }
    .category-copy-block p {
        font-size: 16px;
        line-height: 1.65;
    }
    .tweed-story-image-strip,
    .tweed-story-image-strip--process,
    .tweed-story-image-strip--fabric,
    .tweed-story-image-strip--commissions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: -4px auto 20px;
    }
    .category-shop-marker {
        margin-top: 28px;
        padding-top: 22px;
        text-align: left;
    }
    .category-shop-marker h2 {
        font-size: 23px;
    }
    .category-shop-marker p {
        font-size: 14px;
    }
    .home-category-groups {
        gap: 34px;
        margin-top: 22px;
    }
    .home-category-group + .home-category-group {
        padding-top: 28px;
    }
    .home-category-group .section-title {
        margin-bottom: 16px;
    }
    .home-category-group .section-title h2 {
        font-size: 23px;
    }
    .category-grid,
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 12px;
    }
    .category-sectioned-catalog {
        gap: 40px;
    }
    .category-product-section + .category-product-section {
        padding-top: 34px;
    }
    .category-product-section__head {
        margin-bottom: 18px;
    }
    .category-product-section__head h2 {
        font-size: 23px;
    }
    .category-product-section__head p {
        font-size: 16px;
        line-height: 1.65;
    }
    .category-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 12px;
    }
    .home-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 12px;
    }
    .category-card,
    .product-card {
        min-width: 0;
    }
    .category-card h3,
    .tile-title {
        font-size: 15px;
        overflow-wrap: anywhere;
    }
    .category-grid--compact .category-card h3 {
        font-size: 13px;
    }
    .product-card h3 {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 15px;
        line-height: 1.3;
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .catalog-toolbar {
        display: none;
    }
    .mobile-recommendations {
        display: block;
        padding: 18px 0 10px;
    }
    .catalog-section {
        padding-top: 10px;
    }
    .mobile-recommendations h2 {
        margin: 0 0 10px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0;
    }
    .mobile-recommendation-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .mobile-recommendation-card {
        display: block;
        min-width: 0;
        border: 1px solid var(--line);
        background: #fff;
        text-align: center;
    }
    .mobile-recommendation-card .catalog-media {
        border: 0;
    }
    .mobile-recommendation-card h3 {
        min-height: 48px;
        margin: 12px 10px 8px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 500;
    }
    .mobile-recommendation-card .price {
        margin: 0 0 16px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 21px;
    }
    .mobile-catalog-controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 10px;
    }
    .mobile-sort-control,
    .mobile-filter-control {
        position: relative;
        min-width: 0;
        border: 1px solid #d3cec4;
        background: #f7f7f7;
    }
    .mobile-sort-control {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        height: 48px;
        padding: 0 8px;
    }
    .mobile-sort-control label,
    .mobile-filter-control summary {
        color: var(--ink);
        font-size: 15px;
    }
    .mobile-sort-control select {
        width: 100%;
        min-width: 0;
        border: 0;
        background: transparent;
        color: transparent;
        cursor: pointer;
    }
    .mobile-sort-control:after,
    .mobile-filter-control summary:after {
        content: "";
        width: 11px;
        height: 11px;
        border-right: 2px solid var(--ink);
        border-bottom: 2px solid var(--ink);
        transform: rotate(45deg);
    }
    .mobile-sort-control:after {
        position: absolute;
        right: 14px;
        top: 16px;
    }
    .mobile-filter-control summary {
        display: flex;
        height: 48px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 0 14px 0 10px;
        list-style: none;
        cursor: pointer;
    }
    .mobile-filter-control summary::-webkit-details-marker {
        display: none;
    }
    .mobile-filter-panel {
        position: absolute;
        right: -1px;
        left: -1px;
        z-index: 20;
        display: grid;
        border: 1px solid #d3cec4;
        border-top: 0;
        background: #fff;
    }
    .mobile-filter-panel a {
        padding: 12px 10px;
        border-top: 1px solid var(--line);
        font-size: 14px;
    }
    .mobile-filter-panel a.active {
        font-weight: 700;
        background: var(--wash);
    }
    .mobile-product-count {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        font-size: 13px;
        color: var(--muted);
    }
    .catalog-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 12px;
    }
    .catalog-result-count {
        grid-column: 1 / -1;
        order: 3;
        text-align: center;
        letter-spacing: 0;
        text-transform: none;
    }
    .catalog-sort-control,
    .catalog-filter-control {
        background: #f7f7f7;
    }
    .catalog-sort-control {
        min-height: 48px;
        padding: 0 8px;
    }
    .catalog-sort-control label,
    .catalog-filter-control summary {
        font-size: 15px;
    }
    .catalog-sort-control select {
        position: absolute;
        inset: 0;
        height: 100%;
        opacity: 0;
    }
    .editorial-gallery,
    .story-gallery,
    .footer-grid,
    .editorial-links,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .newsletter form {
        display: block;
    }
    .newsletter button,
    .newsletter input {
        width: 100%;
    }
    .section-title h2,
    .section-head h2 {
        font-size: 30px;
    }
    .section-head {
        display: block;
    }
    .content-layout {
        gap: 28px;
    }
    .rich-copy .lead {
        font-size: 21px;
    }
    .sheep-profile-copy {
        min-height: 96px;
        padding: 12px;
    }
    .sheep-profile-copy h3 {
        font-size: 21px;
    }
    .lux-panel {
        padding: 20px;
    }
    .product-lightbox-inner {
        padding: 54px 14px;
    }
    .product-lightbox-nav {
        top: auto;
        bottom: 14px;
        transform: none;
    }
    .product-lightbox-nav.prev {
        left: 14px;
    }
    .product-lightbox-nav.next {
        right: 14px;
    }
    .table {
        min-width: 520px;
    }
}
@media (max-width: 420px) {
    .category-grid,
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .section-title h2,
    .section-head h2 {
        font-size: 27px;
    }
    .product-copy h1 {
        font-size: 30px;
    }
}
@media (max-width: 700px) {
    .contact-widget {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }
    .contact-widget-launcher {
        margin-left: auto;
        min-height: 46px;
    }
    .contact-widget-panel {
        right: 0;
        bottom: calc(100% + 10px);
        width: 100%;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
.product-option-field {
    margin: 22px 0 0;
}
.search-result-links {
    margin-top: 0;
}
.search-result-links.spaced {
    margin-bottom: 34px;
}

.editorial-page {
    padding: 54px 0 78px;
    background: #fff;
}
.editorial-page-shell {
    width: min(1120px, calc(100% - 64px));
    margin-inline: auto;
    display: grid;
    gap: 38px;
}
.editorial-intro {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.editorial-intro .lead {
    margin: 0 0 22px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1.32;
}
.editorial-intro p {
    margin: 0 auto 14px;
    color: #303442;
    font-size: 18px;
    line-height: 1.76;
}
.editorial-feature-image {
    width: min(100%, 980px);
    margin: 0 auto 8px;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--wash);
}
.editorial-feature-image picture {
    display: block;
}
.editorial-feature-image img {
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
    margin-inline: auto;
}
.editorial-story-block {
    width: 100%;
    max-width: 1100px;
    margin: 4px auto 0;
    padding: 48px 0 8px;
    border-top: 1px solid var(--line);
}
.editorial-story-block.has-image {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    gap: 44px;
    align-items: center;
}
.editorial-story-block:not(.has-image) {
    max-width: 860px;
}
.editorial-story-block.is-reversed .editorial-story-image {
    order: 2;
}
.editorial-story-image {
    margin: 0;
    padding: 10px;
    border: 1px solid var(--line);
    background: var(--wash);
}
.editorial-story-image picture {
    display: block;
}
.editorial-story-image img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    margin-inline: auto;
}
.editorial-copy-flow {
    min-width: 0;
}
.editorial-copy-flow p {
    margin: 0 0 16px;
    color: #252a35;
    font-size: 17px;
    line-height: 1.82;
    overflow-wrap: anywhere;
}
.page-gallery-section--editorial {
    padding: 62px 0 78px;
}
.page-gallery-section--editorial .editorial-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-gallery-section--editorial .editorial-tile {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}

@media (max-width: 1000px) {
    .editorial-page-shell {
        width: min(100%, calc(100% - 48px));
    }
    .editorial-story-block.has-image {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .editorial-story-block.is-reversed .editorial-story-image {
        order: 0;
    }
    .page-gallery-section--editorial .editorial-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .editorial-page {
        padding: 34px 0 48px;
    }
    .editorial-page-shell {
        width: min(100%, calc(100% - 28px));
        gap: 26px;
    }
    .editorial-intro {
        text-align: left;
    }
    .editorial-intro .lead {
        font-size: 25px;
        line-height: 1.36;
    }
    .editorial-intro p,
    .editorial-copy-flow p {
        font-size: 16px;
        line-height: 1.72;
    }
    .editorial-feature-image,
    .editorial-story-image {
        padding: 6px;
    }
    .editorial-story-block {
        padding: 30px 0 2px;
    }
    .page-gallery-section--editorial {
        padding: 42px 0 54px;
    }
    .page-gallery-section--editorial .editorial-gallery {
        grid-template-columns: 1fr;
    }
}
