/*
Theme Name: Millbrook
Theme URI: http://localhost/millbrook/
Author: Agência Frog
Description: Custom responsive theme for Millbrook Handmade Beds.
Version: 1.0.23
Text Domain: millbrook
*/

@font-face {
	font-family: 'Liberation Sans';
	src: url('assets/fonts/LiberationSans-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Liberation Sans';
	src: url('assets/fonts/LiberationSans-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Liberation Sans';
	src: url('assets/fonts/LiberationSans-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Liberation Sans';
	src: url('assets/fonts/LiberationSans-BoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

:root {
	--mb-gold: #B7995E;
	--mb-gold-light: #dec787;
	--mb-dark: #171814;
	--mb-cream: #f8f6f1;
	--mb-text: #242420;
	--mb-hover: #E0CE9A;
	--font-liberation: 'Liberation Sans', Arial, sans-serif;
}

/* Single product */
.single-product-intro { margin: 0 auto; max-width: 850px; padding: 90px 30px 45px; text-align: center; }
.single-product-intro h1 { font-family: var(--font-liberation); color: var(--mb-gold); font-size: 46px; font-weight: 600; margin: 0; text-transform: uppercase; }
.single-product-content { font-family: var(--font-liberation); color: #171717; font-size: 15px; line-height: 1.65; }
.single-product-content p:last-child { margin-bottom: 0; }
.single-product-information { display: grid; gap: 75px; grid-template-columns: minmax(0,1.15fr) minmax(330px,1fr); margin: 0 auto; max-width: 1180px; padding: 0 28px 90px; }
.single-product-main-image { background: #f5f3ee; }
.single-product-main-image img { aspect-ratio: 1.32; display: block; height: auto; object-fit: cover; width: 100%; border-top:10px solid #B7995E; }
.single-product-thumbs { display: flex; gap: 14px; margin-top: 12px; }
.single-product-thumb { background: #fff; border: 2px solid transparent; padding: 0; width: 78px; }
.single-product-thumb.is-active { border-color: var(--mb-gold); }
.single-product-thumb img { aspect-ratio: 1.32; display: block; object-fit: cover; width: 100%; }
.single-product-copy { padding-top: 4px; }
.product-attribute { margin-top: 25px; }
.product-attribute h2,.single-product-details h2 { color: #161616; font-size: 17px; font-style: italic; font-weight: 700; margin: 0 0 10px; }
.product-options { display: flex; flex-wrap: wrap; gap: 12px; }
.product-options span { border: 1px solid var(--mb-gold-light); display: inline-block; font-size: 12px; min-width: 88px; padding: 12px 18px; text-align: center; }
.single-product-store-button { margin-top: 26px; max-width: none; width: 100%; }
.single-product-details { font-family: var(--font-liberation); color: #161616; font-size: 13px; line-height: 1.55; padding-top: 55px; }
.single-product-details p { margin: 0; }
.single-product-details ul { padding-left: 18px; }
.related-products { margin: 0 auto; max-width: 1250px; padding: 65px 28px 185px; text-align: center; }
.related-products h2 { color: var(--mb-gold); font-size: 24px; font-weight: 600; margin: 0 0 32px; text-transform: uppercase; }
.related-products-grid { font-family: var(--font-liberation); display: grid; gap: 82px; grid-template-columns: repeat(3,1fr); text-align: left; }
.related-product-card img { aspect-ratio: 1.1; object-fit: cover; width: 100%; }
.related-product-card h3 { color: var(--mb-gold); font-size: 22px; font-weight: 600; margin: 25px 8px 25px; text-transform: uppercase; }
.related-product-card p { color: #171717; font-size: 15px; line-height: 1.6; margin: 0 8px; }
.related-controls { display: none; }
.related-archive-button { margin: 65px auto 0; max-width: 355px; }
.related-archive-button span { float: right; font-size: 22px; line-height: .7; }

@media (max-width: 767px) {
	.single-product-intro { padding: 65px 22px 35px; }
	.single-product-intro h1 { font-size: 30px; }
	.single-product-content { font-size: 12px; line-height: 1.6; }
	.single-product-information { display: block; padding: 0 14px 70px; }
	.single-product-copy { padding: 35px 5px 0; }
	.single-product-details { font-size: 11px; line-height: 1.55; padding-top: 45px; }
	.single-product-thumb { width: 68px; }
	.related-products { overflow: hidden; padding: 30px 14px 130px; }
	.related-products h2 { font-size: 20px; margin-bottom: 28px; }
	.related-products-viewport { overflow: hidden; }
	.related-products-grid { display: flex; gap: 0; transition: transform .45s ease; }
	.related-product-card { flex: 0 0 100%; padding: 0; }
	.related-product-card img { aspect-ratio: 1.3; }
	.related-product-card h3 { font-size: 20px; margin: 18px 15px; }
	.related-product-card p { font-size: 12px; line-height: 1.55; margin: 0 15px; min-height: 112px; }
	.related-controls { display: flex; gap: 16px; justify-content: center; margin: 25px 0 0; }
	.related-controls button { background: #e2ca8e; border: 0; color: #6d6657; font-size: 24px; height: 47px; width: 47px; }
	.related-archive-button { margin-top: 38px; width: calc(100% - 30px); }
}

/* Products archive */
.products-hero { color: #fff; min-height: 830px; overflow: hidden; position: relative; }
.products-hero picture, .products-hero picture img { height: 100%; inset: 0; position: absolute; width: 100%; }
.products-hero picture img { object-fit: cover; }
.products-hero::after { background: rgba(0,0,0,.42); content: ''; inset: 0; position: absolute; }
.products-hero-copy { left: 50%; max-width: 820px; position: absolute; text-align: center; top: 50%; transform: translate(-50%,-45%); width: calc(100% - 44px); z-index: 1; }
.products-hero-copy h1 { font-size: 39px; font-weight: 600; line-height: 1.18; margin: 0 0 46px; }
.products-hero-copy h1 strong { color: var(--mb-gold-light); display: block; font-size: 1em; }
.products-hero-copy p { font-size: 13px; line-height: 1.65; margin: 0 auto 25px; }
.products-showcase-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 465px; }
.products-showcase-image { display: block; min-height: 465px; overflow: hidden; }
.products-showcase-image img { height: 100%; object-fit: cover; width: 100%; }
.products-showcase-copy { align-items: center; display: flex; padding: 70px 15%; }
.products-showcase-copy h2 { color: var(--mb-gold); font-size: 23px; font-weight: 600; margin: 0 0 22px; text-transform: uppercase; }
.products-showcase-copy p { color: #1e1e1e; font-size: 13px; line-height: 1.6; margin: 0 0 27px; }
.products-showcase-copy .gold-button { min-width: 230px; }
.products-showcase-copy .gold-button span { float: right; font-size: 22px; line-height: .7; }
.products-showcase-row:nth-child(even) .products-showcase-image { order: 2; }
.products-showcase-row:nth-child(even) .products-showcase-copy { order: 1; }

@media (max-width: 767px) {
	.products-hero { min-height: 650px; }
	.products-hero-copy { top: 51%; transform: translate(-50%,-45%); width: calc(100% - 42px); }
	.products-hero-copy h1 { font-size: 25px; margin-bottom: 35px; }
	.products-hero-copy p { font-size: 10px; line-height: 1.6; margin-bottom: 20px; }
	.products-showcase-row { display: flex; flex-direction: column; min-height: 0; }
	.products-showcase-row .products-showcase-image { min-height: 0; order: 1 !important; }
	.products-showcase-image img { aspect-ratio: 1.52; display: block; object-fit: cover; }
	.products-showcase-row .products-showcase-copy { min-height: 315px; order: 2 !important; padding: 55px 42px; }
	.products-showcase-copy h2 { font-size: 20px; margin-bottom: 22px; }
	.products-showcase-copy p { font-size: 12px; margin-bottom: 28px; }
	.products-showcase-copy .gold-button { max-width: 230px; min-width: 0; width: 100%; }
}

html { scroll-behavior: smooth; }
body { color: var(--mb-text); font-family: "Poppins", Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { height: auto; max-width: 100%; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }

.site-header {
	background: #fff;
	position: relative;
	z-index: 100;
}
.header-inner { align-items: center; display: flex; flex-direction: column; min-height: 160px; justify-content: center; }
.brand { color: var(--mb-gold); display: inline-flex; flex-direction: column; line-height: 1; text-align: center; }
.brand-main { font-family: Georgia, serif; font-size: 30px; font-weight: 700; letter-spacing: .32em; margin-right: -.32em; }
.brand-sub { font-size: 9px; font-weight: 600; letter-spacing: .36em; margin-right: -.36em; margin-top: 8px; }
.desktop-nav { margin-top: 34px; }
.desktop-nav ul { display: flex; gap: 48px; list-style: none; margin: 0; padding: 0; }
.desktop-nav a { border-bottom: 4px solid transparent; display: block; font-size: 16px; padding: 0 5px 12px; }
.desktop-nav .current-menu-item > a,
.desktop-nav .current-menu-parent > a,
.desktop-nav .current-menu-ancestor > a,
.desktop-nav .current_page_item > a,
.desktop-nav .current_page_parent > a,
.desktop-nav .current_page_ancestor > a,
.desktop-nav a[aria-current="page"] {
	border-color: var(--mb-hover);
	font-weight: 700;
}
.desktop-nav a:hover { border-color: var(--mb-hover); }
.mobile-toggle { background: none; border: 0; color: #333; display: none; font-size: 23px; padding: 10px; }
.mobile-panel { background: var(--mb-gold); color: #fff; inset: 0; opacity: 0; padding: 32px; pointer-events: none; position: fixed; transform: translateX(100%); transition: .3s ease; z-index: 999; }
.mobile-panel.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
.mobile-panel-head { align-items: flex-start; display: flex; justify-content: space-between; }
	.mobile-panel .brand { color: #fff; }
.mobile-close { background: none; border: 0; color: #fff; font-size: 36px; font-weight: 200; line-height: 1; }
.mobile-nav { margin-top: 95px; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav a { display: block; font-size: 28px; padding: 13px 0; }
.mobile-nav .current-menu-item > a,
.mobile-nav .current-menu-parent > a,
.mobile-nav .current-menu-ancestor > a,
.mobile-nav .current_page_item > a,
.mobile-nav .current_page_parent > a,
.mobile-nav .current_page_ancestor > a,
.mobile-nav a[aria-current="page"] {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}
.mobile-social { display: flex; gap: 27px; margin-top: 115px; }
.mobile-social a { display: block; height: 42px; width: 42px; }
.mobile-social img { display: block; height: 100%; object-fit: contain; width: 100%; }

.hero { background: #333; height: min(74vw, 1075px); min-height: 560px; overflow: hidden; position: relative; }
.hero-media { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-media img,.hero-video { height: 100%; object-fit: cover; width: 100%; }
.hero-picture { display: block; }
.hero-video { display: block; z-index: 1; }
.hero-video-mobile { display: none; }
.hero::after { background: rgba(0,0,0,.28); content: ""; inset: 0; position: absolute; }
.hero-fallback { background-image: url('../../../referencias/Home-desktop.png'); background-position: center -160px; background-size: 100vw auto; }

.about { background: linear-gradient(135deg,#171814,#1d1c16); color: #fff; padding: 118px 0 225px; }
.about h1 { font-size: clamp(38px,4vw,58px); font-weight: 800; line-height: .98; margin: 0 0 45px; text-transform: uppercase; }
.about h1 span { color: #c2a45e; display: block; }
.about p { font-size: 14px; line-height: 1.75; max-width: 610px; }
.about .lead-out { color: #d6c17f; font-style: italic; font-weight: 700; margin-top: 42px; }
.about-image { aspect-ratio: 1.54; background-color: #2a2924; background-repeat: no-repeat; background-size: cover; margin-left: auto; }
.about-image.reference { background-image: url('../../../referencias/luxo_artesanal.png'); }
.gold-button { align-items: center; background: var(--mb-gold-light); border: 0; color: #2b2a25; display: inline-flex; font-size: 12px; font-weight: 700; justify-content: center; min-height: 48px; padding: 12px 30px; }
.gold-button i { margin-left: 35px; }
.about .gold-button { margin: 35px 0 0 auto; max-width: 435px; width: 100%; }

.products-section { background: linear-gradient(to bottom, transparent 0, transparent 120px, #fff 120px, #fff 100%); margin-top: -120px; padding-bottom: 145px; position: relative; z-index: 2; }
.product-card { height: 100%; padding-top: 10px; }
.product-image { aspect-ratio: 1 / 1; background: #eee center/cover no-repeat; border-top: 6px solid var(--mb-gold); margin-bottom: 25px; overflow: hidden; }
.product-image img { height: 100%; object-fit: cover; width: 100%; }
.fallback-product { background-image: url('../../../referencias/Home-desktop.png'); background-size: 1568px auto; }
.fallback-product-1 { background-position: -104px -2090px; }
.fallback-product-2 { background-position: -587px -2090px; }
.fallback-product-3 { background-position: -1067px -2090px; }
.product-card h2 { color: #ae8c4c; font-size: 22px; font-weight: 700; text-transform: uppercase; }
.product-card p { font-size: 14px; line-height: 1.55; }
.products-cta { margin-top: 55px; text-align: center; }

.news-section { padding: 0 0 170px; }
.section-title { color: #b09052; font-size: 22px; font-weight: 700; margin-bottom: 38px; text-align: center; text-transform: uppercase; }
.news-card-image { aspect-ratio: 1.88; background: #ddd center/cover; margin-bottom: 18px; overflow: hidden; }
.news-card-image img { height: 100%; object-fit: cover; width: 100%; }
.fallback-news { background-image: url('../../../referencias/Home-desktop.png'); background-size: 1568px auto; }
.fallback-news-1 { background-position: -104px -2890px; }
.fallback-news-2 { background-position: -587px -2890px; }
.fallback-news-3 { background-position: -1067px -2890px; }
.news-card .category { background: #f0ead7; color: #a7894e; display: inline-block; font-size: 10px; padding: 4px 12px; }
.news-card h3 { font-size: 22px; font-weight: 700; line-height: 1.08; margin: 13px 0 25px; }
.news-card time { color: #aaa; font-size: 11px; }
.news-cta { margin-top: 50px; text-align: center; }

.legacy { align-items: center; background: linear-gradient(rgba(0,0,0,.38),rgba(0,0,0,.38)), url('../../../referencias/legacy.jpg') center 89%/1440px auto no-repeat; color: #fff; display: flex; height: 630px; justify-content: center; text-align: center; background-size:cover; }
.legacy p { font-size: 24px; margin: 0; }
.legacy strong { display: block; font-size: 40px; }
.legacy p { opacity: 1; }

.site-footer { background: #8E774D; color: #fff; padding: 78px 0 40px; }
.site-footer ul { list-style: none; margin-left: 0; padding-left: 0; }
.footer-menu ul {
	display: grid;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
	margin: 0;
	padding: 0;
}
.footer-menu li { margin-bottom: 17px; }
.footer-menu a { font-size: 16px; }
.footer-menu .current-menu-item > a,
.footer-menu .current-menu-parent > a,
.footer-menu .current-menu-ancestor > a,
.footer-menu .current_page_item > a,
.footer-menu .current_page_parent > a,
.footer-menu .current_page_ancestor > a,
.footer-menu a[aria-current="page"] {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.social-links { display: flex; gap: 34px; }
.social-links a { display: block; height: 42px; width: 42px; }
.social-links img { display: block; height: 100%; object-fit: contain; width: 100%; }
.footer-center { margin-top: 110px; text-align: center; }
.footer-bed { margin: 0 auto 40px; width: 140px; }
.footer-bed img { display: block; height: auto; width: 100%; }
.footer-brand .brand { color: #fff; }
.copyright { display: flex; font-family: "Host Grotesk", Arial, Helvetica, sans-serif; font-size: 14px; justify-content: center; margin-top: 60px; }
.copyright a { color: inherit; font-weight: 600; }
.copyright a:hover { text-decoration: underline; }
.copyright span + span { margin-left: 70px; }

.archive-hero { background: var(--mb-dark); color: #fff; padding: 80px 0; text-align: center; }
.archive-grid { padding: 90px 0; }
.pagination { justify-content: center; margin-top: 50px; }

.journey-hero {
	align-items: flex-start;
	background: #25231f url('../../../referencias/a-millbrook.png') center/cover no-repeat;
	color: #fff;
	display: flex;
	height: min(106.5vw, 1535px);
	justify-content: center;
	min-height: 1050px;
	padding: clamp(210px, 23vw, 335px) 24px 0;
	position: relative;
	text-align: center;
}
.journey-hero::before {
	background: linear-gradient(180deg, rgba(16,15,13,.08), rgba(16,15,13,.15));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.journey-content { max-width: 850px; position: relative; z-index: 1; }
.journey-content h1 { font-size: clamp(42px, 4.2vw, 62px); font-weight: 700; line-height: 1.14; margin: 0 0 54px; text-transform: uppercase; }
.journey-content h1 span,
.journey-content h1 strong { display: block; }
.journey-content h1 strong { color: #c29d52; font-size: 1.42em; }
.journey-content p { font-size: 13.5px; line-height: 1.75; margin: 0 auto 27px; }
.journey-content .journey-highlight {
	color: #d7bd77;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	margin-top: 70px;
}
.journey-map { display: block; margin: 30px auto 0; max-width: 620px; width: 74%; }
.history-arrival { display: grid; grid-template-columns: 1fr 1fr; min-height: 625px; }
.history-craft-image {
	background: #32291f;
	min-height: 625px;
	overflow: hidden;
}
.history-craft-image img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.history-arrival-copy { align-items: center; background: #fff; display: flex; padding: 70px 12%; }
.history-arrival-copy p { font-size: 14px; line-height: 1.65; margin-bottom: 30px; }
.history-arrival-copy p:last-child { margin-bottom: 0; }
.british-art { align-items: center; aspect-ratio: 1440 / 632; background: #102859 url('../../../referencias/big_ben.png') center/cover no-repeat; color: #fff; display: flex; justify-content: center; padding: 30px; text-align: center; }
.british-art p { font-family: var(--font-liberation); font-size: 24px; line-height: 1.12; margin: 0; }
.british-art strong { display: inline-block; font-size: 1.55em; font-weight: 700; }

.contact-page { background: #fff; padding: 80px 0 150px; }
.contact-shell { margin: 0 auto; max-width: 670px; padding: 0 20px; }
.contact-intro { left: 50%; max-width: 900px; position: relative; text-align: center; transform: translateX(-50%); width: 90vw; }
.contact-intro h1 { color: #b59555; font-size: 46px; font-weight: 600; margin: 0 0 42px; text-transform: uppercase; }
.contact-intro p { font-size: 14px; line-height: 1.7; margin: 0 auto; max-width: 760px; }
.millbrook-contact-form { margin-top: 80px; }
.contact-field { display: block; margin-bottom: 38px; }
.contact-field span { display: block; font-size: 14px; margin-bottom: 8px; }
.contact-field input,
.contact-field textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #222;
	border-radius: 0;
	display: block;
	font: inherit;
	outline: 0;
	padding: 4px 0 9px;
	width: 100%;
}
.contact-field input:focus,
.contact-field textarea:focus { border-color: var(--mb-gold); border-bottom-width: 2px; }
.contact-message textarea { height: 250px; resize: vertical; }
.contact-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 42px; }
.contact-recaptcha { min-height: 78px; width: 304px; }
.captcha-shield { color: #3974d3; font-size: 28px; margin-left: auto; }
.contact-submit { align-items: center; background: #dfc98e; border: 0; display: inline-flex; font-size: 13px; font-weight: 700; height: 48px; justify-content: space-between; padding: 0 28px; text-transform: uppercase; width: 162px; }
.contact-submit:disabled { cursor: wait; opacity: .65; }
.contact-notice { border-left: 4px solid; margin: 35px 0 -35px; padding: 12px 16px; }
.contact-ajax-response { margin-bottom: -35px; }
.contact-ajax-response[hidden] { display: none; }
.contact-success { border-color: #3a8d5d; background: #edf7f1; }
.contact-error { border-color: #b44; background: #fff1f1; }
.contact-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }

.rights-page { background: #fff; }
.rights-heading { padding: 80px 24px 55px; text-align: center; }
.rights-container { margin: 0 auto; max-width: 1180px; }
.rights-heading h1 { color: #b59555; font-size: 46px; font-weight: 600; margin: 0 0 30px; text-transform: uppercase; }
.rights-heading p { font-size: 14px; line-height: 1.7; margin: 0; }
.rights-content { padding: 35px 24px 150px; }
.rights-grid { display: grid; gap: clamp(65px, 9vw, 130px); grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.rights-copy h2, .rights-form-column h2 { color: #b59555; font-size: 27px; font-weight: 600; line-height: 1.25; margin: 0 0 32px; }
.rights-copy p, .rights-form-help { font-size: 14px; line-height: 1.75; margin: 0 0 24px; }
.millbrook-rights-form { display: grid; gap: 0 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 48px; }
.millbrook-rights-form .contact-field { margin-bottom: 34px; }
.millbrook-rights-form .contact-field select { background: transparent; border: 0; border-bottom: 1px solid #222; border-radius: 0; font: inherit; outline: 0; padding: 4px 0 9px; width: 100%; }
.millbrook-rights-form .contact-message, .millbrook-rights-form .rights-consent, .millbrook-rights-form .contact-actions { grid-column: 1 / -1; }
.rights-consent { align-items: flex-start; display: flex; font-size: 12px; gap: 12px; line-height: 1.5; margin-top: 2px; }
.rights-consent input { flex: 0 0 auto; margin-top: 3px; }

.news-archive-page { background: #fff; padding: 80px 0 160px; }
.news-archive-container { max-width: 1248px; }
.news-archive-title { color: #b59555; font-size: 48px; font-weight: 600; margin: 0 0 60px; text-align: center; text-transform: uppercase; }
.news-feature { height: 450px; margin-bottom: 110px; overflow: hidden; position: relative; }
.news-feature-link { display: block; height: 100%; position: relative; }
.news-feature-link::after { background: rgba(0,0,0,.33); content: ""; inset: 0; position: absolute; }
.news-feature-image { height: 100%; object-fit: cover; width: 100%; }
.news-feature-reference {
	background: url('../../../referencias/News-desktop.png') center -365px/1440px auto no-repeat;
}
.news-feature-reference .news-feature-copy { display: none; }
.news-feature-copy { bottom: 45px; color: #fff; left: 42px; max-width: 780px; position: absolute; z-index: 2; }
.news-category { background: #f1ead4; color: #9c824e; display: inline-block; font-size: 11px; margin-bottom: 14px; padding: 5px 13px; }
.news-feature-copy h2 { font-size: 34px; font-weight: 700; line-height: 1.18; margin: 0 0 28px; }
.news-feature-copy time { font-size: 12px; }
.news-archive-grid { display: grid; gap: 76px 82px; grid-template-columns: repeat(3,1fr); }
.news-archive-card.is-hidden { display: none; }
.news-archive-card:nth-child(n+10) { display: none; }
.news-archive-card.news-card-enter {
	display: block !important;
	opacity: 0;
	transform: translateY(24px);
}
.news-archive-card.news-card-enter.news-card-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s ease, transform .5s ease;
}
.news-archive-image { aspect-ratio: 1.66; background: #e5e5e5 center/cover no-repeat; margin-bottom: 20px; overflow: hidden; }
.news-archive-image img { height: 100%; object-fit: cover; width: 100%; }
.news-grid-reference { background-image: url('../../../referencias/News-desktop.png'); background-position: -98px -927px; background-size: 1440px auto; }
.news-archive-card h2 { font-size: 22px; font-weight: 700; line-height: 1.12; margin: 0 0 27px; }
.news-archive-card time { color: #aaa; font-size: 11px; }
.news-load-more { margin-top: 70px; text-align: center; }
.news-load-more .gold-button { min-width: 265px; }
.news-load-more[hidden] { display: none; }
.news-load-more {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .35s ease, transform .35s ease;
}
.news-load-more.is-hiding {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
}
.news-empty { padding: 80px 0; text-align: center; }

.single-post-page { background: #fff; padding: 78px 0 980px; }
.single-news-container { margin: 0 auto; max-width: 1244px; padding: 0 20px; }
.single-news-label { color: #b59555; font-size: 48px; font-weight: 600; margin: 0 0 75px; text-align: center; text-transform: uppercase; }
.single-back { align-items: center; background: #dfc98e; display: inline-flex; font-size: 12px; font-weight: 600; gap: 6px; margin-bottom: 58px; min-height: 42px; padding: 8px 16px; }
.single-news-header { margin-bottom: 32px; max-width: 850px; }
.single-news-header .news-category { margin-bottom: 18px; }
.single-news-header h2 { font-size: 36px; font-weight: 700; line-height: 1.08; margin: 0 0 28px; }
.single-news-header time { color: #aaa; font-size: 11px; }
.single-news-feature { aspect-ratio: 2.55; background: #ddd center/cover no-repeat; margin-bottom: 38px; overflow: hidden; }
.single-news-feature img { height: 100%; object-fit: cover; width: 100%; }
.single-feature-reference {
	background-image: url('../../../referencias/News-detalhe-desktop.png');
	background-position: -98px -710px;
	background-size: 1440px auto;
}
.single-news-content { color: #56565b; font-size: 15px; line-height: 1.55; }
.single-news-content > * { margin-left: 0; margin-right: 0; max-width: none; }
.single-news-content p { margin-bottom: 22px; }
.single-news-content h2,
.single-news-content h3,
.single-news-content h4 { color: #26262b; font-size: 20px; font-weight: 700; margin: 34px 0 17px; }
.single-news-content blockquote,
.single-news-content .wp-block-quote {
	background: #f4f4f4;
	border: 0;
	border-radius: 8px;
	color: #4f4f54;
	font-size: 19px;
	font-style: italic;
	margin: 36px 0;
	padding: 28px 32px;
}
.single-news-content blockquote p:last-child { margin-bottom: 0; }
.single-news-content figure,
.single-news-content .wp-block-image { margin: 35px 0; width: 100%; }
.single-news-content figure img,
.single-news-content .wp-block-image img { display: block; height: auto; width: 100%; }

/* General editorial and legal pages */
.general-content-page { background: #fff; }
.general-content-container { margin: 0 auto; max-width: 980px; padding-left: 24px; padding-right: 24px; }
.general-content-header { border-bottom: 1px solid #e8e4dc; padding: 80px 0 58px; text-align: center; }
.general-content-header h1 { color: var(--mb-gold); font-size: 46px; font-weight: 600; line-height: 1.15; margin: 0; text-transform: uppercase; }
.general-content-intro { color: #56565b; font-size: 15px; line-height: 1.7; margin: 26px auto 0; max-width: 720px; }
.general-content-body { color: #3f3f42; font-size: 15px; line-height: 1.75; padding-bottom: 130px; padding-top: 64px; }
.general-content-body > :first-child { margin-top: 0; }
.general-content-body > :last-child { margin-bottom: 0; }
.general-content-body h2,
.general-content-body h3,
.general-content-body h4 { color: #252525; font-weight: 600; line-height: 1.3; }
.general-content-body h2 { color: var(--mb-gold); font-size: 27px; margin: 48px 0 20px; }
.general-content-body h3 { font-size: 20px; margin: 36px 0 16px; }
.general-content-body h4 { font-size: 17px; margin: 30px 0 14px; }
.general-content-body p { margin: 0 0 22px; }
.general-content-body ul,
.general-content-body ol { margin: 0 0 24px; padding-left: 24px; }
.general-content-body li { margin-bottom: 8px; padding-left: 4px; }
.general-content-body a { color: #8f7138; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.general-content-body a:hover,
.general-content-body a:focus { color: #5f4a24; }
.general-content-body blockquote { border-left: 3px solid var(--mb-gold); color: #56565b; margin: 32px 0; padding: 8px 0 8px 24px; }
.general-content-body blockquote p:last-child { margin-bottom: 0; }
.general-content-body figure,
.general-content-body .wp-block-image { margin: 36px 0; }
.general-content-body img { height: auto; max-width: 100%; }
.general-content-body table { border-collapse: collapse; margin: 30px 0; width: 100%; }
.general-content-body th,
.general-content-body td { border: 1px solid #dedbd4; padding: 13px 15px; text-align: left; vertical-align: top; }
.general-content-body th { background: #f5f2eb; color: #252525; font-weight: 600; }
.general-content-pagination { border-top: 1px solid #e8e4dc; margin-top: 48px; padding-top: 24px; }

@media (max-width: 767.98px) {
	.header-inner { flex-direction: row; justify-content: space-between; min-height: 94px; padding: 0 22px; }
	.header-inner .brand-main { font-size: 15px; }
	.header-inner .brand-sub { font-size: 5px; margin-top: 4px; }
	.mobile-panel .brand-main { font-size: 20px; }
	.mobile-panel .brand-sub { font-size: 6px; margin-top: 5px; }
	.desktop-nav { display: none; }
	.mobile-toggle { display: block; }
	.hero { height: 178vw; min-height: 650px; }
	.hero-video-desktop { display: none; }
	.hero-video-mobile { display: block; }
	.hero-fallback { background-image: url('../../../referencias/Home-mobile.png'); background-position: center -94px; background-size: 100vw auto; }
	.about { padding: 45px 22px 35px; }
	.about h1 { font-size: 27px; margin-bottom: 22px; }
	.about p { font-size: 11px; line-height: 1.55; }
	.about .lead-out { margin-top: 22px; }
	.about-image { aspect-ratio: 1.04; margin: 35px 0 0; max-width: none; }
	.about .gold-button { margin-top: 25px; max-width: none; }
	.products-section { background: #fff; margin: 0; padding: 30px 22px 85px; }
	.product-card { margin-bottom: 42px; }
	.product-card h2 { font-size: 18px; }
	.product-card p { font-size: 11px; }
	.fallback-product { background-image: url('../../../referencias/Home-mobile.png'); background-size: 375px auto; }
	.fallback-product-1 { background-position: -22px -1585px; }
	.fallback-product-2 { background-position: -22px -2290px; }
	.fallback-product-3 { background-position: -22px -2903px; }
	.products-cta { margin-top: 0; }
	.news-section { padding: 0 22px 85px; }
	.news-card { margin-bottom: 45px; }
	.news-card:not(:first-child) { display: none; }
	.news-card h3 { font-size: 20px; }
	.fallback-news { background-image: url('../../../referencias/Home-mobile.png'); background-position: -22px -3790px; background-size: 375px auto; }
	.news-cta { margin-top: 0; }
	.legacy { background-size: cover; height: 540px; }
	.legacy p { font-size: 13px; }
	.legacy strong { font-size: 24px; }
	.site-footer { padding: 55px 28px 30px; }
	.footer-menu ul { display: block; }
	.footer-menu li { margin-bottom: 20px; }
	.footer-menu a { font-size: 14px; }
	.social-links { margin-top: 45px; }
	.footer-center { margin-top: 80px; }
	.footer-bed { width: 112px; }
	.footer-brand .brand-main { font-size: 24px; }
	.footer-brand .brand-sub { font-size: 7px; }
	.copyright { display: block; font-size: 11px; line-height: 2; margin-top: 45px; }
	.copyright span { display: block; }
	.copyright span + span { margin-left: 0; }
	.journey-hero {
		background-image: url('../../../referencias/a-millbrook.png');
		background-position: center;
		background-size: cover;
		height: 334.5vw;
		min-height: 1254px;
		padding: 230px 22px 0;
	}
	.journey-content { max-width: 331px; }
	.journey-content h1 { font-size: 25px; line-height: 1.1; margin-bottom: 48px; }
	.journey-content h1 strong { font-size: 1em; }
	.journey-content p { font-size: 13px; line-height: 1.55; margin-bottom: 31px; }
	.journey-content .journey-highlight { font-size: 13px; line-height: 1.4; margin-top: 48px; }
	.journey-map { margin-top: 25px; width: 100%; }
	.history-arrival { display: block; min-height: 0; }
	.history-craft-image {
		background: #32291f;
		height: 447px;
		min-height: 447px;
	}
	.history-arrival-copy { min-height: 550px; padding: 55px 34px; }
	.history-arrival-copy p { font-size: 14px; line-height: 1.65; margin-bottom: 28px; }
	.british-art { aspect-ratio: 375 / 420; background-position: center; padding: 28px 20px; }
	.british-art p { font-size: 18px; }
	.contact-page { padding: 52px 0 120px; }
	.contact-shell { padding: 0 22px; }
	.contact-intro { left: auto; max-width: none; transform: none; width: auto; }
	.contact-intro h1 { font-size: 32px; margin-bottom: 38px; }
	.contact-intro p { font-size: 14px; line-height: 1.75; max-width: 330px; }
	.millbrook-contact-form { margin-top: 108px; }
	.contact-field { margin-bottom: 34px; }
	.contact-field span { font-size: 14px; }
	.contact-message { margin-top: 35px; }
	.contact-message textarea { height: 210px; }
	.contact-actions { gap: 22px; margin-top: 30px; }
	.contact-recaptcha { flex: 0 0 304px; max-width: 100%; }
	.captcha-shield { font-size: 18px; }
	.contact-submit { flex: 0 0 108px; font-size: 13px; height: 45px; padding: 0 16px; width: 108px; }
	.rights-heading { padding: 52px 22px 35px; }
	.rights-heading h1 { font-size: 32px; margin-bottom: 25px; }
	.rights-heading p { font-size: 13px; }
	.rights-content { padding: 25px 22px 120px; }
	.rights-grid { display: block; }
	.rights-copy { margin-bottom: 70px; }
	.rights-copy h2, .rights-form-column h2 { font-size: 23px; margin-bottom: 28px; }
	.rights-copy p, .rights-form-help { font-size: 13px; }
	.millbrook-rights-form { display: block; margin-top: 55px; }
	.millbrook-rights-form .rights-consent { display: flex; margin-bottom: 30px; }
	.millbrook-rights-form .contact-actions { align-items: flex-start; flex-direction: column; }
	.millbrook-rights-form .contact-submit { align-self: flex-end; }
	.news-archive-page { padding: 52px 0 115px; }
	.news-archive-page .container { padding-left: 22px; padding-right: 22px; }
	.news-archive-title { font-size: 32px; margin-bottom: 55px; }
	.news-feature { height: 450px; margin-left: -22px; margin-right: -22px; margin-bottom: 55px; }
	.news-feature-reference {
		background-image: url('../../../referencias/News-mobile.png');
		background-position: center -205px;
		background-size: 375px auto;
	}
	.news-feature-copy { bottom: 32px; left: 22px; max-width: 310px; }
	.news-feature-copy h2 { font-size: 21px; }
	.news-archive-grid { display: block; }
	.news-archive-card:nth-child(n+4) { display: none; }
	.news-archive-card { margin-bottom: 82px; }
	.news-archive-image { aspect-ratio: 1.55; margin-bottom: 18px; }
	.news-grid-reference {
		background-image: url('../../../referencias/News-mobile.png');
		background-position: -22px -770px;
		background-size: 375px auto;
	}
	.news-archive-card h2 { font-size: 21px; margin-bottom: 26px; }
	.news-load-more { margin-top: 5px; }
	.news-load-more .gold-button { min-width: 265px; }
	.single-post-page { padding: 52px 0 120px; }
	.single-news-container { padding: 0 22px; }
	.single-news-label { font-size: 32px; margin-bottom: 58px; }
	.single-back { font-size: 11px; margin-bottom: 55px; min-height: 42px; }
	.single-news-header { margin-bottom: 28px; }
	.single-news-header .news-category { margin-bottom: 16px; }
	.single-news-header h2 { font-size: 21px; line-height: 1.15; margin-bottom: 25px; }
	.single-news-feature { aspect-ratio: .63; margin-bottom: 32px; }
	.single-feature-reference {
		background-image: url('../../../referencias/News-detalhe-mobile.png');
		background-position: -22px -790px;
		background-size: 375px auto;
	}
	.single-news-content { font-size: 12px; line-height: 1.5; }
	.single-news-content p { margin-bottom: 22px; }
	.single-news-content h2,
	.single-news-content h3,
	.single-news-content h4 { font-size: 14px; margin: 30px 0 15px; }
	.single-news-content blockquote,
	.single-news-content .wp-block-quote { border-radius: 7px; font-size: 13px; margin: 30px 0; padding: 24px 20px; }
	.single-news-content figure,
	.single-news-content .wp-block-image { margin: 30px 0; }
	.general-content-header { padding: 52px 0 38px; }
	.general-content-container { padding-left: 22px; padding-right: 22px; }
	.general-content-header h1 { font-size: 32px; }
	.general-content-intro { font-size: 13px; margin-top: 22px; }
	.general-content-body { font-size: 13px; line-height: 1.7; padding-bottom: 90px; padding-top: 42px; }
	.general-content-body h2 { font-size: 22px; margin-top: 38px; }
	.general-content-body h3 { font-size: 17px; margin-top: 30px; }
	.general-content-body h4 { font-size: 15px; }
	.general-content-body table { display: block; overflow-x: auto; }
}

/* Store locator */
.store-locator-intro { background: #fff; padding: 105px 24px 95px; }
.store-locator-shell { margin: 0 auto; max-width: 930px; text-align: center; }
.store-locator-intro h1 { color: var(--mb-gold); font-size: 50px; font-weight: 600; margin: 0 0 45px; text-transform: uppercase; }
.store-locator-copy { font-size: 14px; line-height: 1.7; margin: 0 auto; max-width: 760px; }
.store-locator-copy p { margin: 0 auto 28px; }
.store-search-form { margin: 115px auto 0; max-width: 605px; text-align: left; }
.store-search-form label { display: block; margin-bottom: 46px; }
.store-search-form select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23171717' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center; border: 0; border-bottom: 1px solid #171717; border-radius: 0; color: #171717; font: 400 14px/1.3 Poppins,sans-serif; padding: 13px 38px 17px 0; width: 100%; }
.store-search-form select:focus { border-bottom-color: var(--mb-gold); box-shadow: none; outline: 0; }
.store-search-form select:disabled { color: #575757; opacity: 1; }
.store-results { background: #f8f2e3; padding: 70px 24px 155px; }
.store-results-shell { margin: 0 auto; max-width: 975px; }
.store-result { align-items: start; display: grid; gap: 95px; grid-template-columns: minmax(0,.8fr) minmax(480px,1.25fr); margin-bottom: 65px; }
.store-result:last-child { margin-bottom: 0; }
.store-result-copy { padding-top: 8px; }
.store-result-copy h2 { color: #171717; font-size: 24px; font-weight: 700; margin: 0 0 25px; }
.store-result-copy p { color: #171717; font-size: 13px; line-height: 1.45; margin: 0 0 4px; }
.store-result-copy a { color: inherit; text-decoration: none; }
.store-result-copy a:hover { color: var(--mb-gold); }
.store-map { aspect-ratio: 1.43; background: #e4dfd2; overflow: hidden; }
.store-map iframe { border: 0; height: 100%; width: 100%; }
.store-no-results { font-size: 15px; margin: 0; text-align: center; }

@media (max-width: 767.98px) {
	.store-locator-intro { padding: 65px 15px 70px; }
	.store-locator-intro h1 { font-size: 27px; margin-bottom: 38px; }
	.store-locator-copy { font-size: 12px; line-height: 1.55; max-width: 335px; }
	.store-locator-copy p { margin-bottom: 26px; }
	.store-search-form { margin-top: 60px; max-width: none; }
	.store-search-form label { margin-bottom: 18px; }
	.store-search-form select { font-size: 12px; padding: 13px 28px 15px 0; }
	.store-results { padding: 37px 15px 78px; }
	.store-result { display: block; margin-bottom: 68px; }
	.store-result-copy { padding: 0; }
	.store-result-copy h2 { font-size: 20px; margin-bottom: 23px; }
	.store-result-copy p { font-size: 11px; line-height: 1.45; }
	.store-map { aspect-ratio: 1.44; margin-top: 18px; }
}
