:root {
  --yc-ink: #0a0a0a;
  --yc-paper: #fffdf8;
  --yc-fog: #f3efe6;
  --yc-mid: #6c665c;
  --yc-line: #d9d1c2;
  --yc-cobalt: #c28a21;
  --yc-signal: #8b252b;
  --yc-container: min(1420px, calc(100% - 56px));
  --yc-display: Arial Black, Arial, Helvetica, sans-serif;
  --yc-body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--yc-paper); color: var(--yc-ink); font-family: var(--yc-body); font-size: 15px; line-height: 1.55; }
body.yc-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yc-cobalt); outline-offset: 3px; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto!important; width: auto; height: auto; margin: 12px; padding: 12px 18px; background: #fff; color: #000; z-index: 9999; }
.yc-container { width: var(--yc-container); margin-inline: auto; }
.yc-main { min-height: 50vh; }

.yc-announcement { min-height: 34px; padding: 7px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--yc-ink); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.yc-header { position: relative; z-index: 30; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--yc-ink); }
.yc-header__inner { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.yc-logo img { width: 250px; height: auto; }
.yc-header__search, .yc-header__actions a { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.yc-header__search { justify-self: start; }
.yc-header__search svg, .yc-header__actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.yc-header__actions { justify-self: end; display: flex; gap: 25px; }
.yc-cart-link b { display: grid; place-items: center; min-width: 20px; height: 20px; border-radius: 50%; background: var(--yc-ink); color: #fff; font-size: 10px; }
.yc-menu-toggle { display: none; padding: 10px; border: 0; background: transparent; }
.yc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; }
.yc-nav { border-top: 1px solid var(--yc-line); }
.yc-nav ul { width: var(--yc-container); min-height: 46px; margin: 0 auto; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(26px, 4vw, 68px); list-style: none; }
.yc-nav a { position: relative; display: block; padding: 15px 0 13px; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.yc-nav a::after { position: absolute; right: 0; bottom: 8px; left: 0; height: 2px; background: var(--yc-ink); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.yc-nav a:hover::after, .yc-nav .current-menu-item a::after { transform: scaleX(1); }

.yc-hero { min-height: 690px; background: #d8d0c4 var(--yc-hero-image) right center/auto 100% no-repeat; border-bottom: 1px solid var(--yc-ink); }
.yc-hero__inner { min-height: 690px; position: relative; display: flex; align-items: center; }
.yc-hero__copy { position: relative; z-index: 2; width: 45%; padding: 70px 0; text-shadow: 0 1px 0 rgba(255,255,255,.25); }
.yc-kicker { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.yc-hero h1 { margin: 0 0 24px; font: 900 clamp(62px, 7vw, 118px)/.82 var(--yc-display); letter-spacing: -.085em; text-transform: uppercase; }
.yc-hero h1 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.06em; text-transform: none; }
.yc-hero__copy > p { max-width: 500px; margin: 0 0 34px; font-size: clamp(16px, 1.35vw, 21px); }
.yc-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.yc-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid var(--yc-ink); border-radius: 0; background: var(--yc-ink); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: background .2s, color .2s; }
.yc-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: var(--yc-paper); color: var(--yc-ink); }
.yc-button--light { background: #fff; color: #000; border-color: #fff; }
.yc-button--light:hover { background: transparent; color: #fff; }
.yc-text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.yc-hero__stamp { position: absolute; right: 0; bottom: 34px; width: 130px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--yc-cobalt); color: #17120a; transform: rotate(8deg); }
.yc-hero__stamp span, .yc-hero__stamp small { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.yc-hero__stamp strong { font: 900 50px/1 var(--yc-display); letter-spacing: -.06em; }

.yc-marquee { overflow: hidden; border-bottom: 1px solid var(--yc-ink); background: #fff; }
.yc-marquee > div { min-width: max-content; min-height: 56px; display: flex; align-items: center; justify-content: space-around; gap: 48px; padding: 0 30px; }
.yc-marquee span { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.yc-marquee b { color: var(--yc-signal); }

.yc-section { padding-block: clamp(70px, 8vw, 128px); }
.yc-section-heading { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.yc-section-heading h2 { margin: 0; font: 900 clamp(38px, 5vw, 72px)/.95 var(--yc-display); letter-spacing: -.055em; text-transform: uppercase; }
.yc-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.yc-collection-card { position: relative; min-height: 610px; overflow: hidden; background: var(--yc-fog); }
.yc-collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.yc-collection-card:hover img { transform: scale(1.025); }
.yc-collection-card::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); content: ''; }
.yc-collection-card__number { position: absolute; top: 16px; right: 16px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-weight: 900; }
.yc-collection-card__copy { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; color: #fff; }
.yc-collection-card__copy strong { display: block; font: 900 clamp(25px, 2.8vw, 42px)/1 var(--yc-display); letter-spacing: -.04em; text-transform: uppercase; }
.yc-collection-card__copy small { display: block; margin-top: 7px; }
.yc-collection-card__copy em { display: block; margin-top: 20px; font-style: normal; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.yc-section--products { border-block: 1px solid var(--yc-ink); background: var(--yc-fog); }
.yc-tabs { display: flex; gap: 8px; }
.yc-tabs button { min-height: 42px; padding: 0 18px; border: 1px solid var(--yc-ink); background: transparent; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.yc-tabs button.is-active { background: var(--yc-ink); color: #fff; }
.yc-product-panel { display: none; }
.yc-product-panel.is-active { display: block; }
.yc-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.yc-product-card { min-width: 0; }
.yc-product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/5; background: #fff; }
.yc-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.yc-product-card:hover .yc-product-card__image img { transform: scale(1.018); }
.yc-sale-badge { position: absolute; top: 10px; left: 10px; padding: 7px 9px; background: var(--yc-signal); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.yc-card-action { position: absolute; right: 8px; bottom: 8px; left: 8px; min-height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; background: #fff; color: #000; font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; transform: translateY(calc(100% + 10px)); transition: transform .25s ease; }
.yc-product-card:hover .yc-card-action { transform: none; }
.yc-product-card__body { padding: 15px 3px; }
.yc-product-card__eyebrow { min-height: 18px; margin: 0 0 7px; color: var(--yc-mid); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.yc-product-card__eyebrow a { pointer-events: none; }
.yc-product-card h3 { min-height: 40px; margin: 0 0 10px; font-size: 14px; line-height: 1.35; }
.yc-product-card__bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.yc-product-card .price { font-weight: 900; }
.yc-product-card .price del { color: var(--yc-mid); font-weight: 400; }
.yc-product-card .price ins { text-decoration: none; }
.yc-colours { overflow: hidden; color: var(--yc-mid); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.yc-editorial { min-height: 760px; display: grid; grid-template-columns: 47% 53%; background: #171512; color: #fff; }
.yc-editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 120px); }
.yc-editorial h2 { margin: 0 0 28px; font: 900 clamp(45px, 5.5vw, 84px)/.9 var(--yc-display); letter-spacing: -.065em; text-transform: uppercase; }
.yc-editorial p { max-width: 580px; color: #ccc; font-size: 18px; }
.yc-editorial ul { margin: 18px 0 34px; padding: 0; list-style: none; border-top: 1px solid #444; }
.yc-editorial li { padding: 13px 0; border-bottom: 1px solid #444; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.yc-editorial .yc-button { align-self: flex-start; }
.yc-editorial__image { position: relative; min-height: 690px; overflow: hidden; background: #eee; }
.yc-editorial__image img { width: 100%; height: 100%; object-fit: cover; }
.yc-editorial__image span { position: absolute; right: 16px; bottom: 14px; padding: 6px 9px; background: #fff; color: #000; font-size: 9px; font-weight: 900; letter-spacing: .13em; }

.yc-proof { border-bottom: 1px solid var(--yc-ink); }
.yc-proof > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.yc-proof > div > div { min-height: 250px; padding: 42px; border-right: 1px solid var(--yc-ink); }
.yc-proof > div > div:last-child { border: 0; }
.yc-proof strong { font: 900 38px/1 var(--yc-display); color: var(--yc-cobalt); }
.yc-proof h3 { margin: 40px 0 8px; font: 900 21px/1 var(--yc-display); text-transform: uppercase; }
.yc-proof p { max-width: 340px; margin: 0; color: var(--yc-mid); }

.yc-journal-grid, .yc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.yc-journal-grid article > a:first-child, .yc-post-card > a:first-child { display: block; aspect-ratio: 4/3; margin-bottom: 20px; overflow: hidden; background: var(--yc-fog); }
.yc-journal-grid img, .yc-post-card img { width: 100%; height: 100%; object-fit: cover; }
.yc-journal h3, .yc-post-card h2 { margin: 6px 0; font: 900 24px/1.05 var(--yc-display); letter-spacing: -.035em; text-transform: uppercase; }
.yc-journal p, .yc-post-card p { color: var(--yc-mid); }

.yc-footer { border-top: 1px solid var(--yc-ink); }
.yc-newsletter { min-height: 285px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.yc-newsletter h2 { margin: 0; font: 900 clamp(38px, 4.3vw, 64px)/.95 var(--yc-display); letter-spacing: -.05em; text-transform: uppercase; }
.yc-newsletter p { color: var(--yc-mid); }
.yc-newsletter__form label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.yc-newsletter__form > div { display: flex; border-bottom: 2px solid var(--yc-ink); }
.yc-newsletter input { width: 100%; padding: 16px 0; border: 0; outline: 0; background: transparent; font-size: 18px; }
.yc-newsletter button { border: 0; background: transparent; font-weight: 900; cursor: pointer; }
.yc-footer__main { overflow: hidden; padding-top: 70px; background: var(--yc-ink); color: #fff; }
.yc-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.yc-footer__brand img { width: 225px; margin-bottom: 20px; }
.yc-footer__brand p { color: #aaa; }
.yc-footer h3 { margin: 0 0 20px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.yc-footer ul { margin: 0; padding: 0; list-style: none; }
.yc-footer li { margin-bottom: 9px; color: #c7c7c7; }
.yc-footer a:hover { color: #fff; text-decoration: underline; }
.yc-footer__bottom { margin-top: 65px; padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid #333; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.yc-footer__wordmark { margin: 0 -1.5vw -3vw; color: #fff; font: 900 clamp(130px, 21vw, 390px)/.8 var(--yc-display); letter-spacing: -.085em; white-space: nowrap; }

.yc-content-page, .yc-shop-main { padding-block: clamp(50px, 7vw, 100px); }
.yc-page-header { max-width: 900px; margin-bottom: 52px; }
.yc-page-header h1, .yc-empty-state h1, .yc-collection-head h1 { margin: 0; font: 900 clamp(48px, 7vw, 104px)/.9 var(--yc-display); letter-spacing: -.07em; text-transform: uppercase; }
.yc-prose { max-width: 920px; }
.yc-prose p, .yc-prose li { font-size: 17px; }
.yc-prose h2 { margin-top: 2.3em; font: 900 34px/1 var(--yc-display); text-transform: uppercase; }
.yc-prose table { width: 100%; border-collapse: collapse; }
.yc-prose th, .yc-prose td { padding: 12px; border: 1px solid var(--yc-line); text-align: left; }
.yc-featured-image { margin-bottom: 40px; }
.yc-empty-state { min-height: 60vh; padding: 14vh 0; }
.yc-empty-state p { margin-bottom: 28px; font-size: 18px; }

.yc-collection-head { padding-bottom: 42px; border-bottom: 1px solid var(--yc-ink); }
.yc-collection-head > span { font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.yc-collection-head p { max-width: 580px; color: var(--yc-mid); font-size: 17px; }
.yc-shop-layout { display: grid; grid-template-columns: 230px 1fr; gap: 38px; padding-top: 28px; }
.yc-shop-filters summary { padding: 13px 0; border-block: 1px solid var(--yc-ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.yc-shop-filters .widget { padding: 22px 0; border-bottom: 1px solid var(--yc-line); }
.yc-shop-filters .widgettitle { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.yc-shop-filters ul { margin: 0; padding: 0; list-style: none; }
.yc-shop-filters li { display: flex; justify-content: space-between; padding: 5px 0; font-size: 13px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 24px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--yc-ink); background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 14px; margin: 0; clear: both; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto!important; margin: 0!important; float: none!important; }
.woocommerce ul.products li.product a img { aspect-ratio: 4/5; margin: 0 0 14px; object-fit: cover; background: var(--yc-fog); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-size: 14px; }
.woocommerce ul.products li.product .price { color: var(--yc-ink); font-size: 14px; font-weight: 900; }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 7px 9px; border-radius: 0; background: var(--yc-signal); font-size: 9px; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce div.product { padding-top: 20px; }
.woocommerce div.product div.images img { background: var(--yc-fog); }
.woocommerce div.product .product_title { font: 900 clamp(38px, 5vw, 72px)/.95 var(--yc-display); letter-spacing: -.055em; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--yc-ink); font-size: 22px; font-weight: 900; }
.woocommerce table.shop_table { border-radius: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 12px; border: 1px solid #aaa; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--yc-cobalt); background: var(--yc-fog); }

@media (max-width: 1050px) {
  :root { --yc-container: min(100% - 36px, 960px); }
  .yc-announcement span:last-child { display: none; }
  .yc-hero, .yc-hero__inner { min-height: 610px; }
  .yc-collection-card { min-height: 480px; }
  .yc-product-grid { grid-template-columns: repeat(3, 1fr); }
  .yc-editorial { grid-template-columns: 1fr 1fr; }
  .yc-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .yc-footer__grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --yc-container: calc(100% - 28px); }
  .yc-announcement { justify-content: center; min-height: 30px; }
  .yc-announcement span:not(:first-child) { display: none; }
  .yc-header__inner { min-height: 68px; }
  .yc-menu-toggle { display: block; justify-self: start; }
  .yc-header__search { display: none; }
  .yc-logo img { width: 188px; }
  .yc-header__actions a > span { display: none; }
  .yc-header__actions { gap: 14px; }
  .yc-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; height: calc(100vh - 98px); overflow: auto; background: #fff; border-top: 1px solid var(--yc-ink); }
  .yc-nav.is-open { display: block; }
  .yc-nav ul { width: 100%; min-height: 0; padding: 18px 22px; display: block; }
  .yc-nav li { border-bottom: 1px solid var(--yc-line); }
  .yc-nav a { padding: 18px 0; font-size: 15px; }
  .yc-hero { min-height: 720px; background-position: center bottom; background-size: auto 57%; }
  .yc-hero::before { display: block; height: 54%; background: linear-gradient(var(--yc-paper) 82%, rgba(255,253,248,.82), transparent); content: ''; position: absolute; inset: 0 0 auto; }
  .yc-hero { position: relative; }
  .yc-hero__inner { min-height: 720px; align-items: start; }
  .yc-hero__copy { width: 100%; padding-top: 62px; }
  .yc-hero h1 { max-width: 100%; font-size: clamp(50px, 14vw, 64px); }
  .yc-hero__copy > p { max-width: 340px; font-size: 15px; }
  .yc-hero .yc-text-link { display: none; }
  .yc-hero__stamp { width: 92px; right: 5px; bottom: 24px; }
  .yc-hero__stamp strong { font-size: 36px; }
  .yc-marquee > div { justify-content: flex-start; }
  .yc-section-heading { align-items: start; flex-direction: column; }
  .yc-section-heading .yc-text-link { align-self: flex-start; }
  .yc-collection-grid { grid-template-columns: 1fr; }
  .yc-collection-card { min-height: 560px; }
  .yc-product-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
  .yc-product-card h3 { min-height: 57px; font-size: 13px; }
  .yc-card-action { transform: none; }
  .yc-colours { display: none; }
  .yc-tabs { width: 100%; }
  .yc-tabs button { flex: 1; }
  .yc-editorial { grid-template-columns: 1fr; }
  .yc-editorial__copy { padding: 70px 22px; }
  .yc-editorial__image { min-height: 600px; }
  .yc-proof > div { grid-template-columns: 1fr; }
  .yc-proof > div > div { min-height: 0; padding: 38px 10px; border-right: 0; border-bottom: 1px solid var(--yc-ink); }
  .yc-proof h3 { margin-top: 22px; }
  .yc-journal-grid, .yc-post-grid { grid-template-columns: 1fr; }
  .yc-newsletter { min-height: 0; padding-block: 60px; grid-template-columns: 1fr; gap: 38px; }
  .yc-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .yc-footer__brand { grid-column: 1 / -1; }
  .yc-footer__bottom { gap: 10px; flex-direction: column; }
  .yc-footer__wordmark { margin-top: 35px; font-size: 30vw; }
  .yc-shop-layout { grid-template-columns: 1fr; }
  .yc-shop-filters details:not([open]) .widget { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 8px; }
  .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
}

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