:root {
  --paper: #faf8f3;
  --paper-deep: #f0ebe2;
  --ink: #25251f;
  --ink-soft: #55544d;
  --line: rgba(24, 25, 21, .18);
  --brass: #a78d63;
  --night: #ece7de;
  --white: #fffefa;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --gutter: clamp(1.2rem, 4vw, 5rem);
  --section: clamp(6rem, 11vw, 11rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 200; top: 1rem; left: 1rem; padding: .8rem 1rem; background: var(--white); }
.eyebrow { margin: 0; font-size: .66rem; font-weight: 600; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.section { padding: var(--section) var(--gutter); }
.section-index { color: var(--brass); font-family: var(--serif); font-size: .78rem; font-style: italic; }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 5.5rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--gutter); color: var(--ink); transition: background .35s ease, height .35s ease, border-color .35s ease; }
.site-header.is-scrolled { height: 4.5rem; background: rgba(242, 238, 230, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.wordmark { justify-self: start; display: inline-block; font-size: .87rem; font-weight: 600; font-variant-ligatures: none; letter-spacing: .2em; line-height: 1; white-space: nowrap; word-spacing: 0; }
.wordmark::before, .wordmark::after { content: none !important; display: none !important; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 3.2rem); }
.desktop-nav a, .language-menu { position: relative; font-size: .67rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.3rem; }
.language-menu summary, .menu-toggle { padding: 0; border: 0; background: transparent; }
.language-menu summary { min-width: 2rem; cursor: pointer; list-style: none; text-align: center; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: "↓"; display: inline-block; margin-left: .35rem; color: var(--brass); font-family: var(--serif); }
.language-menu[open] summary::after { transform: rotate(180deg); }
.language-menu__panel { position: absolute; top: calc(100% + 1.1rem); right: 0; display: grid; min-width: 12rem; padding: .55rem; border: 1px solid var(--line); background: rgba(250,248,243,.98); box-shadow: 0 .9rem 2.5rem rgba(31,31,27,.1); backdrop-filter: blur(18px); }
.language-menu__panel a { display: grid; grid-template-columns: 2.2rem 1fr; gap: .75rem; padding: .65rem .7rem; color: var(--ink-soft); font-size: .62rem; letter-spacing: .06em; text-transform: none; }
.language-menu__panel a span { color: var(--ink); font-weight: 700; letter-spacing: .12em; }
.language-menu__panel a:hover, .language-menu__panel a.is-active { background: var(--paper-deep); color: var(--ink); }
.mobile-languages { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-top: 1.5rem; }
.mobile-nav .mobile-languages a { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
.mobile-nav .mobile-languages a.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 1.7rem; height: 1.1rem; position: relative; }
.menu-toggle span:not(.sr-only) { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .3s ease, top .3s ease; }
.menu-toggle span:first-child { top: .2rem; }.menu-toggle span:nth-child(2) { top: .8rem; }
.menu-open .menu-toggle span:first-child { top: .5rem; transform: rotate(45deg); }.menu-open .menu-toggle span:nth-child(2) { top: .5rem; transform: rotate(-45deg); }
.mobile-nav { display: none; }
.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(24rem, 1fr); align-items: stretch; position: relative; padding: clamp(8rem, 13vw, 11rem) var(--gutter) clamp(3rem, 7vw, 6rem); overflow: hidden; }
.hero-copy { z-index: 2; align-self: center; padding-right: clamp(2rem, 7vw, 8rem); }
.hero h1 { margin: clamp(2rem, 4vw, 4rem) 0 2rem; font-family: var(--serif); font-size: clamp(4.3rem, 8.4vw, 9.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: clamp(1rem, 8vw, 8.5rem); color: var(--brass); font-weight: 400; }
.hero-lead { width: min(35rem, 83%); margin: 0 0 2.5rem; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 1.3rem; padding-bottom: .5rem; border-bottom: 1px solid var(--ink); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link i { font-family: var(--serif); font-size: 1.2rem; font-style: normal; transition: transform .3s ease; }.text-link:hover i { transform: translate(.3rem, .3rem); }
.hero-visual { align-self: stretch; position: relative; min-height: 36rem; overflow: hidden; background: #e4ddd1; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 52%, rgba(10,10,8,.15)); pointer-events: none; }
.hero-visual img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }.hero-visual:hover img { transform: scale(1.025); }
.hero-caption { position: absolute; z-index: 2; left: 1.5rem; bottom: 1.4rem; display: flex; align-items: baseline; gap: 1rem; color: var(--white); text-shadow: 0 1px 12px rgba(0,0,0,.2); }
.hero-caption span { font-family: var(--serif); font-size: 1.25rem; }.hero-caption small { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-side { position: absolute; right: .7rem; top: 50%; margin: 0; font-size: .52rem; letter-spacing: .16em; writing-mode: vertical-rl; transform: translateY(-50%); }
.statement { display: grid; grid-template-columns: minmax(2rem, .2fr) minmax(0, 1.2fr) minmax(14rem, .55fr); gap: clamp(2rem, 7vw, 8rem); border-top: 1px solid var(--line); }
.statement h2, .section-heading h2, .material-copy h2, .steel-copy h2, .contact h2 { margin: 1.2rem 0 2rem; font-family: var(--serif); font-size: clamp(3rem, 6.4vw, 7rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.statement-copy > p:last-child { max-width: 44rem; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.15rem, 1.75vw, 1.55rem); line-height: 1.55; }
.statement-notes { align-self: end; display: grid; }
.statement-notes span { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: minmax(11rem, .4fr) minmax(0, 1fr); align-items: end; gap: 2rem; margin-bottom: clamp(3rem, 7vw, 7rem); }
.section-heading > div { display: flex; align-items: center; gap: 1.4rem; padding-bottom: .5rem; }
.section-heading h2 { margin: 0; }
.collections { padding-top: 2rem; }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4.5rem) clamp(1.2rem, 2.5vw, 2.5rem); }
.collection-card { display: block; margin-bottom: clamp(2rem, 7vw, 7rem); }
.collection-card--wide, .collection-card--portrait { grid-column: auto; padding-top: 0; }
.collection-card:nth-child(3), .collection-card:nth-child(4) { padding-top: 0; }
.collection-card figure { margin: 0 0 1.1rem; overflow: hidden; background: #ebe6de; }
.collection-card--wide figure, .collection-card--portrait figure { aspect-ratio: 1.28; }
.collection-card img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.collection-card:hover img { transform: scale(1.035); filter: saturate(.88); }
.collection-card > div { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.collection-card span { font-family: var(--serif); font-size: 1.35rem; }.collection-card small { color: var(--ink-soft); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.material-story, .steel-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 44rem; background: var(--night); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-image, .steel-image { min-height: 38rem; overflow: hidden; background: #f5f2eb; }.material-image img, .steel-image img { height: 100%; object-fit: cover; }
.material-copy, .steel-copy { align-self: center; padding: var(--section) var(--gutter); }
.material-copy h2, .steel-copy h2 { font-size: clamp(3rem, 5.4vw, 6.5rem); }
.material-copy > p:last-child, .steel-copy > p:not(.eyebrow):not(.steel-series) { max-width: 34rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.18rem; line-height: 1.55; }
.products { background: #fffefa; }
.filters { display: flex; gap: .65rem; margin-bottom: 3rem; overflow-x: auto; scrollbar-width: none; }
.filters button { flex: 0 0 auto; padding: .75rem 1.2rem; border: 1px solid var(--line); border-radius: 100px; background: transparent; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.filters button.is-active, .filters button:hover { background: var(--ink); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.1vw, 2.3rem); }
.product-card { transition: opacity .3s ease, transform .3s ease; }.product-card.is-hidden { display: none; }
.product-card figure { aspect-ratio: 1 / 1.08; margin: 0 0 1rem; overflow: hidden; background: #ece8e0; }
.product-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }.product-card:hover img { transform: scale(1.035); }
.product-card div { display: flex; justify-content: space-between; align-items: baseline; gap: .8rem; }
.product-card p { margin: 0; font-family: var(--serif); font-size: 1.05rem; }.product-card span { color: var(--ink-soft); font-size: .55rem; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.outline-link { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: clamp(4rem, 8vw, 8rem); padding: 1.2rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }.outline-link i { font-family: var(--serif); font-size: 1.4rem; font-style: normal; }
.index-section { background: var(--paper-deep); }
.index-intro { max-width: 32rem; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.15rem; }
.collection-index { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.collection-index li { display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; gap: 2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, color .3s ease; }.collection-index li:hover { padding-left: 1rem; color: var(--brass); }
.collection-index span { font-family: var(--serif); font-size: .72rem; font-style: italic; }.collection-index strong { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.02em; }.collection-index em { color: var(--ink-soft); font-size: .58rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.steel-story { grid-template-columns: .9fr 1.1fr; background: #e5e3dd; color: var(--ink); }
.steel-copy > p:not(.eyebrow):not(.steel-series) { color: var(--ink-soft); }.steel-image { order: 2; background: #eeede9; }
.steel-series { max-width: 34rem; margin: 2.4rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgba(31, 31, 29, .22); font-size: .62rem; font-weight: 600; letter-spacing: .13em; line-height: 1.8; text-transform: uppercase; }
.contact { background: #ece5d9; color: var(--ink); }
.contact h2 { max-width: 70rem; color: var(--ink); }
.contact-simple { margin-top: clamp(4rem, 7vw, 7rem); }
.contact-simple > p { max-width: 42rem; margin: 0 0 clamp(3rem,6vw,5.5rem); color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.15rem,1.8vw,1.5rem); line-height: 1.55; }
.contact-email { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(1.2rem,2vw,2rem) 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(2rem,5.6vw,6rem); letter-spacing: -.045em; line-height: 1; }
.contact-email i { flex: 0 0 auto; color: var(--brass); font-family: var(--serif); font-size: .7em; font-style: normal; transition: transform .3s ease; }
.contact-email:hover i { transform: translate(.35rem,-.35rem); }
.contact-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-meta a { border-bottom: 1px solid var(--line); }
.site-footer { min-height: 9rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem var(--gutter); border-top: 1px solid var(--line); background: var(--night); color: var(--ink); }
.wordmark--footer { justify-self: start; }.site-footer p { margin: 0; font-size: .55rem; letter-spacing: .14em; }.site-footer > a:last-child { justify-self: end; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }.reveal-delay { transition-delay: .18s; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.site-header { grid-template-columns: 1fr auto; }
  .mobile-nav { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem; background: var(--paper); opacity: 0; pointer-events: none; transition: opacity .3s ease; }.mobile-nav a { font-family: var(--serif); font-size: clamp(2.8rem, 10vw, 5rem); }.menu-open .mobile-nav { opacity: 1; pointer-events: auto; }
  .hero { grid-template-columns: 1fr .75fr; }.hero h1 { font-size: clamp(4rem, 9vw, 7rem); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  :root { --section: 5.5rem; }
  .site-header { height: 4.7rem; }.wordmark { font-size: .75rem; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding-top: 8rem; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(3.65rem, 17vw, 6.2rem); }.hero h1 em { margin-left: 1.2rem; }.hero-lead { width: 100%; }.hero-visual { min-height: 25rem; margin-top: 4rem; }.hero-side { display: none; }
  .statement { grid-template-columns: 2rem 1fr; }.statement-copy { grid-column: 2; }.statement-notes { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; }.section-heading h2 { margin-top: 1rem; }
  .collection-grid { grid-template-columns: 1fr; }.collection-card--portrait, .collection-card--wide { padding-top: 0; }.collection-card--wide figure, .collection-card--portrait figure { aspect-ratio: 1 / 1.04; }
  .material-story, .steel-story { grid-template-columns: 1fr; }.material-image, .steel-image { min-height: 28rem; }.material-copy, .steel-copy { padding: 5.5rem var(--gutter); }.steel-image { order: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem .8rem; }.product-card div { display: block; }.product-card span { display: block; margin-top: .35rem; text-align: left; }
  .collection-index li { grid-template-columns: 2rem 1fr; gap: 1rem; }.collection-index em { display: none; }
  .contact-email { font-size: clamp(1.75rem,8vw,3rem); }
  .site-footer { grid-template-columns: 1fr auto; }.site-footer p { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

/* WordPress catalogue and content templates. */
.admin-bar .site-header { top: 32px; }
.catalog-hero { min-height: 35rem; display: flex; flex-direction: column; justify-content: flex-end; padding: 10rem var(--gutter) 5rem; border-bottom: 1px solid var(--line); }
.catalog-hero h1, .content-page h1 { max-width: 74rem; margin: 1.2rem 0 1.8rem; font-family: var(--serif); font-size: clamp(4.5rem, 10vw, 10rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.catalog-intro { max-width: 40rem; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; }
.collection-hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0,.88fr) minmax(28rem,1.12fr); gap: clamp(3rem,7vw,8rem); align-items: stretch; padding: 8.5rem var(--gutter) 3rem; }
.collection-hero__copy { align-self: center; padding: 3rem 0; }.collection-hero__copy h1 { max-width: 58rem; margin: 2.5rem 0 2rem; font-family: var(--serif); font-size: clamp(5rem,10vw,11rem); font-weight: 400; letter-spacing: -.06em; line-height: .82; }.collection-hero__image { min-height: 38rem; margin: 0; overflow: hidden; background: #e9e4db; }.collection-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.catalog-title-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: clamp(3rem,6vw,6rem); padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }.catalog-title-row > div { display: flex; align-items: center; gap: 1.3rem; }.catalog-title-row > p { margin: 0; color: var(--ink-soft); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }.catalog-title-row strong { color: var(--brass); font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.catalog-nav { display: flex; gap: .7rem; padding: 1.3rem var(--gutter); overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.catalog-nav a { flex: 0 0 auto; padding: .55rem .9rem; border: 1px solid transparent; border-radius: 99px; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.catalog-nav a:hover, .catalog-nav a.is-active { border-color: var(--ink); }
.catalog-list { padding-top: 4rem; background: #fffefa; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4rem clamp(1rem, 2vw, 2.3rem); }
.navigation.pagination { margin-top: 5rem; }.nav-links { display: flex; justify-content: center; gap: .5rem; }.page-numbers { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .7rem; }.page-numbers.current { background: var(--ink); color: var(--white); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(24rem, .8fr); gap: clamp(2rem, 6vw, 7rem); padding: 8rem var(--gutter) var(--section); }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }.product-gallery figure { margin: 0; aspect-ratio: 1; overflow: hidden; background: #f1eee8; }.product-gallery__main { grid-column: 1 / -1; aspect-ratio: 1.12 !important; }.product-gallery img { width: 100%; height: 100%; object-fit: cover; }
.product-info { position: sticky; top: 7rem; align-self: start; padding-top: 1rem; }.back-link { display: inline-block; margin-bottom: 4rem; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.product-info h1 { margin: 1.3rem 0 1.2rem; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }.product-code { color: var(--ink-soft); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }.product-description { margin: 3rem 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.15rem; line-height: 1.58; }.product-specs { margin: 0 0 3rem; }.product-specs > div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }.product-specs dt { font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.product-specs dd { margin: 0; font-family: var(--serif); }.product-cta { display: flex; justify-content: space-between; padding: 1.1rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.product-cta i { font-family: var(--serif); font-size: 1.3rem; font-style: normal; }.product-note { max-width: 27rem; color: var(--ink-soft); font-size: .72rem; }.related-products { background: #fffefa; }.related-products h2 { margin: 1rem 0 4rem; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; letter-spacing: -.04em; }
.content-page { min-height: 65vh; padding-top: 11rem; }.content-page h1 { font-size: clamp(4rem, 8vw, 8rem); }.entry-content { max-width: 50rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; }.entry-content h2 { margin-top: 3rem; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }.content-page--404 { display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 900px) { .collection-hero { grid-template-columns: 1fr .8fr; }.catalog-grid { grid-template-columns: 1fr 1fr; }.product-detail { grid-template-columns: 1fr; }.product-info { position: static; }.product-gallery { order: 2; } }
@media (max-width: 600px) { .catalog-hero { min-height: 28rem; padding-top: 8rem; }.catalog-hero h1 { font-size: 4.4rem; }.collection-hero { display: flex; flex-direction: column; min-height: auto; padding-top: 8rem; }.collection-hero__copy h1 { font-size: clamp(4.2rem,17vw,7rem); }.collection-hero__image { min-height: 30rem; }.back-link { margin-bottom: 3rem; }.catalog-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem .8rem; }.catalog-title-row { align-items: start; }.product-detail { padding-top: 7rem; }.product-gallery { gap: .5rem; }.product-info h1 { font-size: 3.8rem; } }

/* Legal information and privacy controls. */
.footer-meta { display: grid; justify-items: center; gap: .8rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem 1rem; max-width: 55rem; }
.footer-legal a, .footer-legal button, .footer-instagram { padding: 0; border: 0; border-bottom: 1px solid transparent; background: transparent; font-size: .56rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-legal a:hover, .footer-legal button:hover, .footer-instagram:hover { border-bottom-color: currentColor; }
.footer-instagram { justify-self: end; }
.legal-main { padding-top: 5.5rem; }
.legal-hero { min-height: 31rem; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: clamp(4rem,7vw,7rem); border-bottom: 1px solid var(--line); background: linear-gradient(145deg,var(--paper) 0%,#f3eee6 100%); }
.legal-hero h1 { max-width: 78rem; margin: 1.5rem 0 2rem; font-family: var(--serif); font-size: clamp(4rem,9vw,9rem); font-weight: 400; letter-spacing: -.055em; line-height: .9; }
.legal-hero > p:last-child { margin: 0; color: var(--ink-soft); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: minmax(13rem,.32fr) minmax(0,1fr); align-items: start; gap: clamp(3rem,9vw,10rem); padding-top: clamp(4rem,7vw,7rem); }
.legal-index { position: sticky; top: 7rem; display: grid; border-top: 1px solid var(--line); }
.legal-index a { padding: .95rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.legal-index a.is-active, .legal-index a:hover { color: var(--ink); }
.legal-content { max-width: 54rem; }
.legal-content > section { margin-bottom: clamp(3rem,5vw,5rem); }
.legal-content h2 { margin: 0 0 1.2rem; font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 400; letter-spacing: -.025em; }
.legal-content p, .legal-content dd { color: var(--ink-soft); font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; }
.legal-missing { margin: 0 0 4rem !important; padding: 1rem 1.2rem; border: 1px solid #9b7750; background: #f8efe3; color: #694b2f !important; font-family: var(--sans) !important; font-size: .72rem !important; }
.legal-identity { padding-top: 3rem; border-top: 1px solid var(--ink); }
.legal-identity dl { margin: 0; border-top: 1px solid var(--line); }
.legal-identity dl > div { display: grid; grid-template-columns: minmax(8rem,.32fr) 1fr; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.legal-identity dt { font-size: .59rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.legal-identity dd { margin: 0; font-size: 1rem; }
.legal-identity dd a { border-bottom: 1px solid var(--line); }
.cookie-consent { position: fixed; z-index: 250; right: clamp(1rem,3vw,3rem); bottom: clamp(1rem,3vw,3rem); width: min(43rem,calc(100vw - 2rem)); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid rgba(37,37,31,.25); background: rgba(255,254,250,.98); box-shadow: 0 1.5rem 5rem rgba(30,28,24,.18); opacity: 0; transform: translateY(1.2rem); transition: opacity .25s ease, transform .25s ease; backdrop-filter: blur(20px); }
.cookie-consent[hidden] { display: none; }
.cookie-consent.is-visible { opacity: 1; transform: translateY(0); }
.cookie-consent h2 { margin: .65rem 0 .8rem; font-family: var(--serif); font-size: clamp(2rem,4vw,3rem); font-weight: 400; letter-spacing: -.035em; }
.cookie-consent__copy > p:not(.eyebrow) { max-width: 32rem; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: .98rem; line-height: 1.55; }
.cookie-consent__status { display: grid; gap: .35rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.cookie-consent__status span { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cookie-consent__status small { color: var(--ink-soft); font-size: .64rem; }
.cookie-consent__actions { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; gap: .75rem; min-width: 9.5rem; }
.cookie-consent__actions button, .cookie-consent__actions a { display: block; padding: .75rem 1rem; border: 1px solid var(--ink); background: transparent; font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.cookie-consent__actions .cookie-primary { background: var(--ink); color: var(--white); }
@media (max-width: 900px) { .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }.wordmark--footer, .footer-instagram { justify-self: center; }.site-footer p { display: block; }.legal-layout { grid-template-columns: 1fr; }.legal-index { position: static; grid-template-columns: 1fr 1fr; }.legal-index a:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1rem; }.legal-index a:nth-child(even) { padding-left: 1rem; } }
@media (max-width: 600px) { .legal-main { padding-top: 4.7rem; }.legal-hero { min-height: 25rem; }.legal-hero h1 { font-size: clamp(3.5rem,15vw,5.5rem); }.legal-identity dl > div { grid-template-columns: 1fr; gap: .35rem; }.cookie-consent { grid-template-columns: 1fr; gap: 1.4rem; }.cookie-consent__actions { min-width: 0; }.footer-legal { display: grid; grid-template-columns: 1fr 1fr; }.footer-legal a, .footer-legal button { padding: .3rem; } }

/* ============================================================
   Przebudowa wizualna — typografia marki i spokojniejszy rytm.
   Blok nadpisujacy: zmiany trzymamy razem, zeby latwo je cofnac.
   ============================================================ */
:root {
  --serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --brass: #a3854f;
  --line: rgba(24, 25, 21, .14);
}
body { font-size: 16px; font-weight: 400; letter-spacing: .012em; }

/* Cormorant jest delikatny — naglowki lzejsze, ale wieksze i ciasniej zestawione. */
.hero h1,
.statement h2, .section-heading h2, .material-copy h2, .steel-copy h2, .contact h2,
.catalog-hero h1, .content-page h1, .collection-hero__copy h1 {
  font-weight: 300;
  letter-spacing: -.022em;
}
.hero h1 { font-size: clamp(4.6rem, 9vw, 10.5rem); line-height: .86; }
.hero h1 em { font-style: italic; font-weight: 300; }
.catalog-hero h1, .content-page h1 { font-size: clamp(4.6rem, 10.5vw, 11rem); }

/* Teksty szeryfowe czytane z bliska: Cormorant potrzebuje wiekszego stopnia i wagi. */
.hero-lead,
.statement-copy > p:last-child,
.material-copy > p:last-child,
.steel-copy > p:not(.eyebrow):not(.steel-series),
.contact-simple > p,
.index-intro,
.product-description {
  font-weight: 500;
  font-size: clamp(1.28rem, 1.85vw, 1.7rem);
  line-height: 1.5;
}

/* Etykiety wersalikami — wiecej powietrza, mniejszy kontrast wagi. */
.eyebrow { font-family: var(--sans); font-size: .6rem; font-weight: 500; letter-spacing: .24em; }
.desktop-nav a, .language-menu,
.text-link, .outline-link, .filters button,
.contact-meta, .site-footer > a:last-child { font-family: var(--sans); font-weight: 500; letter-spacing: .17em; }

/* Katalog i kolekcje: dwie kolumny zamiast trzech — wieksze kadry, mniej halasu. */
.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3.5rem, 7vw, 7rem) clamp(1.5rem, 3.5vw, 3.5rem);
}
.catalog-grid .product-card figure { aspect-ratio: 1 / 1.16; margin-bottom: 1.4rem; }
.catalog-grid .product-card p { font-size: clamp(1.35rem, 2.1vw, 1.9rem); font-weight: 400; }
.catalog-grid .product-card span { font-family: var(--sans); font-size: .58rem; letter-spacing: .16em; }
.catalog-grid .product-card img { transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.catalog-grid .product-card:hover img { transform: scale(1.04); }

/* Karta produktu: pierwsze zdjecie na pelna szerokosc, jak rozkladowka. */
.product-gallery__main { grid-column: 1 / -1; }
.product-gallery__main { aspect-ratio: 4 / 5; }
.product-specs dt { font-family: var(--sans); letter-spacing: .16em; }

/* Nazwy produktow i kolekcji na stronie glownej. */
.product-card p, .collection-card span { letter-spacing: -.01em; }

/* Spokojniejsze wejscie sekcji. */
.reveal { transform: translateY(1.4rem); transition-duration: 1s; }

@media (max-width: 900px) {
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.2rem; }
}
@media (max-width: 600px) {
  .catalog-grid { grid-template-columns: 1fr; gap: 3rem; }
  .catalog-grid .product-card figure { aspect-ratio: 1 / 1.05; }
}

/* ------------------------------------------------------------------
   Menu mobilne nad banerem cookies.
   Baner ma z-index 250, a menu zyje wewnatrz naglowka (z-index 100),
   wiec przy otwartym menu podnosimy caly naglowek ponad baner.
   Samo .mobile-nav zostaje na z-index -1 — dzieki temu przycisk
   zamykania nadal jest klikalny nad tafla menu.
   ------------------------------------------------------------------ */
body.menu-open .site-header { z-index: 300; }

@media (max-width: 1050px) {
  /* Gdyby menu bylo wyzsze niz ekran (male telefony, duza czcionka systemowa),
     ma dac sie przewinac zamiast chowac pozycje poza kadrem. */
  .mobile-nav { overflow-y: auto; overscroll-behavior: contain; padding: 5.5rem 1.5rem 2.5rem; }
  .mobile-nav { justify-content: safe center; }
}

/* ==================================================================
   Stabilne ramy zdjec.
   Wczesniej rama zdjecia rozciagala sie do wysokosci kolumny z tekstem
   obok — przez co jej ksztalt zmienial sie razem z dlugoscia tekstu,
   szerokoscia okna i zoomem, a wgrane zdjecie bylo przycinane losowo.
   Teraz kazda rama ma wlasne proporcje i nie zalezy od niczego innego.
   ================================================================== */
.hero-visual,
.steel-image,
.material-image {
  aspect-ratio: 4 / 5;
  min-height: 0;
  height: auto;
  align-self: center;
}
.hero-visual > img,
.steel-image > img,
.material-image > img,
.collection-card figure > img,
.product-card figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Sekcje nie musza juz wymuszac wysokosci — dyktuja ja ramy zdjec. */
.material-story,
.steel-story { min-height: 0; }

/* Wszystkie kafle kolekcji jednakowe, niezalezne od wariantu. */
.collection-card figure,
.collection-card--wide figure,
.collection-card--portrait figure { aspect-ratio: 4 / 5; }

@media (max-width: 900px) {
  /* Waskie ekrany: zdjecie pod tekstem, na calej szerokosci i w spokojnym kadrze. */
  .hero { grid-template-columns: 1fr; }
  .hero-visual,
  .steel-image,
  .material-image { aspect-ratio: 3 / 2; }
  .steel-story,
  .material-story { grid-template-columns: 1fr; }
  .steel-image { order: 2; }
}
@media (max-width: 600px) {
  .collection-card figure,
  .collection-card--wide figure,
  .collection-card--portrait figure { aspect-ratio: 3 / 2; }
}

/* Drugi przycisk w dymku cookies — odmowa statystyk. */
.cookie-secondary {
  padding: .75rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease;
}
.cookie-secondary:hover { border-color: var(--ink); }

/* ------------------------------------------------------------------
   Telefon: zdjecie otwiera strone, tekst idzie pod nim.
   Kadr pionowy 4:5 i pelna szerokosc — mocniejsze pierwsze wrazenie
   niz sam naglowek na pustym tle.
   ------------------------------------------------------------------ */
@media (max-width: 760px) {
  .hero { padding-top: 6.5rem; }
  .hero-copy { padding: 0; }
  .hero-visual {
    order: -1;
    margin: 0 calc(-1 * var(--gutter)) clamp(2rem, 7vw, 3rem);
    width: calc(100% + 2 * var(--gutter));
    aspect-ratio: 4 / 5;
    /* Na niskich telefonach zdjecie nie zjada calego ekranu — poczatek
       naglowka ma byc widoczny bez przewijania. */
    max-height: 58svh;
    min-height: 0;
  }
}

/* Podpis nakladany na zdjecie — ten sam wyglad we wszystkich sekcjach. */
.hero-visual, .steel-image, .material-image { position: relative; }
.img-caption {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 1.4rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  color: var(--white);
  text-shadow: 0 1px 14px rgba(0, 0, 0, .35);
  pointer-events: none;
}
.img-caption span { font-family: var(--serif); font-size: 1.35rem; }
.img-caption small { font-family: var(--sans); font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
@media (max-width: 600px) {
  .img-caption { left: 1rem; bottom: 1rem; gap: .7rem; }
  .img-caption span { font-size: 1.15rem; }
}
