:root {
	--oda-forest: #071b16;
	--oda-forest-soft: #10352a;
	--oda-green: #174538;
	--oda-cream: #f2eadc;
	--oda-cream-deep: #e6dbc8;
	--oda-paper: #fbf8f1;
	--oda-bronze: #aa8556;
	--oda-bronze-light: #c4a77e;
	--oda-ink: #16241f;
	--oda-muted: #65716c;
	--oda-line: rgba(22, 36, 31, 0.14);
	--oda-white: #fffdf8;
	--oda-shadow: 0 28px 70px rgba(7, 27, 22, 0.16);
	--oda-radius: 4px;
	--oda-display: Georgia, "Times New Roman", serif;
	--oda-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 126px;
}

body {
	margin: 0;
	background: var(--oda-paper);
	color: var(--oda-ink);
	font-family: var(--oda-body);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid #e6bb78;
	outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--oda-display);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.035em;
}

h2 {
	font-size: clamp(2.45rem, 5vw, 4.8rem);
	margin-bottom: 24px;
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.wrap {
	width: min(1220px, calc(100% - 48px));
	margin-inline: auto;
}

.section-pad {
	padding-block: clamp(88px, 10vw, 148px);
}

.section-label,
.eyebrow {
	align-items: center;
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 11px;
	letter-spacing: 0.19em;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.section-label::before,
.eyebrow::before {
	background: var(--oda-bronze);
	content: "";
	display: inline-block;
	height: 1px;
	width: 36px;
}

.skip-link {
	background: var(--oda-white);
	color: var(--oda-forest);
	font-weight: 800;
	left: 16px;
	padding: 10px 16px;
	position: fixed;
	top: -100px;
	z-index: 99999;
}

.skip-link:focus {
	top: 14px;
}

.button {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.115em;
	min-height: 54px;
	padding: 15px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--oda-bronze);
	color: var(--oda-forest);
}

.button-primary:hover {
	background: #bd9868;
}

.button-secondary {
	border-color: rgba(255, 253, 248, 0.48);
	color: var(--oda-white);
}

.button-secondary:hover {
	background: var(--oda-white);
	color: var(--oda-forest);
}

.button-dark {
	background: var(--oda-forest);
	color: var(--oda-white);
}

.button-dark:hover {
	background: var(--oda-green);
}

.button-whatsapp {
	background: #1f9d60;
	color: #fff;
}

/* Header */
.oda-header {
	background: rgba(7, 27, 22, 0.94);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--oda-white);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 9990;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	transition: box-shadow 180ms ease, background 180ms ease;
}

.oda-header.is-scrolled {
	background: rgba(4, 17, 14, 0.98);
	box-shadow: 0 12px 32px rgba(3, 16, 13, 0.18);
}

.oda-topbar {
	background: #03100d;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 253, 248, 0.64);
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.105em;
	text-transform: uppercase;
}

.topbar-inner {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-height: 34px;
}

.topbar-message {
	justify-self: center;
}

.oda-topbar a {
	color: var(--oda-bronze-light);
}

.header-inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(210px, auto) 1fr auto;
	min-height: 82px;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
}

.brand img {
	border-radius: 50%;
	height: 56px;
	object-fit: contain;
	width: 56px;
}

.brand span {
	display: grid;
	line-height: 1.15;
}

.brand strong {
	font-family: var(--oda-display);
	font-size: 1.12rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.brand small {
	color: rgba(255, 253, 248, 0.56);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-top: 5px;
	text-transform: uppercase;
}

.primary-nav {
	justify-self: end;
	margin-right: 26px;
}

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

.primary-nav a {
	color: rgba(255, 253, 248, 0.74);
	display: block;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	padding-block: 28px;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.primary-nav a:hover {
	color: var(--oda-white);
}

.primary-nav a.is-active {
	color: var(--oda-bronze-light);
}

.header-book {
	align-items: center;
	background: var(--oda-bronze);
	color: var(--oda-forest);
	display: grid;
	font-size: 0.7rem;
	font-weight: 850;
	justify-items: center;
	letter-spacing: 0.11em;
	line-height: 1.1;
	min-width: 132px;
	padding: 11px 18px 9px;
	text-transform: uppercase;
	transition: background 160ms ease;
}

.header-book small {
	font-size: 0.51rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	margin-top: 4px;
	opacity: 0.68;
}

.header-book:hover {
	background: var(--oda-bronze-light);
}

.menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 44px;
	padding: 10px;
	width: 44px;
}

.menu-toggle span {
	background: var(--oda-white);
	display: block;
	height: 1px;
	margin: 6px auto;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 24px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
	background:
		radial-gradient(circle at 12% 20%, rgba(170, 133, 86, 0.12), transparent 28%),
		linear-gradient(130deg, #071b16 0%, #0a251d 58%, #071712 100%);
	color: var(--oda-white);
	min-height: calc(100vh - 116px);
	overflow: hidden;
	padding: clamp(70px, 7vw, 110px) 0 0;
	position: relative;
}

.hero::after {
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
}

.hero-watermark {
	filter: grayscale(1);
	height: min(660px, 72vw);
	left: -160px;
	opacity: 0.025;
	position: absolute;
	top: 40px;
	width: min(660px, 72vw);
}

.hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 7vw, 92px);
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
	position: relative;
	z-index: 1;
}

.hero-copy {
	padding-bottom: 72px;
}

.hero .eyebrow {
	color: var(--oda-bronze-light);
}

.hero h1 {
	font-size: clamp(3.45rem, 6.5vw, 7.25rem);
	letter-spacing: -0.055em;
	margin-bottom: 30px;
}

.hero h1 span {
	color: var(--oda-white);
}

.hero h1 em {
	color: var(--oda-bronze-light);
	font-weight: 400;
}

.hero-lead {
	color: rgba(255, 253, 248, 0.74);
	font-size: clamp(1.02rem, 1.65vw, 1.25rem);
	line-height: 1.75;
	max-width: 600px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 34px 0;
}

.hero-slogan {
	font-family: var(--oda-display);
	font-size: 1.17rem;
	font-style: italic;
	letter-spacing: 0.025em;
	margin-bottom: 30px;
}

.hero-facts {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 15px 28px;
	padding-top: 22px;
}

.hero-facts span {
	color: rgba(255, 253, 248, 0.68);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.hero-origin {
	align-items: center;
	border-left: 1px solid var(--oda-bronze);
	display: inline-grid;
	margin-top: 26px;
	padding-left: 16px;
}

.hero-origin small {
	color: rgba(255, 253, 248, 0.48);
	font-size: 0.57rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-origin strong {
	color: var(--oda-bronze-light);
	font-family: var(--oda-display);
	font-size: 1rem;
	font-weight: 500;
	margin-top: 3px;
}

.hero-photo {
	align-self: stretch;
	box-shadow: var(--oda-shadow);
	min-height: 630px;
	position: relative;
}

.hero-photo::before {
	border: 1px solid rgba(196, 167, 126, 0.55);
	content: "";
	inset: -13px 13px 13px -13px;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hero-photo > img {
	filter: saturate(0.85) contrast(1.06);
	height: 100%;
	object-fit: cover;
	object-position: 47% center;
	width: 100%;
}

.hero-photo::after {
	background: linear-gradient(180deg, transparent 45%, rgba(7, 27, 22, 0.88));
	content: "";
	inset: 0;
	position: absolute;
}

.photo-caption {
	bottom: 34px;
	left: 34px;
	position: absolute;
	z-index: 2;
}

.photo-caption span,
.photo-caption strong {
	display: block;
}

.availability-card {
	align-items: center;
	background: rgba(251, 248, 241, 0.96);
	bottom: 28px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
	color: var(--oda-forest);
	display: grid;
	gap: 13px;
	grid-template-columns: auto 1fr auto;
	padding: 14px 15px;
	position: absolute;
	right: -18px;
	width: min(330px, calc(100% - 34px));
	z-index: 3;
}

.availability-dot {
	background: #2c9d65;
	border: 4px solid rgba(44, 157, 101, 0.16);
	border-radius: 50%;
	box-sizing: content-box;
	height: 8px;
	width: 8px;
}

.availability-card div {
	display: grid;
	line-height: 1.25;
}

.availability-card small {
	color: var(--oda-muted);
	font-size: 0.56rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.availability-card strong {
	font-family: var(--oda-display);
	font-size: 1rem;
	font-weight: 500;
}

.availability-card > a {
	align-items: center;
	background: var(--oda-forest);
	color: var(--oda-white);
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.photo-caption span {
	color: var(--oda-bronze-light);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.photo-caption strong {
	font-family: var(--oda-display);
	font-size: 1.55rem;
	font-weight: 500;
	margin-top: 4px;
}

.experience-line {
	align-items: center;
	background: var(--oda-cream);
	color: var(--oda-forest);
	display: flex;
	font-family: var(--oda-display);
	font-size: clamp(1.25rem, 2.6vw, 2.25rem);
	gap: 10px;
	justify-content: center;
	min-height: 92px;
	padding: 20px 24px;
	position: relative;
	z-index: 2;
}

.experience-line strong {
	color: var(--oda-bronze);
	font-style: italic;
	font-weight: 500;
}

.trust-strip {
	background: #04110e;
	color: var(--oda-white);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	gap: 14px;
	min-height: 84px;
	padding: 18px 26px;
}

.trust-grid > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-grid small {
	color: var(--oda-bronze-light);
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.trust-grid strong {
	font-family: var(--oda-display);
	font-size: 1rem;
	font-weight: 500;
}

/* Experience */
.experience {
	background: var(--oda-paper);
}

.experience-head,
.section-head {
	align-items: end;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
	margin-bottom: 55px;
}

.experience-head h2,
.section-head h2 {
	margin-bottom: 0;
}

.experience-head > p,
.section-head > p {
	color: var(--oda-muted);
	margin-bottom: 4px;
}

.experience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.experience-card {
	background: var(--oda-cream);
	border-right: 1px solid rgba(7, 27, 22, 0.12);
	min-height: 440px;
	padding: clamp(30px, 4vw, 50px);
	position: relative;
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.experience-card:hover {
	box-shadow: 0 24px 55px rgba(7, 27, 22, 0.12);
	transform: translateY(-7px);
	z-index: 1;
}

.experience-card > span {
	color: rgba(7, 27, 22, 0.35);
	font-family: var(--oda-display);
	font-size: 1.05rem;
}

.experience-card small {
	display: block;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.17em;
	margin-top: 75px;
	text-transform: uppercase;
}

.experience-card h3 {
	font-size: clamp(2rem, 3vw, 2.75rem);
	margin: 16px 0 18px;
}

.experience-card p {
	color: var(--oda-muted);
}

.experience-card a {
	bottom: 38px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	position: absolute;
	text-transform: uppercase;
}

.experience-card.lounge-card {
	background: var(--oda-green);
	color: var(--oda-white);
}

.experience-card.lounge-card p,
.experience-card.lounge-card > span {
	color: rgba(255, 253, 248, 0.66);
}

.experience-card.community {
	background: #c7aa81;
}

/* About */
.about {
	background: var(--oda-cream);
}

.about-grid {
	align-items: center;
	display: grid;
	gap: clamp(55px, 9vw, 120px);
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.92fr);
}

.about-photo {
	min-height: 680px;
	position: relative;
}

.about-photo::before {
	background: var(--oda-bronze);
	content: "";
	height: 60%;
	left: -22px;
	position: absolute;
	top: -22px;
	width: 44%;
}

.about-photo img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.about-photo span {
	background: var(--oda-forest);
	bottom: 0;
	color: var(--oda-white);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	padding: 16px 24px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.about-copy {
	max-width: 620px;
}

.about-lead {
	font-family: var(--oda-display);
	font-size: clamp(1.3rem, 2.3vw, 1.8rem);
	line-height: 1.5;
}

.about-copy > p:not(.section-label):not(.about-lead) {
	color: var(--oda-muted);
}

.origin-story {
	align-items: center;
	background: rgba(7, 27, 22, 0.055);
	border: 1px solid var(--oda-line);
	display: grid;
	grid-template-columns: 1fr auto;
	margin-top: 30px;
	padding: 17px 18px;
}

.origin-story small,
.origin-story strong {
	display: block;
	grid-column: 1;
}

.origin-story small {
	color: var(--oda-muted);
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.origin-story strong {
	font-family: var(--oda-display);
	font-size: 1rem;
	font-weight: 500;
	margin-top: 3px;
}

.origin-story span {
	align-items: center;
	background: var(--oda-forest);
	color: var(--oda-white);
	display: flex;
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.signature {
	border-bottom: 1px solid var(--oda-line);
	border-top: 1px solid var(--oda-line);
	display: flex;
	flex-wrap: wrap;
	font-family: var(--oda-display);
	font-size: 1.16rem;
	font-style: italic;
	gap: 28px;
	margin-top: 38px;
	padding: 20px 0;
}

/* Services */
.services {
	background: #f8f4ec;
}

.services-grid {
	border-left: 1px solid var(--oda-line);
	border-top: 1px solid var(--oda-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.services-grid article {
	border-bottom: 1px solid var(--oda-line);
	border-right: 1px solid var(--oda-line);
	display: flex;
	flex-direction: column;
	min-height: 350px;
	padding: clamp(25px, 3vw, 38px);
	transition: background 180ms ease, color 180ms ease;
}

.services-grid article:hover {
	background: var(--oda-forest);
	color: var(--oda-white);
}

.service-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.service-top span {
	color: var(--oda-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.service-top i {
	color: var(--oda-bronze);
	font-family: var(--oda-body);
	font-size: 0.58rem;
	font-weight: 850;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.services-grid h3 {
	font-size: 1.65rem;
	margin-bottom: 17px;
}

.services-grid p {
	color: var(--oda-muted);
	font-size: 0.92rem;
	line-height: 1.65;
}

.services-grid article:hover p,
.services-grid article:hover .service-top span {
	color: rgba(255, 253, 248, 0.65);
}

.services-grid a {
	color: var(--oda-bronze);
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	margin-top: auto;
	padding-top: 24px;
	text-transform: uppercase;
}

.services-cta {
	align-items: center;
	background: var(--oda-bronze);
	display: flex;
	gap: 25px;
	justify-content: space-between;
	padding: 28px 34px;
}

.services-cta div {
	display: grid;
}

.services-cta small {
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.services-cta strong {
	font-family: var(--oda-display);
	font-size: 1.28rem;
	font-weight: 500;
}

/* Ritualet */
.rituals {
	background: var(--oda-forest);
	color: var(--oda-white);
}

.rituals-intro {
	align-items: end;
	display: grid;
	gap: 50px;
	grid-template-columns: 1.15fr 0.55fr;
	margin-bottom: 55px;
}

.rituals-intro h2 {
	margin-bottom: 0;
}

.rituals-intro > p {
	color: rgba(255, 253, 248, 0.62);
	margin-bottom: 4px;
}

.ritual-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.ritual-grid article {
	background: linear-gradient(180deg, rgba(7, 27, 22, 0.08), rgba(7, 27, 22, 0.95)), var(--ritual-image) center/cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 570px;
	overflow: hidden;
	padding: 30px;
	position: relative;
	transition: transform 250ms ease;
}

.ritual-grid article::after {
	border: 1px solid rgba(255, 253, 248, 0.25);
	content: "";
	inset: 12px;
	pointer-events: none;
	position: absolute;
}

.ritual-grid article:hover {
	transform: translateY(-7px);
}

.ritual-number {
	color: var(--oda-bronze-light);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	position: relative;
	z-index: 1;
}

.ritual-copy {
	position: relative;
	z-index: 1;
}

.ritual-copy small {
	color: var(--oda-bronze-light);
	font-size: 0.58rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ritual-copy h3 {
	font-size: clamp(2rem, 3vw, 2.8rem);
	margin: 10px 0 15px;
}

.ritual-copy p {
	color: rgba(255, 253, 248, 0.66);
	font-size: 0.88rem;
}

.ritual-copy a {
	color: var(--oda-bronze-light);
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-top: 18px;
	text-transform: uppercase;
}

/* Ekipi */
.team-standard {
	background: var(--oda-cream);
}

.team-grid {
	align-items: center;
	display: grid;
	gap: clamp(60px, 10vw, 135px);
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.94fr);
}

.team-visual {
	min-height: 720px;
	position: relative;
}

.team-main {
	bottom: 0;
	height: 88%;
	left: 0;
	object-fit: cover;
	object-position: 52% center;
	position: absolute;
	width: 72%;
}

.team-detail {
	border: 10px solid var(--oda-cream);
	height: 43%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
}

.team-stamp {
	align-items: center;
	background: var(--oda-bronze);
	bottom: 34px;
	color: var(--oda-forest);
	display: grid;
	height: 132px;
	justify-items: center;
	padding: 18px;
	position: absolute;
	right: 18px;
	text-align: center;
	width: 132px;
}

.team-stamp strong {
	font-family: var(--oda-display);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.team-stamp span {
	font-size: 0.52rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.team-copy > p:not(.section-label):not(.about-lead) {
	color: var(--oda-muted);
}

.team-promises {
	border-top: 1px solid var(--oda-line);
	margin: 34px 0;
}

.team-promises > div {
	border-bottom: 1px solid var(--oda-line);
	display: grid;
	gap: 3px 14px;
	grid-template-columns: auto 1fr;
	padding: 16px 0;
}

.team-promises span {
	color: var(--oda-bronze);
	font-size: 0.6rem;
	font-weight: 850;
	grid-row: span 2;
	letter-spacing: 0.1em;
	padding-top: 4px;
}

.team-promises strong {
	font-family: var(--oda-display);
	font-size: 1.12rem;
	font-weight: 500;
}

.team-promises small {
	color: var(--oda-muted);
	font-size: 0.72rem;
}

/* Lounge */
.lounge {
	background: var(--oda-forest);
	color: var(--oda-white);
	overflow: hidden;
	position: relative;
}

.lounge::before {
	background: linear-gradient(90deg, rgba(7, 27, 22, 0.99) 0%, rgba(7, 27, 22, 0.94) 46%, rgba(7, 27, 22, 0.72) 100%), url("../images/oda-lounge-wide.webp") center/cover no-repeat;
	content: "";
	inset: 0;
	position: absolute;
}

.lounge-grid {
	align-items: center;
	display: grid;
	gap: clamp(50px, 9vw, 130px);
	grid-template-columns: 1fr 0.85fr;
	position: relative;
}

.lounge-copy h2 em {
	color: var(--oda-bronze-light);
	font-weight: 400;
}

.lounge-copy > p:not(.section-label) {
	color: rgba(255, 253, 248, 0.72);
	max-width: 600px;
}

.lounge-copy .button {
	margin-top: 22px;
}

.lounge-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 27px 0 8px;
}

.lounge-tags span {
	border: 1px solid rgba(255, 253, 248, 0.24);
	color: rgba(255, 253, 248, 0.75);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 7px 10px;
	text-transform: uppercase;
}

.lounge-menu {
	background: rgba(242, 234, 220, 0.97);
	box-shadow: var(--oda-shadow);
	color: var(--oda-forest);
	padding: 12px 38px;
}

.lounge-menu > div {
	align-items: center;
	border-bottom: 1px solid rgba(7, 27, 22, 0.15);
	display: grid;
	gap: 24px;
	grid-template-columns: 48px 1fr;
	padding: 29px 0;
}

.lounge-menu > div:last-child {
	border-bottom: 0;
}

.lounge-menu b {
	color: var(--oda-bronze);
	font-family: var(--oda-display);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

.lounge-menu span {
	display: grid;
}

.lounge-menu strong {
	font-family: var(--oda-display);
	font-size: 1.35rem;
	font-weight: 500;
}

.lounge-menu small {
	color: var(--oda-muted);
	font-size: 0.78rem;
	margin-top: 2px;
}

/* Booking */
.booking {
	background: var(--oda-cream);
}

.booking-grid {
	display: grid;
	gap: clamp(50px, 9vw, 130px);
	grid-template-columns: 1.05fr 0.72fr;
}

.booking-copy > p:not(.section-label) {
	color: var(--oda-muted);
	max-width: 650px;
}

.booking-copy ol {
	counter-reset: booking-steps;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 38px 0;
	padding: 0;
}

.booking-copy li {
	align-items: center;
	border-bottom: 1px solid var(--oda-line);
	display: flex;
	font-family: var(--oda-display);
	font-size: 1.18rem;
	gap: 13px;
	padding: 18px 14px 18px 0;
}

.booking-copy li span {
	align-items: center;
	border: 1px solid var(--oda-bronze);
	border-radius: 50%;
	color: var(--oda-bronze);
	display: inline-flex;
	font-family: var(--oda-body);
	font-size: 0.65rem;
	font-weight: 850;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.booking-benefits {
	background: var(--oda-forest);
	box-shadow: var(--oda-shadow);
	color: var(--oda-white);
	padding: clamp(35px, 5vw, 56px);
}

.app-mark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	display: inline-grid;
	line-height: 0.88;
	margin-bottom: 27px;
	padding-bottom: 22px;
}

.app-mark span,
.app-mark small {
	color: var(--oda-bronze-light);
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.24em;
}

.app-mark strong {
	font-family: var(--oda-display);
	font-size: 2.35rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.booking-benefits > p {
	font-family: var(--oda-display);
	font-size: 1.55rem;
}

.booking-benefits ul {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.booking-benefits li {
	color: rgba(255, 253, 248, 0.75);
	font-size: 0.88rem;
}

.barberly-live {
	margin-top: clamp(60px, 8vw, 100px);
}

.barberly-live-head {
	align-items: end;
	display: grid;
	gap: 45px;
	grid-template-columns: 1fr 0.62fr;
	margin-bottom: 30px;
}

.barberly-live-head h3 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin-bottom: 0;
}

.barberly-live-head > p {
	color: var(--oda-muted);
	margin-bottom: 3px;
}

.barberly-frame {
	background: var(--oda-white);
	border: 1px solid var(--oda-line);
	box-shadow: 0 20px 55px rgba(7, 27, 22, 0.08);
	min-height: 300px;
	padding: clamp(20px, 4vw, 42px);
}

.barberly-embed {
	min-height: 120px;
}

.barberly-fallback {
	border-top: 1px solid var(--oda-line);
	margin-top: 20px;
	padding-top: 22px;
	text-align: center;
}

.barberly-frame.widget-loaded .barberly-fallback {
	display: none;
}

/* Why */
.why {
	background: var(--oda-forest);
	color: var(--oda-white);
}

.section-head.light > p {
	color: rgba(255, 253, 248, 0.65);
}

.why-grid {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.why-grid article {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	border-right: 1px solid rgba(255, 255, 255, 0.13);
	min-height: 255px;
	padding: 32px;
}

.why-grid i {
	color: var(--oda-bronze-light);
	display: block;
	font-family: var(--oda-display);
	font-size: 1.8rem;
	font-style: normal;
	margin-bottom: 48px;
}

.why-grid h3 {
	font-size: 1.4rem;
	margin-bottom: 13px;
}

.why-grid p {
	color: rgba(255, 253, 248, 0.58);
	font-size: 0.83rem;
	line-height: 1.65;
}

/* Gallery */
.gallery {
	background: var(--oda-paper);
}

.gallery-grid {
	display: grid;
	gap: 12px;
	grid-auto-flow: dense;
	grid-auto-rows: 280px;
	grid-template-columns: repeat(4, 1fr);
}

.gallery-grid figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gallery-open {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	height: 100%;
	padding: 0;
	text-align: left;
	width: 100%;
}

.gallery-grid figure.wide {
	grid-column: span 2;
}

.gallery-grid figure.tall {
	grid-row: span 2;
}

.gallery-grid img {
	filter: saturate(0.82) contrast(1.04);
	height: 100%;
	object-fit: cover;
	transition: filter 400ms ease, transform 650ms ease;
	width: 100%;
}

.gallery-grid figure:hover img {
	filter: saturate(1) contrast(1.04);
	transform: scale(1.035);
}

.gallery-grid figcaption {
	background: linear-gradient(180deg, transparent, rgba(7, 27, 22, 0.85));
	bottom: 0;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.11em;
	padding: 52px 20px 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.gallery-grid figcaption span {
	float: right;
	font-size: 1rem;
}

.gallery-lightbox {
	background: #03100d;
	border: 0;
	color: var(--oda-white);
	height: 100%;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: clamp(24px, 5vw, 60px);
	width: 100%;
}

.gallery-lightbox[open] {
	display: grid;
	place-items: center;
}

.gallery-lightbox::backdrop {
	background: rgba(3, 16, 13, 0.95);
}

.gallery-lightbox img {
	max-height: calc(100vh - 150px);
	max-width: min(1200px, 92vw);
	object-fit: contain;
}

.gallery-lightbox p {
	bottom: 22px;
	font-size: 0.65rem;
	font-weight: 850;
	left: 50%;
	letter-spacing: 0.14em;
	position: fixed;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.lightbox-close {
	align-items: center;
	background: var(--oda-bronze);
	border: 0;
	color: var(--oda-forest);
	cursor: pointer;
	display: flex;
	font-family: var(--oda-display);
	font-size: 2rem;
	height: 48px;
	justify-content: center;
	position: fixed;
	right: 24px;
	top: 24px;
	width: 48px;
	z-index: 2;
}

/* Offers */
.offers {
	background: var(--oda-cream);
}

.offers-head {
	margin: 0 auto 50px;
	max-width: 800px;
	text-align: center;
}

.offers-head .section-label {
	justify-content: center;
}

.offers-head > p:not(.section-label) {
	color: var(--oda-muted);
}

.offer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
}

.offer-grid article {
	background: var(--oda-paper);
	border-right: 1px solid var(--oda-line);
	min-height: 310px;
	padding: clamp(30px, 4vw, 46px);
}

.offer-grid article > span {
	color: var(--oda-bronze);
	display: block;
	font-family: var(--oda-display);
	font-size: 2rem;
	margin-bottom: 55px;
}

.offer-grid article h3 {
	margin-bottom: 14px;
}

.offer-grid article p {
	color: var(--oda-muted);
	font-size: 0.9rem;
}

.offer-grid .welcome-offer {
	background: var(--oda-bronze);
	color: var(--oda-forest);
	display: flex;
	flex-direction: column;
}

.welcome-offer small {
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.welcome-offer strong {
	font-family: var(--oda-display);
	font-size: clamp(3.4rem, 6vw, 5.5rem);
	font-weight: 500;
	line-height: 1;
	margin: 20px 0;
}

.welcome-offer p {
	color: rgba(7, 27, 22, 0.72) !important;
}

.welcome-offer a {
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-top: auto;
	text-transform: uppercase;
}

.tiers {
	border-bottom: 1px solid var(--oda-line);
	border-left: 1px solid var(--oda-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tiers > div {
	align-items: center;
	border-right: 1px solid var(--oda-line);
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 24px 28px;
}

.tiers small {
	color: var(--oda-bronze);
	font-size: 0.65rem;
	font-weight: 850;
	grid-row: span 2;
	margin-right: 20px;
}

.tiers strong {
	font-family: var(--oda-display);
	font-size: 1.35rem;
	font-weight: 500;
}

.tiers span {
	color: var(--oda-muted);
	font-size: 0.7rem;
}

/* Reviews */
.reviews {
	background: #f8f4ec;
}

.reviews-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.reviews-grid article {
	background: var(--oda-white);
	border: 1px solid var(--oda-line);
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 38px;
}

.review-stars {
	color: var(--oda-bronze);
	font-size: 0.9rem;
	letter-spacing: 0.18em;
	margin-bottom: 38px;
}

.reviews-grid blockquote {
	font-family: var(--oda-display);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 36px;
}

.reviews-grid blockquote.no-comment {
	color: var(--oda-muted);
}

.reviews-grid article footer {
	border-top: 1px solid var(--oda-line);
	display: grid;
	margin-top: auto;
	padding-top: 18px;
}

.reviews-grid article footer strong {
	font-family: var(--oda-display);
	font-size: 1.05rem;
	font-weight: 500;
}

.reviews-grid article footer span {
	color: var(--oda-muted);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 2px;
	text-transform: uppercase;
}

.center-action {
	margin-top: 34px;
	text-align: center;
}

/* Contact */
.contact {
	background: var(--oda-cream);
}

.contact-grid {
	display: grid;
	gap: clamp(48px, 8vw, 110px);
	grid-template-columns: 1fr 0.85fr;
}

.contact-list {
	border-top: 1px solid var(--oda-line);
	margin-top: 40px;
}

.contact-list > div {
	border-bottom: 1px solid var(--oda-line);
	padding: 18px 0;
}

.contact-list span {
	display: grid;
	gap: 3px;
}

.contact-list small {
	color: var(--oda-muted);
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.contact-list strong,
.contact-list a {
	font-family: var(--oda-display);
	font-size: 1.2rem;
	font-weight: 500;
}

.contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.contact-actions .button-secondary {
	border-color: var(--oda-forest);
	color: var(--oda-forest);
}

.contact-actions .button-secondary:hover {
	background: var(--oda-forest);
	color: var(--oda-white);
}

.map-card {
	background:
		linear-gradient(rgba(7, 27, 22, 0.82), rgba(7, 27, 22, 0.92)),
		url("../images/oda-bar-wide.webp") center/cover no-repeat;
	color: var(--oda-white);
	display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 530px;
	padding: clamp(34px, 5vw, 56px);
}

.map-card > span {
	color: var(--oda-bronze-light);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.map-card > strong {
	font-family: var(--oda-display);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 500;
	line-height: 1.08;
}

.map-card p {
	color: rgba(255, 253, 248, 0.66);
	margin: 18px 0 30px;
}

.map-card a {
	color: var(--oda-bronze-light);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

/* Final CTA and footer */
.final-cta {
	background: var(--oda-green);
	color: var(--oda-white);
	overflow: hidden;
	padding: clamp(90px, 12vw, 160px) 0;
	position: relative;
	text-align: center;
}

.final-cta > img {
	filter: grayscale(1);
	height: min(560px, 80vw);
	left: 50%;
	opacity: 0.035;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(560px, 80vw);
}

.final-cta .wrap {
	position: relative;
}

.final-cta .section-label {
	justify-content: center;
}

.final-cta h2 {
	font-size: clamp(3rem, 7vw, 6.2rem);
}

.final-cta > .wrap > p:not(.section-label) {
	color: rgba(255, 253, 248, 0.68);
	margin-bottom: 32px;
}

.site-footer {
	background: #04110e;
	color: var(--oda-white);
	padding: 62px 0 28px;
}

.footer-grid {
	align-items: center;
	display: grid;
	gap: 35px;
	grid-template-columns: 1.1fr 0.8fr auto;
}

.brand-dark img {
	height: 68px;
	width: 68px;
}

.footer-grid > p {
	color: rgba(255, 253, 248, 0.53);
	font-size: 0.84rem;
	margin: 0;
}

.footer-origin {
	color: var(--oda-bronze-light);
	display: inline-block;
	font-size: 0.65rem;
	margin-top: 7px;
}

.footer-grid nav {
	display: grid;
	gap: 7px;
}

.footer-grid nav a {
	color: rgba(255, 253, 248, 0.74);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.footer-grid nav a:hover {
	color: var(--oda-bronze-light);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 253, 248, 0.38);
	display: flex;
	font-size: 0.63rem;
	gap: 20px;
	justify-content: space-between;
	letter-spacing: 0.05em;
	margin-top: 45px;
	padding-top: 24px;
	text-transform: uppercase;
}

.whatsapp-float {
	align-items: center;
	background: #1f9d60;
	border: 3px solid var(--oda-white);
	border-radius: 50%;
	bottom: 24px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: flex;
	font-size: 0.67rem;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 22px;
	width: 58px;
	z-index: 9980;
}

.whatsapp-float svg {
	fill: currentColor;
	height: 25px;
	width: 25px;
}

.mobile-booking {
	display: none;
}

.barberly-side-widget {
	position: relative;
	z-index: 9985;
}

.reveal-ready .reveal-item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease var(--reveal-delay, 0ms), transform 650ms ease var(--reveal-delay, 0ms);
}

.reveal-ready .reveal-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-ready .experience-card.reveal-item.is-visible:hover,
.reveal-ready .ritual-grid article.reveal-item.is-visible:hover {
	transform: translateY(-7px);
}

/* WordPress content templates */
.content-page {
	background: var(--oda-paper);
	min-height: 65vh;
	padding: clamp(80px, 10vw, 140px) 0;
}

.content-page .entry-header,
.content-page .entry-content,
.content-page .post-list,
.content-page .page-message {
	margin-inline: auto;
	max-width: 850px;
}

.content-page .entry-title {
	font-size: clamp(2.8rem, 7vw, 5rem);
	margin-bottom: 35px;
}

.content-page .entry-content > * {
	max-width: 100%;
}

.content-page .entry-content a {
	color: var(--oda-green);
	text-decoration: underline;
	text-decoration-color: var(--oda-bronze);
	text-underline-offset: 4px;
}

.content-page .entry-content img {
	height: auto;
}

.post-list article {
	border-bottom: 1px solid var(--oda-line);
	padding: 34px 0;
}

.post-list article h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 12px;
}

.post-list .post-meta {
	color: var(--oda-muted);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1120px) {
	.header-inner {
		grid-template-columns: minmax(180px, auto) 1fr auto;
	}

	.brand small {
		display: none;
	}

	.primary-nav ul {
		gap: 15px;
	}

	.primary-nav a {
		font-size: 0.64rem;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
	}

	.services-grid,
	.why-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-grid > div:nth-child(2) {
		border-right: 0;
	}

	.trust-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 901px) and (max-width: 1300px) {
	.availability-card {
		right: 60px;
	}
}

@media (max-width: 900px) {
	body.admin-bar .oda-header {
		top: 46px;
	}

	.wrap {
		width: min(100% - 36px, 760px);
	}

	html {
		scroll-padding-top: 82px;
	}

	.oda-topbar {
		display: none;
	}

	.oda-header {
		position: sticky;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		min-height: 74px;
	}

	.brand img {
		height: 48px;
		width: 48px;
	}

	.primary-nav {
		background: var(--oda-forest);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		left: 50%;
		margin: 0;
		max-height: calc(100vh - 74px);
		overflow-y: auto;
		padding: 10px 22px 24px;
		position: absolute;
		right: auto;
		top: 74px;
		transform: translateX(-50%);
		width: 100vw;
	}

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

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

	.primary-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.primary-nav a {
		font-size: 0.75rem;
		padding: 15px 0;
	}

	body.menu-open {
		overflow: hidden;
	}

	.header-book {
		display: none;
	}

	.menu-toggle {
		display: block;
	}

	.hero {
		min-height: auto;
		padding-top: 70px;
	}

	.hero-grid,
	.about-grid,
	.team-grid,
	.lounge-grid,
	.booking-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding-bottom: 10px;
	}

	.hero-photo {
		min-height: 650px;
	}

	.experience-head,
	.section-head,
	.rituals-intro,
	.barberly-live-head {
		align-items: start;
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.experience-grid {
		grid-template-columns: 1fr;
	}

	.ritual-grid {
		grid-template-columns: 1fr;
	}

	.ritual-grid article {
		min-height: 510px;
	}

	.experience-card {
		min-height: 350px;
	}

	.experience-card small {
		margin-top: 40px;
	}

	.about-photo {
		min-height: 680px;
	}

	.team-visual {
		min-height: 690px;
	}

	.lounge::before {
		background: linear-gradient(rgba(7, 27, 22, 0.94), rgba(7, 27, 22, 0.91)), url("../images/oda-lounge-wide.webp") center/cover no-repeat;
	}

	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.offer-grid {
		grid-template-columns: 1fr;
	}

	.offer-grid article {
		border-bottom: 1px solid var(--oda-line);
		min-height: 290px;
	}

	.tiers,
	.reviews-grid {
		grid-template-columns: 1fr;
	}

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

	.footer-grid nav {
		grid-column: 1 / -1;
		grid-template-columns: repeat(5, 1fr);
	}

	.whatsapp-float {
		bottom: 84px;
	}

	.mobile-booking {
		align-items: center;
		background: var(--oda-bronze);
		bottom: 0;
		color: var(--oda-forest);
		display: grid;
		font-size: 0.76rem;
		font-weight: 900;
		height: 64px;
		justify-content: center;
		justify-items: center;
		left: 0;
		letter-spacing: 0.13em;
		line-height: 1.1;
		padding-top: 11px;
		position: fixed;
		right: 0;
		text-transform: uppercase;
		z-index: 9975;
	}

	.mobile-booking span {
		font-size: 0.52rem;
		letter-spacing: 0.08em;
		opacity: 0.65;
	}

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

@media (max-width: 620px) {
	body {
		font-size: 15px;
	}

	.wrap {
		width: calc(100% - 30px);
	}

	.section-pad {
		padding-block: 78px;
	}

	.brand strong {
		font-size: 1rem;
	}

	.hero {
		padding-top: 50px;
	}

	.hero h1 {
		font-size: clamp(3.1rem, 15.5vw, 5.2rem);
	}

	.hero-actions {
		display: grid;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-facts {
		display: grid;
	}

	.hero-photo {
		min-height: 480px;
	}

	.availability-card {
		bottom: 16px;
		right: -6px;
	}

	.hero-photo::before {
		inset: -8px 8px 8px -8px;
	}

	.experience-line {
		align-items: flex-start;
		flex-direction: column;
		font-size: 1.45rem;
		gap: 0;
		padding-inline: 26px;
	}

	.about-photo {
		min-height: 520px;
	}

	.about-photo::before {
		left: -10px;
		top: -10px;
	}

	.services-grid,
	.why-grid {
		grid-template-columns: 1fr;
	}

	.trust-grid {
		grid-template-columns: 1fr;
	}

	.trust-grid > div,
	.trust-grid > div:first-child,
	.trust-grid > div:nth-child(2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
		border-right: 0;
		min-height: 68px;
		padding-inline: 14px;
	}

	.trust-grid > div:last-child {
		border-bottom: 0;
	}

	.ritual-grid article {
		min-height: 450px;
		padding: 25px;
	}

	.team-visual {
		min-height: 540px;
	}

	.team-main {
		height: 90%;
		width: 78%;
	}

	.team-detail {
		height: 39%;
		width: 46%;
	}

	.team-stamp {
		bottom: 18px;
		height: 108px;
		right: 5px;
		width: 108px;
	}

	.services-grid article {
		min-height: 310px;
	}

	.services-cta {
		align-items: stretch;
		flex-direction: column;
		padding: 28px;
	}

	.booking-copy ol {
		grid-template-columns: 1fr;
	}

	.booking-benefits {
		padding: 34px 28px;
	}

	.barberly-frame {
		padding: 15px;
	}

	.gallery-grid {
		grid-auto-rows: 240px;
		grid-template-columns: 1fr;
	}

	.gallery-grid figure.wide {
		grid-column: auto;
	}

	.gallery-grid figure.tall {
		grid-row: span 2;
	}

	.lightbox-close {
		right: 14px;
		top: 14px;
	}

	.tiers > div {
		padding-inline: 20px;
	}

	.reviews-grid article {
		padding: 30px;
	}

	.contact-actions {
		display: grid;
	}

	.map-card {
		min-height: 430px;
	}

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

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

	.footer-bottom {
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	body.admin-bar .oda-header {
		top: 46px;
	}
}

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

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