/*
Theme Name: Fred's Minimal
Theme URI: https://freds.pt/
Author: Fred's — Barbearia Clássica
Description: Tema leve, minimalista e orientado para marcações, criado para a Fred's — Barbearia Clássica.
Version: 2.3.1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: freds-minimal
*/

:root {
	--freds-black: #111312;
	--freds-charcoal: #1b1e1c;
	--freds-white: #fff;
	--freds-off-white: #f5f5f2;
	--freds-grey: #666b68;
	--freds-light-grey: #dedfdb;
	--freds-green: #738a76;
	--freds-green-dark: #5d735f;
	--freds-max: 1280px;
	--freds-header: 76px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--freds-header) + 20px);
}

body.freds-v2 {
	margin: 0 !important;
	overflow-x: hidden;
	background: var(--freds-white) !important;
	color: var(--freds-black) !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
	-webkit-font-smoothing: antialiased;
}

body.freds-v2.menu-open,
body.freds-v2.booking-open {
	overflow: hidden;
}

body.freds-v2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.freds-v2 a {
	color: inherit;
	text-underline-offset: 0.18em;
}

body.freds-v2 button,
body.freds-v2 input,
body.freds-v2 textarea,
body.freds-v2 select {
	font: inherit;
}

body.freds-v2 button,
body.freds-v2 a {
	-webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
	position: absolute;
	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 {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--freds-white);
	color: var(--freds-black);
}

.site-shell {
	width: min(calc(100% - 48px), var(--freds-max));
	margin-inline: auto;
}

.kicker,
body.freds-v2 .eyebrow {
	margin: 0 0 22px !important;
	color: var(--freds-green-dark);
	font-size: 0.74rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.15em !important;
	line-height: 1.25 !important;
	text-transform: uppercase;
}

.kicker--light {
	color: #a9b8ab;
}

body.freds-v2 h1,
body.freds-v2 h2,
body.freds-v2 h3,
body.freds-v2 .entry-title,
body.freds-v2 .section-title {
	margin-top: 0 !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-stretch: normal !important;
	text-transform: none !important;
}

.button {
	display: inline-flex !important;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 25px !important;
	border: 1px solid var(--freds-green) !important;
	border-radius: 0 !important;
	background: var(--freds-green) !important;
	color: var(--freds-white) !important;
	font-size: 0.79rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.09em !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
	border-color: var(--freds-green-dark) !important;
	background: var(--freds-green-dark) !important;
}

.button--black {
	border-color: var(--freds-black) !important;
	background: var(--freds-black) !important;
}

.button--black:hover,
.button--black:focus-visible {
	border-color: #000 !important;
	background: #000 !important;
}

.quiet-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.quiet-link:hover,
.quiet-link:focus-visible {
	color: var(--freds-white);
}

.quiet-link--dark {
	color: var(--freds-black);
}

.quiet-link--dark:hover,
.quiet-link--dark:focus-visible {
	color: var(--freds-green-dark);
}

/* Header */
.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: var(--freds-black);
	color: var(--freds-white);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	display: flex;
	min-height: var(--freds-header);
	align-items: center;
	gap: 34px;
}

.site-brand,
.custom-logo-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	text-decoration: none;
}

body.freds-v2 .site-brand img,
body.freds-v2 .custom-logo-link img {
	width: auto;
	max-width: 82px;
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.primary-nav {
	margin-left: auto;
}

.primary-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(22px, 3vw, 42px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	color: var(--freds-white);
}

.header-book {
	min-height: 42px;
	padding-inline: 18px !important;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: var(--freds-white);
	cursor: pointer;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	display: block;
	width: 19px;
	height: 1px;
	background: currentColor;
	content: "";
	transition: transform 160ms ease;
}

.menu-toggle__lines::before {
	transform: translateY(-6px);
}

.menu-toggle__lines::after {
	transform: translateY(5px);
}

.menu-open .menu-toggle__lines {
	background: transparent;
}

.menu-open .menu-toggle__lines::before {
	transform: rotate(45deg);
}

.menu-open .menu-toggle__lines::after {
	transform: translateY(-1px) rotate(-45deg);
}

/* Home */
.home-hero {
	display: grid;
	min-height: calc(100svh - var(--freds-header));
	grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
	background: var(--freds-black);
	color: var(--freds-white);
}

.home-hero__copy {
	display: flex;
	align-items: center;
	padding: clamp(76px, 9vw, 140px) clamp(38px, 6vw, 90px) clamp(76px, 9vw, 140px) max(24px, calc((100vw - var(--freds-max)) / 2));
}

.home-hero__copy-inner {
	max-width: 690px;
}

.home-hero h1 {
	max-width: 680px;
	margin-bottom: 0 !important;
	color: var(--freds-white) !important;
	font-size: clamp(3.5rem, 6.7vw, 7.4rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.92 !important;
}

.home-hero__intro {
	max-width: 590px;
	margin: 32px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	line-height: 1.55;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 26px;
	margin-top: 40px;
}

.home-hero__image {
	position: relative;
	min-height: 600px;
	margin: 0;
	overflow: hidden;
	background: #d9dbd7;
}

body.freds-v2 .home-hero__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-services {
	padding: clamp(90px, 11vw, 160px) 0;
	background: var(--freds-white);
}

.section-head {
	display: grid;
	align-items: end;
	gap: 34px;
	grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
	margin-bottom: clamp(56px, 7vw, 92px);
}

.section-head .kicker {
	margin-bottom: 10px !important;
}

.section-head h2 {
	max-width: 850px;
	margin-bottom: 0 !important;
	font-size: clamp(2.5rem, 5.5vw, 5.5rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.98 !important;
}

.service-list {
	border-top: 1px solid var(--freds-light-grey);
}

.service-row {
	display: grid;
	align-items: baseline;
	gap: 24px;
	padding: 30px 0;
	border-bottom: 1px solid var(--freds-light-grey);
	grid-template-columns: 70px minmax(250px, 0.75fr) minmax(280px, 1fr);
}

.service-row__number {
	color: var(--freds-green-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.service-row h3 {
	margin-bottom: 0 !important;
	font-size: clamp(1.35rem, 2.1vw, 2rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.2 !important;
}

.service-row p {
	max-width: 600px;
	margin: 0;
	color: var(--freds-grey);
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.55;
}

.section-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 26px;
	margin-top: 46px;
}

.home-about {
	display: grid;
	min-height: 820px;
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	background: var(--freds-black);
	color: var(--freds-white);
}

.home-about__image {
	position: relative;
	min-height: 720px;
	margin: 0;
	overflow: hidden;
	background: #252825;
}

body.freds-v2 .home-about__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	object-fit: cover;
	object-position: center;
}

.home-about__copy {
	display: flex;
	align-items: center;
	padding: clamp(76px, 8vw, 130px) max(24px, calc((100vw - var(--freds-max)) / 2)) clamp(76px, 8vw, 130px) clamp(44px, 8vw, 128px);
}

.home-about__copy-inner {
	max-width: 690px;
}

.home-about h2 {
	margin-bottom: 34px !important;
	color: var(--freds-white) !important;
	font-size: clamp(2.7rem, 5vw, 5.6rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.98 !important;
}

.home-about__copy > div > p:not(.kicker) {
	max-width: 610px;
	color: rgba(255, 255, 255, 0.69);
	font-size: 1.06rem;
}

.home-quote {
	padding: 34px 0 0;
	margin: 52px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.home-quote p {
	max-width: 620px;
	margin: 0 0 18px;
	color: var(--freds-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	line-height: 1.4;
}

.home-quote cite {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.71rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-location {
	padding: clamp(90px, 11vw, 160px) 0;
	background: var(--freds-off-white);
}

.home-location__grid {
	display: grid;
	align-items: stretch;
	gap: clamp(46px, 8vw, 120px);
	grid-template-columns: minmax(0, 0.83fr) minmax(420px, 1.17fr);
}

.home-location__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-location h2 {
	margin-bottom: 30px !important;
	font-size: clamp(2.9rem, 5.3vw, 5.8rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.06em !important;
	line-height: 0.96 !important;
}

.home-location__copy > p:not(.kicker) {
	max-width: 570px;
	margin: 0;
	color: var(--freds-grey);
	font-size: 1.08rem;
}

.home-location__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 26px;
	margin-top: 36px;
}

.parking-note {
	display: grid;
	max-width: 590px;
	align-items: center;
	gap: 18px;
	padding: 22px;
	margin-top: 30px;
	border-left: 4px solid var(--freds-green-dark);
	background: #e9ece7;
	grid-template-columns: 46px 1fr;
}

.parking-note__mark {
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--freds-green-dark);
	border-radius: 50%;
	color: var(--freds-green-dark);
	font-size: 1.25rem;
	font-weight: 700;
}

.parking-note h3 {
	margin: 0 0 3px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.01em !important;
	line-height: 1.25 !important;
}

.parking-note p {
	margin: 0;
	color: var(--freds-grey);
	font-size: 0.9rem;
	line-height: 1.45;
}

.contact-list {
	display: grid;
	gap: 22px;
	padding-top: 34px;
	margin: 44px 0 0;
	border-top: 1px solid var(--freds-light-grey);
}

.contact-list div {
	display: grid;
	gap: 20px;
	grid-template-columns: 90px 1fr;
}

.contact-list dt {
	color: var(--freds-grey);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-list dd {
	margin: 0;
	font-weight: 600;
}

.home-location__image {
	position: relative;
	min-height: 560px;
	margin: 0;
	overflow: hidden;
	background: #d5d6d2;
}

body.freds-v2 .home-location__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.final-booking {
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--freds-green);
	color: var(--freds-white);
}

.final-booking__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.final-booking h2 {
	max-width: 830px;
	margin-bottom: 0 !important;
	color: var(--freds-white) !important;
	font-size: clamp(2.3rem, 4.7vw, 5rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.98 !important;
}

.final-booking .button {
	flex: 0 0 auto;
	border-color: var(--freds-black) !important;
	background: var(--freds-black) !important;
}

/* Booking */
.booking-dialog {
	width: min(1180px, calc(100vw - 54px));
	height: min(850px, calc(100dvh - 54px));
	max-width: none;
	max-height: none;
	padding: 0;
	border: 0;
	background: var(--freds-black);
	color: var(--freds-white);
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.booking-dialog[open] {
	display: flex;
	flex-direction: column;
}

.booking-dialog::backdrop {
	background: rgba(0, 0, 0, 0.76);
	backdrop-filter: blur(4px);
}

.booking-dialog__bar {
	display: flex;
	height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 22px 0 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-dialog__bar div {
	display: flex;
	flex-direction: column;
}

.booking-dialog__bar span {
	color: rgba(255, 255, 255, 0.53);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.booking-dialog__bar strong {
	font-size: 0.96rem;
}

.booking-dialog__close {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: transparent;
	color: var(--freds-white);
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.booking-dialog__frame {
	flex: 1 1 auto;
	min-height: 0;
	background: #171312;
}

.booking-dialog iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.booking-dialog__privacy {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 24px;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.7rem;
	line-height: 1.35;
}

.booking-dialog__privacy a {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
	text-decoration: none;
}

.booking-dialog__privacy a:hover,
.booking-dialog__privacy a:focus-visible {
	color: var(--freds-white);
}

/* Footer */
.site-footer {
	padding: 78px 0 30px;
	background: var(--freds-black);
	color: var(--freds-white);
}

.footer-inner {
	display: grid;
	gap: 70px;
}

.footer-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.footer-brand p {
	max-width: 430px;
	margin: 0;
	color: rgba(255, 255, 255, 0.56);
	text-align: right;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 38px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-nav a,
.footer-bottom a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
	color: var(--freds-white);
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 26px;
}

.footer-cookie-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.footer-cookie-button:hover,
.footer-cookie-button:focus-visible {
	color: var(--freds-white);
}

.mobile-book {
	display: none;
}

/* Consent manager */
.cookie-consent[hidden],
.cookie-preferences[hidden] {
	display: none !important;
}

.cookie-consent {
	position: fixed;
	z-index: 1200;
	right: 20px;
	bottom: 20px;
	left: 20px;
	max-height: calc(100svh - 40px);
	overflow-y: auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--freds-black);
	color: var(--freds-white);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.cookie-consent__inner {
	display: grid;
	align-items: center;
	gap: 32px 52px;
	width: min(100%, 1280px);
	padding: 28px 32px;
	margin-inline: auto;
	grid-template-columns: minmax(0, 1fr) auto;
}

.cookie-consent__intro {
	max-width: 760px;
}

.cookie-consent .kicker {
	margin-bottom: 7px !important;
	color: var(--freds-green);
}

.cookie-consent h2 {
	margin: 0 0 8px !important;
	color: var(--freds-white) !important;
	font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.08 !important;
}

.cookie-consent__intro p:not(.kicker) {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.91rem;
	line-height: 1.55;
}

.cookie-consent__intro a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.76rem;
	font-weight: 700;
}

.cookie-consent__actions {
	display: grid;
	gap: 9px;
	min-width: 230px;
}

.cookie-choice,
.cookie-manage {
	min-height: 44px;
	padding: 10px 17px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: transparent;
	color: var(--freds-white);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.cookie-choice--accept {
	border-color: var(--freds-green);
	background: var(--freds-green);
}

.cookie-choice:hover,
.cookie-choice:focus-visible,
.cookie-manage:hover,
.cookie-manage:focus-visible {
	border-color: var(--freds-white);
	background: var(--freds-white);
	color: var(--freds-black);
}

.cookie-manage {
	min-height: 34px;
	padding: 5px 10px;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.cookie-preferences-open .cookie-consent__actions {
	display: none;
}

.cookie-preferences-open .cookie-consent__inner {
	align-items: start;
	grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
}

.cookie-preferences {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 32px;
}

.cookie-preference {
	display: grid;
	align-items: center;
	gap: 26px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	grid-template-columns: minmax(0, 1fr) auto;
}

.cookie-preference:first-child {
	padding-top: 0;
}

.cookie-preference strong {
	font-size: 0.95rem;
}

.cookie-preference p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	line-height: 1.45;
}

.cookie-preference input[type="checkbox"] {
	width: 22px;
	height: 22px;
	accent-color: var(--freds-green);
	cursor: pointer;
}

.cookie-switch {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.72rem;
}

.cookie-switch input {
	cursor: not-allowed !important;
}

.cookie-preferences__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 18px;
}

/* Inner pages and articles */
.content-wrap,
.service-page,
.scissor-page,
.course-hero,
.course-body {
	padding: clamp(72px, 9vw, 130px) 0;
	background: var(--freds-white);
}

.content-narrow {
	width: min(calc(100% - 48px), 900px);
	margin-inline: auto;
}

.entry-header {
	margin-bottom: 54px;
}

body.freds-v2 .entry-title {
	margin-bottom: 0 !important;
	font-size: clamp(2.8rem, 6.5vw, 6.4rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.06em !important;
	line-height: 0.96 !important;
}

.entry-meta {
	color: var(--freds-green-dark);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.entry-content {
	color: #333735;
}

.entry-content h2 {
	margin: 2.2em 0 0.7em !important;
	font-size: clamp(1.8rem, 4vw, 2.7rem) !important;
	font-weight: 600 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.12 !important;
}

.entry-content h3 {
	margin: 2em 0 0.7em !important;
	font-size: 1.45rem !important;
	line-height: 1.25 !important;
}

.entry-content p,
.entry-content li {
	font-size: 1.07rem;
	line-height: 1.78;
}

.privacy-updated {
	color: var(--freds-green-dark);
	font-size: 0.75rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.privacy-intro {
	padding: 26px 28px;
	border-left: 4px solid var(--freds-green-dark);
	background: var(--freds-off-white);
	font-size: 1.12rem !important;
}

.privacy-table-wrap {
	margin: 34px 0;
	overflow-x: auto;
	border: 1px solid var(--freds-light-grey);
}

.privacy-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 0.9rem;
	line-height: 1.5;
}

.privacy-table th,
.privacy-table td {
	padding: 17px 18px;
	border-bottom: 1px solid var(--freds-light-grey);
	text-align: left;
	vertical-align: top;
}

.privacy-table th {
	background: var(--freds-black);
	color: var(--freds-white);
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.privacy-table tbody tr:last-child td {
	border-bottom: 0;
}

.privacy-table code {
	font-size: 0.82rem;
	overflow-wrap: anywhere;
}

.post-list {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--freds-light-grey);
}

.guide-card {
	display: block;
	padding: 32px 0;
	border-bottom: 1px solid var(--freds-light-grey);
	color: inherit;
	text-decoration: none;
}

.guide-card__meta {
	color: var(--freds-green-dark);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.guide-card h2,
.guide-card h3 {
	margin: 12px 0 8px !important;
	font-size: clamp(1.5rem, 3.5vw, 2.2rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.15 !important;
}

.guide-card p {
	max-width: 650px;
	margin: 0;
	color: var(--freds-grey);
}

/* Services pages */
.page-hero-minimal {
	padding: clamp(80px, 10vw, 145px) 0;
	background: var(--freds-black);
	color: var(--freds-white);
}

.page-hero-minimal h1 {
	max-width: 950px;
	margin-bottom: 26px !important;
	color: var(--freds-white) !important;
	font-size: clamp(3.1rem, 7vw, 7rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.94 !important;
}

.page-hero-minimal__intro {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.service-editorial-list {
	border-top: 1px solid var(--freds-light-grey);
}

.service-editorial {
	display: grid;
	gap: clamp(34px, 7vw, 96px);
	padding: clamp(48px, 7vw, 90px) 0;
	border-bottom: 1px solid var(--freds-light-grey);
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.service-editorial:nth-child(even) .service-editorial__image {
	order: 2;
}

.service-editorial__image {
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: var(--freds-off-white);
}

body.freds-v2 .service-editorial__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-editorial__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-editorial__copy h2 {
	margin-bottom: 16px !important;
	font-size: clamp(2.1rem, 4.5vw, 4.5rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.05em !important;
	line-height: 1 !important;
}

.service-editorial__meta {
	display: flex;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--freds-green-dark) !important;
	font-size: 0.75rem !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-editorial__meta span + span::before {
	margin-right: 10px;
	content: "•";
}

.service-editorial__copy p {
	max-width: 610px;
	color: var(--freds-grey);
}

.scissor-feature {
	display: grid;
	min-height: 760px;
	grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
	background: var(--freds-off-white);
}

.scissor-feature__image {
	margin: 0;
	overflow: hidden;
}

body.freds-v2 .scissor-feature__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scissor-feature__copy {
	display: flex;
	align-items: center;
	padding: clamp(60px, 8vw, 120px);
}

.scissor-feature__copy h2 {
	margin-bottom: 28px !important;
	font-size: clamp(2.6rem, 5vw, 5.2rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.98 !important;
}

.scissor-feature__copy p {
	max-width: 650px;
	color: var(--freds-grey);
}

/* Course */
.course-hero {
	background: var(--freds-black);
	color: var(--freds-white);
}

.course-hero h1 {
	max-width: 1000px;
	margin-bottom: 30px !important;
	color: var(--freds-white) !important;
	font-size: clamp(3rem, 7vw, 7rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.94 !important;
}

.course-hero__lede {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 1.2rem;
}

.course-status {
	display: inline-flex;
	padding: 8px 12px;
	margin-top: 20px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.course-grid {
	display: grid;
	gap: 80px;
	grid-template-columns: minmax(240px, 0.4fr) minmax(0, 1fr);
}

.course-aside {
	align-self: start;
	padding: 30px;
	background: var(--freds-off-white);
}

.course-body h2 {
	font-size: clamp(2.2rem, 4.5vw, 4.4rem) !important;
	font-weight: 500 !important;
	letter-spacing: -0.05em !important;
	line-height: 1 !important;
}

.course-body h3 {
	margin-top: 2em !important;
	font-size: 1.5rem !important;
}

@media (max-width: 980px) {
	.home-hero {
		grid-template-columns: 1fr;
	}

	.home-hero__copy {
		min-height: 620px;
		padding-right: 24px;
		padding-left: 24px;
	}

	.home-hero__image {
		min-height: 58vw;
	}

	.home-about {
		grid-template-columns: 0.8fr 1.2fr;
	}

	.home-about__copy {
		padding-right: 36px;
		padding-left: 50px;
	}

	.home-location__grid {
		grid-template-columns: 1fr;
	}

	.home-location__image {
		min-height: 62vw;
	}

	.scissor-feature {
		grid-template-columns: 0.8fr 1.2fr;
	}
}

@media (max-width: 767px) {
	:root {
		--freds-header: 66px;
	}

	.site-shell,
	.content-narrow {
		width: min(calc(100% - 32px), var(--freds-max));
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.header-inner {
		gap: 12px;
	}

	body.freds-v2 .site-brand img,
	body.freds-v2 .custom-logo-link img {
		max-width: 70px;
		max-height: 44px;
	}

	.menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.primary-nav {
		position: fixed;
		z-index: 999;
		top: var(--freds-header);
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		margin: 0;
		padding: 45px 24px;
		background: var(--freds-black);
	}

	.admin-bar .primary-nav {
		top: calc(var(--freds-header) + 46px);
	}

	.menu-open .primary-nav {
		display: block;
	}

	.primary-nav ul {
		display: grid;
		gap: 0;
	}

	.primary-nav a {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.17);
		font-size: 1.15rem;
		letter-spacing: 0;
		text-transform: none;
	}

	.header-book {
		display: none !important;
	}

	.home-hero__copy {
		min-height: calc(78svh - var(--freds-header));
		padding: 70px 20px;
	}

	.home-hero h1 {
		font-size: clamp(3.2rem, 16vw, 5.2rem) !important;
		letter-spacing: -0.06em !important;
	}

	.home-hero__intro {
		margin-top: 25px;
	}

	.home-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 32px;
	}

	.home-hero__image {
		min-height: 78vw;
	}

	.home-services {
		padding: 86px 0;
	}

	.section-head {
		display: block;
		margin-bottom: 48px;
	}

	.section-head .kicker {
		margin-bottom: 22px !important;
	}

	.section-head h2 {
		font-size: clamp(2.55rem, 13vw, 4rem) !important;
	}

	.service-row {
		gap: 8px 18px;
		padding: 26px 0;
		grid-template-columns: 34px 1fr;
	}

	.service-row__number {
		grid-row: 1 / 3;
		padding-top: 6px;
	}

	.service-row h3 {
		font-size: 1.3rem !important;
	}

	.service-row p {
		grid-column: 2;
		font-size: 0.94rem;
	}

	.section-action {
		align-items: flex-start;
		flex-direction: column;
	}

	.home-about {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.home-about__image {
		min-height: 124vw;
	}

	.home-about__copy {
		padding: 80px 20px 90px;
	}

	.home-about h2 {
		font-size: clamp(2.65rem, 13vw, 4.1rem) !important;
	}

	.home-quote {
		margin-top: 42px;
	}

	.home-location {
		padding: 86px 0;
	}

	.home-location h2 {
		font-size: clamp(2.75rem, 13vw, 4.2rem) !important;
	}

	.home-location__image {
		min-height: 76vw;
	}

	.parking-note {
		align-items: flex-start;
		padding: 18px;
		grid-template-columns: 40px 1fr;
	}

	.parking-note__mark {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.contact-list div {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.final-booking {
		padding: 74px 0;
	}

	.final-booking__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.final-booking h2 {
		font-size: clamp(2.55rem, 12vw, 4rem) !important;
	}

	.booking-dialog {
		display: none;
	}

	.site-footer {
		padding-bottom: 100px;
	}

	.footer-brand {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-brand p {
		text-align: left;
	}

	.footer-nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-legal {
		align-items: flex-start;
		flex-direction: column;
	}

	.mobile-book {
		position: fixed;
		z-index: 990;
		right: 12px;
		bottom: 12px;
		left: 12px;
		display: flex;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		border: 1px solid var(--freds-green);
		background: var(--freds-green);
		color: var(--freds-white) !important;
		font-size: 0.79rem;
		font-weight: 700;
		letter-spacing: 0.09em;
		text-decoration: none;
		text-transform: uppercase;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
	}

	.cookie-consent {
		right: 10px;
		bottom: 10px;
		left: 10px;
		max-height: calc(100svh - 20px);
	}

	.cookie-consent__inner,
	.cookie-preferences-open .cookie-consent__inner {
		display: block;
		padding: 24px 20px;
	}

	.cookie-consent__actions {
		margin-top: 22px;
	}

	.cookie-preferences {
		padding: 22px 0 0;
		margin-top: 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.cookie-preference {
		gap: 16px;
	}

	.cookie-preferences__actions {
		display: grid;
	}

	.cookie-consent-open .mobile-book {
		display: none;
	}

	.service-editorial,
	.scissor-feature,
	.course-grid {
		grid-template-columns: 1fr;
	}

	.service-editorial:nth-child(even) .service-editorial__image {
		order: 0;
	}

	.scissor-feature__image {
		min-height: 130vw;
	}

	.scissor-feature__copy {
		padding: 76px 20px;
	}

	.course-aside {
		order: 2;
	}
}

@media (max-width: 782px) and (min-width: 768px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
