:root {
  --brand-primary: #161613;
  --brand-secondary: #3a3a3a;
  --brand-accent: #57a627;
  --brand-light: #ececec;
  --brand-paper: #f7f9ed;
  --brand-yellow: #ffce00;
  --font-heading: "Oswald", sans-serif;
  --font-body: "EB Garamond", serif;
  --font-ui: "Blinker", sans-serif;
  --content-width: 1528px;
  --page-gutter: clamp(24px, 5.8vw, 100px);
  --header-height: 110px;
  --line: rgba(22, 22, 19, .19);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--brand-primary); background: #fff; font-family: var(--font-body); font-size: 20px; line-height: 1.42; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { display: block; }
.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 { width: auto; height: auto; clip: auto; z-index: 100000; top: 10px; left: 10px; padding: 12px 16px; background: #fff; }
.site-main { min-height: 50vh; }
.wdr-container { width: min(calc(100% - (2 * var(--page-gutter))), var(--content-width)); margin-inline: auto; }
.pb-layout, .pb-row, .pb-row-inner { max-width: none !important; margin: 0; padding: 0; }
.pb-layout .pb-row-inner { width: 100%; }
.pb-layout .pb-column, .pb-layout [class*="pb-col-"] { padding: 0; }
.pb-layout p:first-child, .pb-layout p:last-child { margin-block: 0; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; height: var(--header-height); z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.04); }
.admin-bar .site-header { top: 32px; }
.site-header-spacer { height: var(--header-height); }
.site-header__inner { height: 100%; padding: 0 clamp(22px, 3.8vw, 66px); display: grid; grid-template-columns: 116px 1fr 116px; align-items: center; gap: 30px; }
.site-brand { width: 98px; height: 98px; display: grid; place-items: center; }
.site-brand img, .site-brand .custom-logo { width: 98px; max-height: 98px; object-fit: contain; }
.site-brand .custom-logo-link { display: block; }
.primary-navigation { justify-self: center; }
.primary-navigation ul { list-style: none; display: flex; align-items: center; gap: clamp(22px, 2.3vw, 42px); margin: 0; padding: 0; }
.primary-navigation a { position: relative; display: block; font-family: var(--font-ui); font-size: 18px; font-weight: 400; white-space: nowrap; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after, .primary-navigation .current_page_item > a::after { right: 0; }
.header-actions { justify-self: end; display: flex; gap: 20px; align-items: center; }
.header-actions a { position: relative; width: 30px; height: 30px; display: block; }
.header-actions svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-count { position: absolute; top: -7px; right: -9px; min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-primary); color: #fff; font: 600 11px/1 var(--font-ui); }
.menu-toggle { display: none; border: 0; background: transparent; width: 40px; height: 40px; padding: 8px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .25s; }

/* Shared type and controls */
h1, h2, h3, h4 { margin-top: 0; font-family: var(--font-heading); font-weight: 600; line-height: 1.06; }
.wdr-eyebrow { display: flex; align-items: center; gap: 18px; margin-bottom: 54px; font: 600 16px/1 var(--font-ui); letter-spacing: .12em; }
.wdr-eyebrow span { width: 55px; height: 1px; background: currentColor; }
.wdr-section-heading { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 72px; }
.wdr-section-heading h2 { margin: 0; font-size: clamp(38px, 3.35vw, 58px); letter-spacing: .01em; }
.wdr-arrow-link { width: 58px; height: 40px; display: grid; place-items: center; }
.wdr-arrow-link svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s; }
.wdr-arrow-link:hover svg { transform: translateX(7px); }
.wdr-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; min-height: 53px; padding: 14px 29px; align-items: center; justify-content: center; border: 1px solid var(--brand-primary); border-radius: 0; background: transparent; color: var(--brand-primary); font: 600 15px/1 var(--font-ui); letter-spacing: .04em; text-transform: uppercase; transition: background .2s, color .2s; cursor: pointer; }
.wdr-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background: var(--brand-primary); color: #fff; }

/* Home hero */
.wdr-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 48.3%) 1fr; position: relative; overflow: hidden; }
.wdr-hero__image { height: 720px; }
.wdr-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.wdr-hero__content { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 70px 9vw 60px 8vw; }
.wdr-hero__content h1 { margin: 0; font-size: clamp(72px, 7.4vw, 128px); font-weight: 400; letter-spacing: -.035em; white-space: nowrap; }
.wdr-hero__content > p { margin: 15px 0 61px; font-size: clamp(28px, 2.35vw, 40px); font-style: italic; }
.wdr-hero__actions { display: flex; gap: 17px; flex-wrap: wrap; }
.wdr-hero__marks { position: absolute; right: 8%; top: 14%; width: 185px; height: 138px; opacity: .95; }
.wdr-hero__marks i { position: absolute; display: block; width: 72px; height: 2px; background: #e5362e; transform-origin: left center; }
.wdr-hero__marks i:nth-child(1) { top: 64px; left: 52px; transform: rotate(-82deg); }
.wdr-hero__marks i:nth-child(2) { top: 69px; left: 58px; transform: rotate(-43deg); }
.wdr-hero__marks i:nth-child(3) { top: 72px; left: 58px; transform: rotate(-3deg); }
.wdr-hero__marks i:nth-child(4) { top: 75px; left: 58px; transform: rotate(35deg); }
.wdr-hero__marks i:nth-child(5) { top: 80px; left: 53px; transform: rotate(76deg); }
.wdr-side-social { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); display: grid; gap: 16px; font: 600 14px/1 var(--font-ui); }
.wdr-side-social a { width: 28px; height: 28px; border: 1px solid currentColor; display: grid; place-items: center; border-radius: 50%; }
.wdr-quote { min-height: 490px; display: grid; place-items: center; padding: 80px var(--page-gutter); }
.wdr-quote blockquote { max-width: 950px; margin: 0; text-align: center; font-size: clamp(35px, 3.3vw, 57px); font-style: italic; line-height: 1.25; }
.wdr-quote cite { display: block; margin-top: 35px; font: 400 17px/1.4 var(--font-ui); font-style: normal; }

/* Exhibitions */
.wdr-exhibitions-featured { padding: 125px 0 150px; background: #f1f1f1; }
.wdr-exhibitions-zigzag { display: grid; grid-template-columns: 1fr 1fr; gap: 82px 9%; align-items: start; }
.wdr-exhibition-teaser { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(170px, .8fr); gap: 30px; align-items: end; }
.wdr-exhibition-teaser--1, .wdr-exhibition-teaser--3 { margin-top: 160px; }
.wdr-exhibition-teaser__image { overflow: hidden; background: #ddd; aspect-ratio: 1 / 1.08; }
.wdr-exhibition-teaser__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.wdr-exhibition-teaser:hover img { transform: scale(1.025); }
.wdr-exhibition-teaser__copy { padding-bottom: 22px; }
.wdr-exhibition-teaser h3 { margin: 0 0 14px; font-size: clamp(25px, 2vw, 35px); font-weight: 500; }
.wdr-exhibition-teaser p { margin: 0; font-size: 17px; line-height: 1.5; }

/* Artwork banner */
.wdr-art-banner { position: relative; background: #111; min-height: 500px; display: grid; place-items: center; overflow: hidden; }
.wdr-art-banner__grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.wdr-art-banner__grid::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.32); }
.wdr-art-banner__grid img { width: 100%; height: 100%; object-fit: cover; }
.wdr-art-banner > a { position: relative; z-index: 2; color: #fff; border-bottom: 2px solid #fff; padding: 0 7px 11px; font: 500 clamp(30px, 3.1vw, 54px)/1 var(--font-heading); letter-spacing: .02em; }

/* Products */
.wdr-products-block { padding: 130px 0 155px; }
.wdr-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px 40px; }
.wdr-product-card__image { position: relative; display: block; aspect-ratio: 1 / 1.18; overflow: hidden; background: #ededed; }
.wdr-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.wdr-product-card:hover .wdr-product-card__image img { transform: scale(1.025); }
.wdr-product-card__image > span { position: absolute; left: 17px; top: 17px; padding: 9px 12px; background: #fff; font: 600 12px/1 var(--font-ui); letter-spacing: .07em; }
.wdr-product-card__meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-top: 18px; }
.wdr-product-card h3 { margin: 0 0 5px; font-size: 25px; font-weight: 500; }
.wdr-product-card p { margin: 0; font-size: 16px; color: #555; }
.wdr-product-card strong { white-space: nowrap; font: 500 19px/1.4 var(--font-ui); }

/* About */
.wdr-about, .wdr-work, .wdr-archive-page, .wdr-texts-page, .wdr-contact-page, .wdr-catalog-page, .wdr-legal-page { padding: 90px 0 145px; }
.wdr-about__intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .72fr); align-items: start; gap: 8%; }
.wdr-about__intro h1, .wdr-work > .wdr-container > h1 { max-width: 950px; margin: 0; font-family: var(--font-body); font-size: clamp(43px, 4.45vw, 77px); font-weight: 400; line-height: 1.13; }
.wdr-about__intro img { width: 100%; height: auto; max-height: 730px; object-fit: cover; }
.wdr-about__body { max-width: 975px; margin: -110px 0 0 6.5%; padding: 95px 90px; position: relative; background: #fff; font-size: 22px; line-height: 1.55; }
.wdr-about__body p { margin: 0 0 28px; }

/* Work */
.wdr-work__lead { max-width: 1050px; margin: 42px 0 75px; font-size: 23px; line-height: 1.5; }
.wdr-work__filters { position: sticky; top: var(--header-height); z-index: 5; display: flex; flex-wrap: wrap; gap: 18px 35px; padding: 24px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 400 16px/1 var(--font-ui); }
.wdr-work__filters a:hover { text-decoration: underline; }
.wdr-work__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px 7%; padding-top: 90px; }
.wdr-work__grid article:nth-child(even) { margin-top: 165px; }
.wdr-work__grid img { width: 100%; aspect-ratio: 1 / 1.14; object-fit: cover; }
.wdr-work__grid h2 { margin: 20px 0 0; font-size: 35px; font-weight: 500; }

/* Archives and texts */
.wdr-archive-page > .wdr-container > h1 { font-family: var(--font-body); font-size: clamp(55px, 6vw, 104px); font-weight: 400; margin-bottom: 85px; }
.wdr-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 75px 42px; }
.wdr-archive-grid article > a { display: block; aspect-ratio: .85; overflow: hidden; background: #eee; }
.wdr-archive-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.wdr-archive-grid article:hover img { transform: scale(1.025); }
.wdr-archive-grid h2 { margin: 20px 0 8px; font-size: 30px; font-weight: 500; }
.wdr-archive-grid p { margin: 0; font-size: 17px; }
.wdr-masonry { columns: 3; column-gap: 42px; }
.wdr-text-card { break-inside: avoid; margin: 0 0 74px; }
.wdr-text-card > a { display: block; margin-bottom: 18px; overflow: hidden; }
.wdr-text-card img { width: 100%; transition: transform .4s; }
.wdr-text-card:hover img { transform: scale(1.02); }
.wdr-text-card h2 { margin: 0 0 10px; font-size: 31px; font-weight: 500; }
.wdr-text-card time { display: block; margin-bottom: 12px; font: 600 12px/1 var(--font-ui); letter-spacing: .1em; }
.wdr-text-card p { margin: 0; font-size: 17px; }

/* Contact */
.wdr-contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; align-items: start; }
.wdr-contact-info h1 { font-size: clamp(54px, 5.2vw, 90px); font-weight: 500; margin-bottom: 42px; }
.wdr-contact-info > p { max-width: 525px; margin: 0 0 20px; }
.wdr-contact-image { margin: 55px 0; aspect-ratio: 1.4; overflow: hidden; }
.wdr-contact-image img { width: 100%; height: 100%; object-fit: cover; }
.wdr-contact-info dl { display: grid; grid-template-columns: 150px 1fr; gap: 16px 25px; font-size: 18px; }
.wdr-contact-info dt { font: 600 13px/1.4 var(--font-ui); letter-spacing: .07em; }
.wdr-contact-info dd { margin: 0; }
.wdr-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 31px 30px; padding-top: 12px; }
.wdr-field { display: grid; gap: 9px; }
.wdr-field--wide, .wdr-notice { grid-column: 1 / -1; }
.wdr-field > span { font: 400 15px/1.2 var(--font-ui); }
.wdr-field input, .wdr-field select, .wdr-field textarea { width: 100%; min-height: 55px; border: 1px solid #b8b8b8; border-radius: 0; background: #fff; padding: 14px 16px; outline: none; font: 400 16px/1.4 var(--font-ui); }
.wdr-field input:focus, .wdr-field select:focus, .wdr-field textarea:focus { border-color: var(--brand-primary); }
.wdr-field textarea { min-height: 170px; resize: vertical; }
.wdr-check { display: flex; gap: 12px; align-items: flex-start; font: 400 14px/1.4 var(--font-ui); }
.wdr-check input { margin-top: 3px; }
.wdr-form-submit { display: flex; justify-content: flex-end; }
.wdr-notice { padding: 16px 18px; font: 400 15px/1.4 var(--font-ui); border: 1px solid; }
.wdr-notice--success { border-color: #528d48; background: #eff8ec; }
.wdr-notice--error { border-color: #b74a4a; background: #fff0f0; }

/* Catalog */
.wdr-catalog-filters { display: flex; flex-wrap: wrap; gap: 14px 32px; padding-bottom: 28px; margin-bottom: 65px; border-bottom: 1px solid var(--line); }
.wdr-catalog-filters button { border: 0; border-bottom: 1px solid transparent; background: none; padding: 0 0 7px; cursor: pointer; font: 400 16px/1 var(--font-ui); }
.wdr-catalog-filters button.is-active { border-color: currentColor; }
[data-product-category][hidden] { display: none !important; }

/* Single content */
.wdr-single-main, .wdr-default-main { padding: 90px 0 140px; }
.wdr-single__inner { max-width: 1120px; }
.wdr-single h1, .wdr-entry h1 { font-family: var(--font-body); font-size: clamp(51px, 5.6vw, 96px); font-weight: 400; margin-bottom: 65px; }
.wdr-single__image { margin-bottom: 65px; }
.wdr-richtext { font-size: 21px; line-height: 1.62; }
.wdr-richtext > * { max-width: 900px; }
.wdr-richtext h2, .wdr-richtext h3 { margin: 2em 0 .7em; }
.wdr-richtext h2 { font-size: 41px; }
.wdr-richtext h3 { font-family: var(--font-body); font-size: 29px; }
.wdr-richtext a { text-decoration: underline; }
.wdr-richtext img, .wdr-richtext .alignwide { max-width: 100%; }
.wdr-legal-page h1 { font-family: var(--font-body); font-size: clamp(50px, 5vw, 86px); font-weight: 400; }
.wdr-empty-state { min-height: 55vh; display: grid; place-items: center; align-content: center; text-align: center; }
.wdr-empty-state > span { font: 300 120px/1 var(--font-heading); color: #ccc; }
.wdr-empty-state h1 { font-size: 55px; }

/* Footer */
.floating-whatsapp { position: fixed; right: 26px; bottom: 28px; z-index: 900; width: 57px; height: 57px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 7px 26px rgba(0,0,0,.2); }
.floating-whatsapp svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.site-footer { background: #181816; color: #fff; }
.site-footer__main { min-height: 245px; display: grid; grid-template-columns: 1.15fr .9fr 1fr .8fr; align-items: center; gap: 50px; padding: 42px var(--page-gutter); }
.footer-brand img { width: 188px; filter: invert(1); }
.footer-contact, .footer-legal { display: grid; gap: 10px; font-size: 16px; }
.footer-contact strong { font: 500 25px/1.2 var(--font-ui); }
.footer-social { justify-self: end; display: grid; gap: 12px; font: 400 15px/1 var(--font-ui); }
.footer-social a { width: 70px; height: 70px; overflow: hidden; }
.footer-social img { width: 100%; height: 100%; object-fit: cover; }
.site-footer__bottom { min-height: 59px; padding: 17px var(--page-gutter); border-top: 1px solid rgba(255,255,255,.19); display: flex; justify-content: space-between; gap: 25px; align-items: center; font: 300 13px/1.4 var(--font-ui); color: rgba(255,255,255,.7); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb, .wdr-breadcrumb { margin: 0 0 55px; color: #777; font: 400 14px/1.4 var(--font-ui); }
.wdr-breadcrumb-separator { margin: 0 10px; }
.wdr-wc-archive { padding: 75px 0 135px; }
.wdr-shop-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.wdr-shop-heading h1 { margin: 0; font-family: var(--font-body); font-size: clamp(55px, 6vw, 104px); font-weight: 400; }
.wdr-shop-tools select { min-height: 43px; border: 0; border-bottom: 1px solid var(--brand-primary); background: transparent; font: 400 15px/1 var(--font-ui); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px 40px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; padding: 0; }
.woocommerce nav.woocommerce-pagination { margin-top: 75px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 5px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0; font: 400 15px/1 var(--font-ui); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--brand-primary); color: #fff; }
.wdr-shop-shell { padding: 75px 0 135px; }
.wdr-single-product { padding-bottom: 140px; }
.wdr-single-product__layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .72fr); gap: 7%; align-items: start; }
.wdr-product-gallery__main { position: relative; min-height: 680px; background: #efefef; }
.wdr-product-gallery__slide { display: none; width: 100%; height: 100%; min-height: 680px; }
.wdr-product-gallery__slide.is-active { display: block; }
.wdr-product-gallery__slide img { width: 100%; height: 100%; min-height: 680px; object-fit: contain; }
.wdr-product-gallery__thumbs { display: flex; gap: 15px; margin-top: 15px; overflow-x: auto; }
.wdr-product-gallery__thumbs button { flex: 0 0 92px; height: 92px; padding: 0; border: 1px solid transparent; background: #eee; cursor: pointer; }
.wdr-product-gallery__thumbs button.is-active { border-color: var(--brand-primary); }
.wdr-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.wdr-product-summary { position: sticky; top: calc(var(--header-height) + 35px); }
.wdr-product-kicker { margin: 0 0 24px; font: 600 13px/1 var(--font-ui); letter-spacing: .12em; }
.wdr-product-summary h1 { margin: 0 0 17px; font-family: var(--font-body); font-size: clamp(45px, 4vw, 69px); font-weight: 400; line-height: 1.07; }
.wdr-product-subtitle { margin: 0 0 25px; font-style: italic; font-size: 23px; }
.wdr-product-price { margin-bottom: 30px; font: 500 28px/1.2 var(--font-ui); }
.wdr-product-description { margin-bottom: 33px; font-size: 19px; }
.wdr-product-details { margin: 0 0 35px; border-top: 1px solid var(--line); }
.wdr-product-details > div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.wdr-product-details dt { font: 600 13px/1.4 var(--font-ui); text-transform: uppercase; letter-spacing: .04em; }
.wdr-product-details dd { margin: 0; font-size: 17px; }
.wdr-product-purchase .cart { display: flex; gap: 12px; margin: 0 0 28px !important; }
.woocommerce .quantity .qty { min-height: 53px; width: 75px; border: 1px solid var(--brand-primary); }
.woocommerce div.product form.cart .button { flex: 1; background: var(--brand-primary); color: #fff; }
.woocommerce div.product form.cart .button:hover { background: #3b3b37; }
.wdr-product-support { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; font: 400 12px/1.25 var(--font-ui); }
.wdr-product-support span { padding: 12px 6px; text-align: center; border: 1px solid var(--line); }
.wdr-product-long-copy { max-width: 950px; margin: 110px auto; }
.woocommerce div.product .related.products { margin-top: 110px; }
.woocommerce div.product .related.products > h2 { font-size: 48px; margin-bottom: 50px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--brand-primary); background: #f3f3f3; font-family: var(--font-ui); font-size: 15px; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--brand-primary); }
.woocommerce table.shop_table { border-radius: 0; font-family: var(--font-ui); font-size: 15px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 50px; border: 1px solid #aaa; border-radius: 0; padding: 10px 13px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: 0; }

@media (max-width: 1280px) {
  .site-header__inner { grid-template-columns: 100px 1fr 90px; gap: 18px; padding-inline: 28px; }
  .primary-navigation ul { gap: 19px; }
  .primary-navigation a { font-size: 16px; }
  .wdr-hero__content { padding-inline: 6vw; }
  .wdr-hero__content h1 { white-space: normal; }
  .site-footer__main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-social { display: none; }
}

@media (max-width: 1024px) {
  :root { --header-height: 88px; --page-gutter: 42px; }
  .admin-bar .site-header { top: 32px; }
  .site-header__inner { grid-template-columns: 70px 1fr 82px; }
  .site-brand, .site-brand img, .site-brand .custom-logo { width: 70px; height: 70px; }
  .menu-toggle { display: block; justify-self: center; }
  .primary-navigation { position: fixed; inset: var(--header-height) 0 0; background: #fff; padding: 55px var(--page-gutter); transform: translateY(-110%); opacity: 0; visibility: hidden; transition: .3s ease; overflow-y: auto; }
  .admin-bar .primary-navigation { top: calc(var(--header-height) + 32px); }
  body.menu-open .primary-navigation { transform: none; opacity: 1; visibility: visible; }
  .primary-navigation ul { display: grid; gap: 22px; justify-items: center; }
  .primary-navigation a { font-family: var(--font-heading); font-size: 38px; }
  body.menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .wdr-hero { grid-template-columns: 1fr; }
  .wdr-hero__image { height: 66vw; min-height: 500px; }
  .wdr-hero__content { min-height: 500px; padding: 75px var(--page-gutter); }
  .wdr-side-social { display: none; }
  .wdr-exhibitions-zigzag { gap: 55px 5%; }
  .wdr-exhibition-teaser { grid-template-columns: 1fr; }
  .wdr-exhibition-teaser--1, .wdr-exhibition-teaser--3 { margin-top: 90px; }
  .wdr-product-grid, .woocommerce ul.products, .wdr-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .wdr-about__body { margin-top: -50px; padding: 65px 55px; }
  .wdr-contact-layout { grid-template-columns: 1fr; gap: 75px; }
  .wdr-masonry { columns: 2; }
  .wdr-single-product__layout { grid-template-columns: 1fr; gap: 65px; }
  .wdr-product-summary { position: static; }
  .site-footer__main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-navigation { top: calc(var(--header-height) + 46px); }
}

@media (max-width: 700px) {
  :root { --page-gutter: 22px; --header-height: 78px; }
  body { font-size: 18px; }
  .site-header__inner { padding-inline: 16px; grid-template-columns: 62px 1fr 74px; gap: 8px; }
  .site-brand, .site-brand img, .site-brand .custom-logo { width: 62px; height: 62px; }
  .header-actions { gap: 13px; }
  .header-actions a { width: 25px; height: 25px; }
  .menu-toggle { width: 36px; }
  .wdr-eyebrow { margin-bottom: 38px; }
  .wdr-section-heading { margin-bottom: 45px; }
  .wdr-hero__image { min-height: 410px; height: 105vw; }
  .wdr-hero__content { min-height: 460px; padding-block: 67px; }
  .wdr-hero__content h1 { font-size: 62px; }
  .wdr-hero__content > p { margin-bottom: 42px; }
  .wdr-hero__actions { display: grid; }
  .wdr-hero__marks { width: 120px; right: 4%; top: 7%; transform: scale(.75); }
  .wdr-quote { min-height: 380px; }
  .wdr-exhibitions-featured, .wdr-products-block, .wdr-about, .wdr-work, .wdr-archive-page, .wdr-texts-page, .wdr-contact-page, .wdr-catalog-page, .wdr-legal-page { padding-block: 80px; }
  .wdr-exhibitions-zigzag { grid-template-columns: 1fr; gap: 55px; }
  .wdr-exhibition-teaser--1, .wdr-exhibition-teaser--3 { margin-top: 0; }
  .wdr-art-banner { min-height: 410px; }
  .wdr-art-banner__grid { grid-template-columns: 1fr 1fr; }
  .wdr-product-grid, .woocommerce ul.products, .wdr-archive-grid { grid-template-columns: 1fr; gap: 48px; }
  .wdr-about__intro { grid-template-columns: 1fr; gap: 45px; }
  .wdr-about__intro h1, .wdr-work > .wdr-container > h1 { font-size: 42px; }
  .wdr-about__body { margin: 0; padding: 45px 0 0; font-size: 19px; }
  .wdr-work__filters { overflow-x: auto; flex-wrap: nowrap; top: var(--header-height); }
  .wdr-work__grid { grid-template-columns: 1fr; gap: 55px; padding-top: 60px; }
  .wdr-work__grid article:nth-child(even) { margin-top: 0; }
  .wdr-masonry { columns: 1; }
  .wdr-contact-form { grid-template-columns: 1fr; }
  .wdr-field--wide { grid-column: auto; }
  .wdr-contact-info dl { grid-template-columns: 110px 1fr; }
  .wdr-shop-heading { display: block; }
  .wdr-shop-tools { margin-top: 25px; }
  .wdr-product-gallery__main, .wdr-product-gallery__slide, .wdr-product-gallery__slide img { min-height: 390px; }
  .wdr-product-support { grid-template-columns: 1fr; }
  .wdr-product-purchase .cart { flex-wrap: wrap; }
  .wdr-product-purchase .cart .button { flex-basis: calc(100% - 87px); }
  .site-footer__main { grid-template-columns: 1fr; align-items: start; gap: 38px; padding-block: 60px; }
  .footer-brand img { width: 150px; }
  .site-footer__bottom { display: grid; justify-content: start; }
  .floating-whatsapp { width: 50px; height: 50px; right: 16px; bottom: 18px; }
}
