:root {
    --app-font-sans: "Inter", sans-serif;
    --app-font-serif: "Playfair Display", Georgia, serif;
    --brand-orange: #E85D22;
    --brand-green: #5A6B47;
    --brand-bg: #F9F8F6;
    --brand-black: #0A0A0A;
    --brand-gray: #e7e2dc;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    cursor: url("cursor-brush.svg") 8 40, auto;
}

body {
    background: var(--brand-bg);
}

.ac-paper-grain {
    height: 100%;
    inset: 0;
    mix-blend-mode: multiply;
    opacity: 0.4;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 50;
}

::selection {
    background: rgba(213, 91, 48, 0.22);
}

a,
button,
.paint-cta {
    cursor: url("cursor-brush.svg") 8 40, pointer;
}

.bg-texture {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
}

header nav a,
.brush-link,
footer a:not(.paint-cta) {
    position: relative;
}

header nav .menu-item {
    position: relative;
}

header nav .menu-item-has-children::after {
    content: "";
    height: 1.25rem;
    left: -0.75rem;
    position: absolute;
    right: -0.75rem;
    top: 100%;
}

header nav .sub-menu {
    background: rgba(245, 244, 239, 0.96);
    border: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 22px 44px -34px rgba(17, 17, 17, 0.55);
    left: -1rem;
    min-width: 13rem;
    opacity: 0;
    padding: 0.75rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 0.45rem);
    transform: translateY(0.5rem);
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 80;
}

header nav .menu-item:hover > .sub-menu,
header nav .menu-item:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

header nav .sub-menu li + li {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

header nav .sub-menu a {
    display: block;
    padding: 0.75rem 0.65rem;
    white-space: nowrap;
}

header nav a::after,
.brush-link::after,
footer a:not(.paint-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 2px;
    background: currentColor;
    opacity: 0.75;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
}

header nav a:hover::after,
.brush-link:hover::after,
footer a:not(.paint-cta):hover::after {
    transform: scaleX(1);
}

.paint-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    position: relative;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.paint-cta::before {
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 70%);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-120%);
    transition: transform 0.55s ease;
    z-index: -1;
}

.paint-cta:hover::before {
    transform: translateX(120%);
}

.paint-cta:hover {
    box-shadow: 0 14px 34px -22px rgba(17, 17, 17, 0.8);
    transform: translateY(-2px);
}

.entry-content > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.entry-content > .alignfull {
    max-width: none;
}

.entry-content p {
    line-height: 1.8;
}

.entry-content .wp-block-button__link {
    background: var(--brand-black);
    border-radius: 0;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 1rem 1.75rem;
    text-transform: uppercase;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    border: 1px solid var(--brand-black);
    color: var(--brand-black);
}

.ac-page-hero,
.ac-page-section {
    overflow: hidden;
    position: relative;
}

.ac-page-hero {
    min-height: calc(100vh - 5rem);
    padding: 7rem 1.5rem 6rem;
}

.ac-page-hero::before,
.ac-page-section::before,
.ac-page-band::before {
    background-repeat: no-repeat;
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    filter: saturate(1.38) contrast(1.07);
    opacity: 0.44;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.ac-page-hero::before {
    background-image: url("wc-stain-1.png"), url("wc-stain-5.png"), url("wc-stain-6.png");
    background-position: -8rem 12%, calc(100% + 9rem) 18%, 88% calc(100% + 9rem);
    background-size: 40rem auto, 32rem auto, 38rem auto;
}

.ac-page-section::before {
    background-image: url("wc-stain-2.png"), url("wc-stain-4.png");
    background-position: -7rem 22%, calc(100% + 7rem) 88%;
    background-size: 32rem auto, 26rem auto;
}

.ac-page-band::before {
    background-image: url("wc-stain-3.png"), url("wc-stain-5.png");
    background-position: 8% calc(100% + 7rem), calc(100% + 10rem) 12%;
    background-size: 28rem auto, 36rem auto;
}

.ac-page-hero > *,
.ac-page-section > *,
.ac-page-band > * {
    position: relative;
    z-index: 2;
}

.ac-page-hero h1 {
    color: var(--brand-black);
    font-family: "Playfair Display", serif;
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.96;
    margin-bottom: 2rem;
    max-width: 58rem;
}

.ac-page-hero p {
    color: #5f5f5f;
    font-size: 1.125rem;
    max-width: 40rem;
}

.ac-eyebrow {
    color: var(--brand-green);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.ac-page-section,
.ac-page-band {
    padding: 6rem 1.5rem;
}

.ac-page-band {
    background: #151515;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.ac-page-section h2,
.ac-page-band h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

.ac-page-section h3,
.ac-page-band h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.15;
}

.ac-grid {
    display: grid;
    gap: 2rem;
}

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

.ac-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-card {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 17, 17, 0.11);
    padding: 2rem;
    transition: border-color 0.25s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ac-card:hover {
    border-color: rgba(213, 91, 48, 0.42);
    box-shadow: 0 22px 44px -34px rgba(17, 17, 17, 0.45);
    transform: translateY(-6px);
}

.ac-dark-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.ac-dark-card p {
    color: #c7c7c7;
}

.ac-image-frame {
    background: #e5e5e5;
    overflow: hidden;
}

.ac-image-frame img,
.wp-block-image.ac-image-frame img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    width: 100%;
}

.ac-image-frame:hover img {
    transform: scale(1.055);
}

.ac-gallery-carousel {
    margin: 0 auto;
    max-width: 82rem;
    position: relative;
}

.ac-gallery-stage {
    aspect-ratio: 16 / 9;
    background: #e5e4e0;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.ac-gallery-slide {
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.035);
    transition: opacity 0.55s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-gallery-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.ac-gallery-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ac-gallery-slide figcaption {
    align-items: baseline;
    background: rgba(17, 17, 17, 0.86);
    bottom: 1.5rem;
    color: #fff;
    display: flex;
    gap: 1rem;
    left: 1.5rem;
    padding: 0.85rem 1rem;
    position: absolute;
    z-index: 4;
}

.ac-gallery-slide figcaption span {
    color: var(--brand-orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ac-gallery-controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.ac-gallery-controls button,
.ac-gallery-thumbs button {
    border-radius: 0;
    cursor: url("cursor-brush.svg") 8 40, pointer;
}

.ac-gallery-controls button {
    background: var(--brand-black);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.9rem 1.2rem;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.ac-gallery-controls button:hover {
    background: var(--brand-orange);
    transform: translateY(-2px);
}

.ac-gallery-count {
    align-items: center;
    color: var(--brand-black);
    display: flex;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    gap: 0.4rem;
}

.ac-gallery-current {
    color: var(--brand-orange);
}

.ac-gallery-thumbs {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.ac-gallery-thumbs button {
    aspect-ratio: 4 / 3;
    background: #ddd;
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.ac-gallery-thumbs button::after {
    background: rgba(17, 17, 17, 0.28);
    content: "";
    inset: 0;
    position: absolute;
    transition: opacity 0.25s ease;
}

.ac-gallery-thumbs button.is-active {
    border-color: var(--brand-orange);
    transform: translateY(-4px);
}

.ac-gallery-thumbs button.is-active::after,
.ac-gallery-thumbs button:hover::after {
    opacity: 0;
}

.ac-gallery-thumbs img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ac-gallery-collage {
    margin: 0 auto;
    max-width: 86rem;
}

.ac-gallery-collage > .wp-block-group__inner-container,
.editor-styles-wrapper .ac-gallery-collage > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: grid;
    gap: 1rem;
    grid-auto-flow: dense;
    grid-auto-rows: 9rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ac-collage-item {
    background: #e5e4e0;
    grid-column: span 3;
    grid-row: span 2;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.ac-collage-item::after {
    background: linear-gradient(180deg, transparent 38%, rgba(17, 17, 17, 0.74) 100%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.ac-collage-large {
    grid-column: span 6;
    grid-row: span 4;
}

.ac-collage-wide {
    grid-column: span 5;
    grid-row: span 2;
}

.ac-collage-tall {
    grid-column: span 3;
    grid-row: span 4;
}

.ac-collage-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 0.75s ease, filter 0.45s ease;
    width: 100%;
}

.ac-collage-item:hover img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.065);
}

.ac-collage-item figcaption {
    background: transparent;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    left: 0;
    letter-spacing: 0.02em;
    padding: 2.5rem 1rem 1rem;
    position: absolute;
    right: 0;
    transform: translateY(0);
    z-index: 3;
}

.ac-parallax-media,
.ac-parallax-soft {
    --scroll-y: 0px;
    transform: translate3d(0, var(--scroll-y), 0);
    transition: transform 0.18s linear;
    will-change: transform;
}

.ac-parallax-media {
    transform: translate3d(0, var(--scroll-y), 0) scale(1.025);
}

.ac-reveal {
    filter: blur(8px);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s ease;
}

.ac-reveal.is-visible {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
}

.ac-stats {
    border-top: 1px solid var(--brand-gray);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3rem;
    padding-top: 2rem;
}

.ac-stat strong {
    color: var(--brand-orange);
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    line-height: 1;
}

.ac-stat span {
    color: #666;
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    margin-top: 0.6rem;
    text-transform: uppercase;
}

.ac-contact-panel {
    background: #fff;
    border: 1px solid var(--brand-gray);
    box-shadow: 0 28px 70px -54px rgba(17, 17, 17, 0.65);
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.ac-contact-panel input,
.ac-contact-panel textarea,
.ac-contact-panel select {
    background: #f8f7f2;
    border: 1px solid var(--brand-gray);
    border-radius: 0;
    color: var(--brand-black);
    display: block;
    margin-top: 0.5rem;
    min-height: 3.25rem;
    padding: 0.95rem 1rem;
    width: 100%;
}

.ac-contact-panel textarea {
    min-height: 11rem;
    resize: vertical;
}

.ac-contact-panel input:focus,
.ac-contact-panel textarea:focus,
.ac-contact-panel select:focus {
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 3px rgba(213, 91, 48, 0.14);
    outline: none;
}

.ac-contact-panel label {
    color: #555;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.ac-form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-contact-form .ac-honeypot {
    height: 0;
    left: -9999px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.ac-privacy-check {
    align-items: flex-start;
    color: #666;
    display: flex !important;
    gap: 0.75rem;
    letter-spacing: 0 !important;
    line-height: 1.5;
    text-transform: none !important;
}

.ac-privacy-check input {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    min-height: 1rem;
    width: 1rem;
}

.ac-contact-panel button,
.ac-contact-panel input[type="submit"] {
    background: var(--brand-black);
    border: 1px solid var(--brand-black);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.14em;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ac-contact-panel button:hover,
.ac-contact-panel input[type="submit"]:hover {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    transform: translateY(-2px);
}

.ac-contact-landing {
    padding-bottom: clamp(5rem, 8vw, 8rem);
}

.ac-contact-hero {
    min-height: auto;
}

.ac-contact-shell {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.ac-contact-intro {
    align-self: start;
}

.ac-contact-kicker,
.ac-form-note {
    color: var(--brand-orange);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ac-contact-intro h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.02;
    margin: 1rem 0 1.5rem;
}

.ac-contact-lead {
    color: #555;
    font-size: 1rem;
    line-height: 1.85;
    max-width: 36rem;
}

.ac-contact-details {
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
}

.ac-contact-detail {
    display: grid;
    gap: 0.25rem;
}

.ac-contact-detail strong {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ac-contact-detail span,
.ac-contact-detail a {
    color: #555;
    line-height: 1.6;
}

.ac-contact-detail a:hover {
    color: var(--brand-orange);
}

.ac-contact-promise {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(17, 17, 17, 0.08);
    margin-top: 2rem;
    padding: 1.25rem;
}

.ac-contact-promise p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

.ac-form-heading {
    margin-bottom: 1.5rem;
}

.ac-form-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    margin: 0.4rem 0 0.75rem;
}

.ac-form-heading p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.75;
}

.ac-form-notice {
    border: 1px solid;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
}

.ac-form-notice--success {
    background: rgba(101, 113, 83, 0.1);
    border-color: rgba(101, 113, 83, 0.34);
    color: #435035;
}

.ac-form-notice--error {
    background: rgba(213, 91, 48, 0.1);
    border-color: rgba(213, 91, 48, 0.36);
    color: #8a351d;
}

.ac-contact-steps {
    background: #101010;
    color: #fff;
    padding: clamp(4rem, 8vw, 6rem) 1.5rem;
}

.ac-contact-steps-inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.ac-contact-steps h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
}

.ac-step-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-step {
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 1.4rem;
}

.ac-step span {
    color: var(--brand-orange);
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.ac-step h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    margin-bottom: 0.6rem;
}

.ac-step p {
    color: #b9b9b9;
    font-size: 0.9rem;
    line-height: 1.7;
}

.ac-activities-hero::after,
.ac-events-hero::after {
    background: linear-gradient(135deg, rgba(213, 91, 48, 0.14), rgba(101, 113, 83, 0.16));
    border: 1px solid rgba(17, 17, 17, 0.08);
    content: "";
    height: clamp(13rem, 23vw, 25rem);
    position: absolute;
    right: clamp(1.5rem, 7vw, 8rem);
    top: clamp(8rem, 15vw, 13rem);
    transform: rotate(-4deg);
    width: clamp(13rem, 23vw, 25rem);
    z-index: 1;
}

.ac-events-hero::after {
    border-radius: 50%;
    transform: rotate(0deg);
}

.ac-activity-grid {
    align-items: stretch;
}

.ac-activity-card {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    min-height: 100%;
    overflow: hidden;
    padding: 0 0 2rem;
}

.ac-activity-card .ac-eyebrow,
.ac-activity-card h3,
.ac-activity-card p,
.ac-activity-card .ac-feature-list {
    margin-left: 2rem;
    margin-right: 2rem;
}

.ac-activity-card h3 {
    margin-bottom: 0;
}

.ac-activity-media {
    aspect-ratio: 4 / 3;
    background: var(--brand-gray);
    margin: 0 0 0.5rem;
    overflow: hidden;
}

.ac-activity-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.4s ease;
    width: 100%;
}

.ac-activity-card:hover .ac-activity-media img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.07);
}

.ac-feature-list {
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    color: #5d5d5d;
    font-size: 0.92rem;
    line-height: 1.7;
    list-style: none;
    margin-bottom: 0;
    margin-top: auto;
    padding: 1rem 0 0;
}

.ac-feature-list li {
    padding-left: 1.35rem;
    position: relative;
}

.ac-feature-list li::before {
    background: var(--brand-orange);
    content: "";
    height: 0.42rem;
    left: 0;
    position: absolute;
    top: 0.68rem;
    transform: rotate(-12deg);
    width: 0.72rem;
}

.ac-mini-schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.ac-mini-schedule span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f2f2f2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    padding: 0.75rem 0.95rem;
    text-transform: uppercase;
}

.ac-event-list {
    display: grid;
    gap: 1rem;
}

.ac-event-card {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 17, 17, 0.11);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    overflow: hidden;
    padding: 1rem;
    transition: border-color 0.25s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ac-event-card:hover {
    border-color: rgba(213, 91, 48, 0.42);
    box-shadow: 0 22px 44px -34px rgba(17, 17, 17, 0.45);
    transform: translateY(-6px);
}

.ac-event-card time {
    align-items: center;
    background: var(--brand-black);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 8.5rem;
}

.ac-event-card time strong {
    color: var(--brand-orange);
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 0.9;
}

.ac-event-card time span {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: 0.6rem;
    text-transform: uppercase;
}

.ac-event-card h3 {
    margin-bottom: 0.65rem;
}

.ac-event-card p:not(.ac-eyebrow) {
    color: #5f5f5f;
    margin-bottom: 1rem;
}

.ac-event-card a {
    color: var(--brand-black);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    position: relative;
    text-transform: uppercase;
}

.ac-event-card a::after {
    background: var(--brand-orange);
    bottom: -0.35rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 0.25s ease;
    width: 100%;
}

.ac-event-card:hover a::after,
.ac-event-card a:hover::after {
    transform: scaleX(1);
}

.ac-rich-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(245, 244, 239, 0));
}

.ac-process-steps,
.ac-program-grid,
.ac-kit-grid {
    display: grid;
    gap: 1rem;
}

.ac-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-process-steps > div,
.ac-program-grid article,
.ac-kit-item {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(17, 17, 17, 0.1);
    padding: 1.45rem;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.ac-process-steps > div:hover,
.ac-program-grid article:hover,
.ac-kit-item:hover {
    border-color: rgba(213, 91, 48, 0.42);
    box-shadow: 0 22px 44px -34px rgba(17, 17, 17, 0.45);
    transform: translateY(-5px);
}

.ac-process-steps span,
.ac-program-grid span {
    color: var(--brand-orange);
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.ac-process-steps h3,
.ac-program-grid h3 {
    margin-bottom: 0.65rem;
}

.ac-process-steps p,
.ac-program-grid p,
.ac-kit-item span,
.ac-timeline p {
    color: #616161;
}

.ac-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-program-grid article {
    min-height: 18rem;
}

.ac-kit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.ac-kit-item strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 500;
    margin-bottom: 0.65rem;
}

.ac-kit-item span {
    display: block;
    line-height: 1.65;
}

.ac-timeline {
    counter-reset: timeline;
    display: grid;
    gap: 1rem;
}

.ac-timeline > div {
    background: rgba(255, 255, 255, 0.7);
    border-left: 4px solid var(--brand-orange);
    padding: 1.25rem 1.5rem 1.25rem 4.2rem;
    position: relative;
}

.ac-timeline > div::before {
    color: var(--brand-green);
    content: counter(timeline, decimal-leading-zero);
    counter-increment: timeline;
    font-family: "Playfair Display", serif;
    font-size: 1.75rem;
    left: 1.25rem;
    line-height: 1;
    position: absolute;
    top: 1.28rem;
}

.ac-timeline strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.ac-rich-cta .wp-block-button__link {
    background: var(--brand-orange);
}

.ac-rich-cta .wp-block-button__link:hover {
    background: #b94a25;
}

.ac-natural-body {
    background: #F9F8F6;
    overflow-x: hidden;
}

.ac-natural-header {
    background: rgba(246, 245, 241, 0.96);
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 18px 48px -42px rgba(17, 17, 17, 0.55);
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 90;
}

.ac-natural-header__inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 5.4rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 1.5rem;
}

.ac-natural-logo {
    color: #101010;
    font-family: "Playfair Display", serif;
    font-size: 1.62rem;
    font-weight: 600;
    line-height: 1;
}

.ac-natural-logo span {
    color: #E85D22;
}

.ac-natural-header nav {
    align-items: center;
    display: flex;
    gap: clamp(1.4rem, 3vw, 2.35rem);
    font-size: 0.9rem;
    font-weight: 500;
}

.ac-natural-header nav a,
.ac-natural-logo,
.ac-natural-header-cta,
.ac-natural-button,
.ac-natural-link {
    text-decoration: none;
}

.ac-natural-header-cta {
    background: #0A0A0A;
    color: #fff;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.14em;
    min-width: 8.6rem;
    padding: 1.35rem 1.6rem;
    text-transform: uppercase;
    transition: background 0.24s ease, transform 0.24s ease;
}

.ac-natural-header-cta:hover {
    background: #E85D22;
    transform: translateY(-1px);
}

.ac-natural-page {
    --natural-black: #0A0A0A;
    --natural-ink: #141414;
    --natural-orange: #E85D22;
    --natural-green: #5A6B47;
    --natural-paper: #F9F8F6;
    --natural-line: rgba(17, 17, 17, 0.12);
    background: var(--natural-paper);
    color: var(--natural-ink);
    overflow: hidden;
}

.ac-natural-shell {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 72rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.ac-natural-section {
    overflow: hidden;
    position: relative;
}

.ac-natural-hero {
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 0, 0, 0.34) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.9) 100%),
        var(--natural-hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: calc(100vh - 5.4rem);
    padding: clamp(5.5rem, 10vh, 7.6rem) 0 clamp(4.6rem, 9vh, 6.2rem);
}

.ac-natural-hero::after,
.ac-natural-dark::before {
    background-image: url("wc-stain-5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.11;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.ac-natural-hero::after {
    bottom: -13rem;
    height: 34rem;
    left: 18%;
    transform: rotate(-8deg);
    width: 48rem;
}

.ac-natural-hero-copy {
    max-width: 43rem;
}

.ac-natural-kicker {
    color: var(--natural-orange);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    margin: 0 0 1.8rem;
    text-transform: uppercase;
}

.ac-natural-kicker--green {
    color: var(--natural-green);
}

.ac-natural-hero h1,
.ac-natural-section-title,
.ac-natural-manifesto h2,
.ac-natural-skills h2,
.ac-natural-bodegon h2,
.ac-natural-details h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    letter-spacing: 0;
}

.ac-natural-hero h1 {
    font-size: clamp(4.35rem, 11vw, 8.25rem);
    line-height: 0.78;
    margin: 0 0 2rem;
}

.ac-natural-hero h1 span,
.ac-natural-hero h1 em,
.ac-natural-section-title em,
.ac-natural-manifesto h2 em,
.ac-natural-skills h2 em,
.ac-natural-bodegon h2 em,
.ac-natural-details h2 em {
    display: block;
}

.ac-natural-hero h1 em,
.ac-natural-section-title em,
.ac-natural-manifesto h2 em,
.ac-natural-skills h2 em,
.ac-natural-bodegon h2 em,
.ac-natural-details h2 em {
    color: var(--natural-orange);
    font-style: italic;
}

.ac-natural-lead {
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.55;
    margin: 0;
    max-width: 40rem;
}

.ac-natural-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 3.1rem;
}

.ac-natural-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.1;
    min-height: 4.05rem;
    padding: 1.1rem 2rem;
    text-transform: uppercase;
    transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.ac-natural-button:hover,
.ac-natural-link:hover {
    transform: translateY(-2px);
}

.ac-natural-button--orange {
    background: var(--natural-orange);
    color: #fff;
}

.ac-natural-button--orange:hover {
    background: #c84a18;
}

.ac-natural-button--ghost {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.34);
    color: #fff;
}

.ac-natural-button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.75);
}

.ac-natural-button--black {
    background: #0A0A0A;
    color: #fff;
}

.ac-natural-button--black:hover {
    background: var(--natural-orange);
}

.ac-natural-hero-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: clamp(3.8rem, 9vh, 5.5rem) 0 0;
    padding-top: 1.65rem;
}

.ac-natural-hero-meta div {
    min-width: 0;
}

.ac-natural-hero-meta dt {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.ac-natural-hero-meta dd {
    color: #fff;
    font-size: 0.93rem;
    font-weight: 700;
    margin: 0;
}

.ac-natural-scroll {
    align-items: center;
    bottom: 4.5rem;
    color: rgba(255, 255, 255, 0.62);
    display: flex;
    font-size: 0.66rem;
    font-weight: 800;
    gap: 0.65rem;
    letter-spacing: 0.18em;
    position: absolute;
    right: 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right center;
    z-index: 3;
}

.ac-natural-dark {
    background: #0A0A0A;
    color: #fff;
}

.ac-natural-dark::before {
    height: 34rem;
    left: 20%;
    top: -7rem;
    transform: rotate(7deg);
    width: 44rem;
}

.ac-natural-manifesto,
.ac-natural-skills {
    padding: clamp(5rem, 10vw, 8rem) 0;
}

.ac-natural-split {
    display: grid;
    gap: clamp(2.4rem, 8vw, 6.5rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
}

.ac-natural-manifesto h2,
.ac-natural-skills h2,
.ac-natural-details h2 {
    font-size: clamp(3.15rem, 6vw, 5rem);
    line-height: 0.94;
    margin: 0;
}

.ac-natural-copy p,
.ac-natural-skills-head > p,
.ac-natural-bodegon p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 1.45rem;
}

.ac-natural-note {
    margin-top: 2.2rem !important;
}

.ac-natural-note strong {
    color: var(--natural-orange);
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.ac-natural-note span {
    color: rgba(255, 255, 255, 0.52);
    display: block;
    font-size: 0.9rem;
}

.ac-natural-light {
    background: #F9F8F6;
    color: #111;
}

.ac-natural-modalities {
    padding: clamp(5rem, 9vw, 8rem) 0 clamp(4.5rem, 7vw, 6.5rem);
}

.ac-natural-section-title {
    font-size: clamp(3.2rem, 7vw, 5.35rem);
    line-height: 0.95;
    margin: 0 0 4rem;
}

.ac-natural-tabs {
    position: relative;
}

.ac-natural-tab-list {
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
    display: flex;
    gap: clamp(1.4rem, 5vw, 4.2rem);
    overflow-x: auto;
    padding: 0 0 1rem;
}

.ac-natural-tab-button {
    background: transparent;
    border: 0;
    color: rgba(17, 17, 17, 0.44);
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    padding: 0 0 1rem;
    position: relative;
    text-transform: uppercase;
    transition: color 0.22s ease;
}

.ac-natural-tab-button::after {
    background: var(--natural-orange);
    bottom: -1.05rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
    width: 100%;
}

.ac-natural-tab-button.is-active,
.ac-natural-tab-button[aria-selected="true"] {
    color: var(--natural-orange);
}

.ac-natural-tab-button.is-active::after,
.ac-natural-tab-button[aria-selected="true"]::after {
    transform: scaleX(1);
}

.ac-natural-tab-panel {
    border: 1px solid rgba(17, 17, 17, 0.1);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(18rem, 0.96fr);
    min-height: 34rem;
}

.ac-natural-tab-panel[hidden] {
    display: none;
}

.ac-natural-tab-panel figure,
.ac-natural-detail-photo {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.ac-natural-tab-panel figure {
    min-height: 34rem;
}

.ac-natural-tab-panel img,
.ac-natural-detail-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ac-natural-tab-panel figcaption,
.ac-natural-detail-photo figcaption {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76));
    bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.75rem;
    font-weight: 800;
    left: 0;
    letter-spacing: 0.16em;
    padding: 4rem 1.5rem 1.4rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.ac-natural-tab-panel > div {
    align-self: center;
    padding: clamp(2rem, 5vw, 4rem);
}

.ac-natural-tag {
    background: var(--natural-orange);
    color: #fff;
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 1.7rem;
    padding: 0.7rem 0.95rem;
    text-transform: uppercase;
}

.ac-natural-tab-panel h3,
.ac-natural-booking h3 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.06;
    margin: 0 0 1.55rem;
}

.ac-natural-tab-panel p {
    color: rgba(17, 17, 17, 0.67);
    font-size: 1.08rem;
    line-height: 1.62;
    margin: 0 0 2.6rem;
}

.ac-natural-skills-head {
    align-items: end;
    margin-bottom: clamp(3.5rem, 7vw, 5rem);
}

.ac-natural-skills h2 em {
    margin-top: 0.28rem;
}

.ac-natural-skill-grid {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-natural-skill-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 17.2rem;
    padding: clamp(1.8rem, 4vw, 2.55rem);
    position: relative;
}

.ac-natural-skill-grid article::after {
    background: var(--natural-green);
    content: "";
    height: 2px;
    position: absolute;
    right: 2.4rem;
    top: 2.85rem;
    width: 2rem;
}

.ac-natural-skill-grid span {
    color: var(--natural-orange);
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.8rem;
}

.ac-natural-skill-grid h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.12;
    margin: 0 0 1.1rem;
}

.ac-natural-skill-grid p {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

.ac-natural-bodegon {
    background-image:
        linear-gradient(90deg, rgba(244, 242, 236, 0.96) 0%, rgba(244, 242, 236, 0.78) 42%, rgba(244, 242, 236, 0.18) 75%),
        var(--natural-bodegon-image);
    background-position: center;
    background-size: cover;
    min-height: 31rem;
    padding: clamp(5rem, 10vw, 7.3rem) 0;
}

.ac-natural-bodegon .ac-natural-shell {
    max-width: 72rem;
}

.ac-natural-bodegon h2 {
    color: #111;
    font-size: clamp(3.1rem, 6vw, 5rem);
    line-height: 1;
    margin: 0 0 1.6rem;
    max-width: 35rem;
}

.ac-natural-bodegon p {
    color: rgba(17, 17, 17, 0.68);
    max-width: 41rem;
}

.ac-natural-link {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 0.65rem;
    letter-spacing: 0.15em;
    margin-top: 1.6rem;
    text-transform: uppercase;
    transition: color 0.22s ease, transform 0.22s ease;
}

.ac-natural-link:hover {
    color: var(--natural-orange);
}

.ac-natural-logistics {
    padding: clamp(5rem, 9vw, 8rem) 0 10rem;
}

.ac-natural-logistics-grid {
    align-items: start;
    display: grid;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
}

.ac-natural-details h2 {
    color: #111;
    margin-bottom: 2.2rem;
}

.ac-natural-details dl {
    margin: 0;
}

.ac-natural-details dl > div {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(8rem, 0.6fr) minmax(0, 1fr);
    padding: 1.9rem 0;
}

.ac-natural-details dt {
    color: var(--natural-green);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-transform: uppercase;
}

.ac-natural-details dd {
    color: rgba(17, 17, 17, 0.72);
    font-size: 0.98rem;
    line-height: 1.62;
    margin: 0;
}

.ac-natural-booking-wrap {
    display: grid;
    gap: 2rem;
}

.ac-natural-booking {
    background: #0A0A0A;
    color: #fff;
    padding: clamp(2.1rem, 5vw, 3.6rem);
}

.ac-natural-booking .ac-natural-kicker {
    margin-bottom: 1.7rem;
}

.ac-natural-booking h3 {
    margin-bottom: 0.35rem;
}

.ac-natural-booking-subtitle {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9rem;
    margin: 0 0 2.2rem;
}

.ac-natural-booking ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    list-style: none;
    margin: 0 0 2rem;
    padding: 0 0 1.8rem;
}

.ac-natural-booking li {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.42;
    margin: 0 0 1rem;
    padding-left: 1.6rem;
    position: relative;
}

.ac-natural-booking li::before {
    background: var(--natural-green);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0.72rem;
    width: 0.8rem;
}

.ac-natural-price {
    align-items: end;
    display: grid;
    gap: 0 0.55rem;
    grid-template-columns: auto 1fr;
    margin-bottom: 2rem;
}

.ac-natural-price span {
    color: rgba(255, 255, 255, 0.36);
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    grid-column: 1 / -1;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ac-natural-price strong {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(4rem, 8vw, 5.3rem);
    font-weight: 400;
    line-height: 0.9;
}

.ac-natural-price small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 1.4rem;
    padding-bottom: 0.38rem;
}

.ac-natural-detail-photo {
    aspect-ratio: 16 / 9;
}

@media (max-width: 900px) {
    .ac-natural-header__inner {
        height: 4.8rem;
    }

    .ac-natural-header nav {
        display: none;
    }

    .ac-natural-header-cta {
        min-width: 0;
        padding: 1.1rem 1.2rem;
    }

    .ac-natural-hero {
        min-height: calc(100vh - 4.8rem);
    }

    .ac-natural-hero h1 {
        font-size: clamp(3.15rem, 13vw, 5.5rem);
        line-height: 0.85;
    }

    .ac-natural-actions {
        align-items: stretch;
        flex-direction: column;
        max-width: 24rem;
    }

    .ac-natural-button {
        min-height: 3.65rem;
        width: 100%;
    }

    .ac-natural-hero-meta,
    .ac-natural-split,
    .ac-natural-tab-panel,
    .ac-natural-logistics-grid {
        grid-template-columns: 1fr;
    }

    .ac-natural-hero-meta {
        gap: 1rem;
    }

    .ac-natural-scroll {
        display: none;
    }

    .ac-natural-section-title,
    .ac-natural-manifesto h2,
    .ac-natural-skills h2,
    .ac-natural-details h2,
    .ac-natural-bodegon h2 {
        font-size: clamp(2.85rem, 12vw, 4rem);
    }

    .ac-natural-tab-panel figure {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .ac-natural-skill-grid {
        grid-template-columns: 1fr;
    }

    .ac-natural-skill-grid article {
        min-height: 0;
    }

    .ac-natural-bodegon {
        background-image:
            linear-gradient(180deg, rgba(244, 242, 236, 0.96) 0%, rgba(244, 242, 236, 0.82) 58%, rgba(244, 242, 236, 0.3) 100%),
            var(--natural-bodegon-image);
        padding-bottom: 16rem;
    }

    .ac-natural-logistics {
        padding-bottom: 6rem;
    }

    .ac-contact-shell,
    .ac-contact-steps-inner {
        grid-template-columns: 1fr;
    }

    .ac-step-list {
        grid-template-columns: 1fr;
    }

    .ac-grid-2,
    .ac-grid-3,
    .ac-stats {
        grid-template-columns: 1fr;
    }

    .ac-page-hero {
        min-height: auto;
        padding-top: 5rem;
    }

    .ac-activities-hero::after,
    .ac-events-hero::after {
        height: 10rem;
        opacity: 0.6;
        right: -2rem;
        top: 5rem;
        width: 10rem;
    }

    .ac-gallery-collage > .wp-block-group__inner-container,
    .editor-styles-wrapper .ac-gallery-collage > .block-editor-inner-blocks > .block-editor-block-list__layout {
        grid-auto-rows: 7.5rem;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ac-collage-item,
    .ac-collage-wide {
        grid-column: span 3;
        grid-row: span 2;
    }

    .ac-collage-large,
    .ac-collage-tall {
        grid-column: span 6;
        grid-row: span 3;
    }

    .ac-process-steps,
    .ac-program-grid,
    .ac-kit-grid {
        grid-template-columns: 1fr;
    }

    .ac-program-grid article {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .ac-natural-shell,
    .ac-natural-header__inner {
        padding-left: 1.05rem;
        padding-right: 1.05rem;
    }

    .ac-natural-logo {
        font-size: 1.28rem;
    }

    .ac-natural-header-cta {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
        padding: 0.95rem 0.85rem;
    }

    .ac-natural-hero {
        background-position: 56% center;
        padding-bottom: 3.6rem;
        padding-top: 4.6rem;
    }

    .ac-natural-hero h1 {
        font-size: clamp(3rem, 12.4vw, 3.75rem);
    }

    .ac-natural-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.2em;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .ac-natural-lead {
        font-size: 1rem;
        max-width: 100%;
    }

    .ac-natural-hero-meta {
        margin-top: 2.6rem;
    }

    .ac-natural-tab-list {
        gap: 1.4rem;
    }

    .ac-natural-tab-panel > div,
    .ac-natural-booking {
        padding: 1.45rem;
    }

    .ac-natural-tab-panel p {
        font-size: 1rem;
    }

    .ac-natural-details dl > div {
        gap: 0.75rem;
        grid-template-columns: 1fr;
    }

    .ac-form-grid {
        grid-template-columns: 1fr;
    }

    .ac-contact-panel {
        padding: 1.25rem;
    }

    .ac-contact-landing {
        padding-bottom: 4rem;
    }

    .ac-gallery-collage > .wp-block-group__inner-container,
    .editor-styles-wrapper .ac-gallery-collage > .block-editor-inner-blocks > .block-editor-block-list__layout {
        gap: 0.75rem;
        grid-auto-rows: 7rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ac-collage-item,
    .ac-collage-large,
    .ac-collage-wide,
    .ac-collage-tall {
        grid-column: span 2;
        grid-row: span 2;
    }

    .ac-collage-item figcaption {
        font-size: 0.86rem;
    }

    .ac-event-card {
        grid-template-columns: 1fr;
    }

    .ac-event-card time {
        align-items: baseline;
        flex-direction: row;
        gap: 0.75rem;
        justify-content: flex-start;
        min-height: auto;
        padding: 1.1rem;
    }

    .ac-event-card time strong {
        font-size: 2.5rem;
    }
}

@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;
    }

    .ac-reveal,
    .ac-parallax-media,
    .ac-parallax-soft {
        filter: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.ac-site-footer {
    overflow: hidden;
}

.ac-site-footer__stain {
    filter: invert(1) brightness(2);
    height: 34rem;
    mix-blend-mode: screen;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    right: -9rem;
    top: 5rem;
    transform: rotate(-10deg);
    width: 46rem;
    z-index: 0;
}

.ac-natural-body {
    background: #F9F8F6;
    color: #0A0A0A;
    font-family: var(--app-font-sans);
    overflow-x: hidden;
}

.ac-natural-stains {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

.ac-natural-stain {
    height: auto;
    mix-blend-mode: multiply;
    position: absolute;
    transform: translate3d(0, var(--stain-y, 0px), 0) rotate(var(--stain-rot, 0deg));
    transform-origin: center;
    width: clamp(22rem, 40vw, 42rem);
    will-change: transform;
}

.ac-natural-stain--one {
    left: -10rem;
    opacity: 0.28;
    top: 24rem;
}

.ac-natural-stain--two {
    opacity: 0.2;
    right: -12rem;
    top: 54rem;
}

.ac-natural-stain--three {
    bottom: -12rem;
    left: 22%;
    opacity: 0.34;
}

.ac-natural-header {
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    left: 0;
    padding: 1.5rem 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
    z-index: 50;
}

.ac-natural-header.is-scrolled {
    backdrop-filter: blur(14px);
    background: rgba(249, 248, 246, 0.9);
    border-color: rgba(10, 10, 10, 0.1);
    padding: 1rem 0;
}

.ac-natural-header__inner {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 1.5rem;
}

.ac-natural-logo,
.ac-natural-header nav a {
    color: #0A0A0A;
}

.ac-natural-header:not(.is-scrolled) .ac-natural-logo,
.ac-natural-header:not(.is-scrolled) nav > ul > li > a {
    color: #FFFFFF;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.ac-natural-header nav .sub-menu a {
    color: #0A0A0A;
    text-shadow: none;
}

.ac-natural-logo {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.ac-natural-logo span {
    color: #E85D22;
}

.ac-natural-header-cta {
    background: #0A0A0A;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    min-width: 0;
    padding: 1.25rem 1.5rem;
}

.ac-natural-header-cta:hover {
    background: #E85D22;
}

.ac-natural-page {
    --natural-black: #0A0A0A;
    --natural-ink: #0A0A0A;
    --natural-orange: #E85D22;
    --natural-green: #5A6B47;
    --natural-paper: #F9F8F6;
    --natural-line: rgba(10, 10, 10, 0.1);
    background: transparent;
    color: #0A0A0A;
    position: relative;
    z-index: 10;
}

.ac-natural-shell {
    max-width: 80rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 10;
}

.ac-natural-section {
    position: relative;
    z-index: 10;
}

.ac-natural-hero {
    background: #0A0A0A;
    min-height: 100vh;
    padding: 9rem 0 6rem;
}

.ac-natural-hero::before {
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.6) 44%, rgba(10, 10, 10, 0.18) 100%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.08) 0%, rgba(10, 10, 10, 0.92) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.ac-natural-hero-media {
    inset: -8%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.ac-natural-hero-media img {
    display: block;
    height: 112%;
    object-fit: cover;
    transform: translate3d(0, var(--hero-y, 0px), 0) scale(1.03);
    width: 100%;
    will-change: transform;
}

.ac-natural-hero .ac-natural-shell,
.ac-natural-hero .ac-natural-scroll {
    z-index: 10;
}

.ac-natural-kicker {
    color: #5A6B47;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.ac-natural-hero .ac-natural-kicker,
.ac-natural-booking .ac-natural-kicker {
    color: #E85D22;
}

.ac-natural-hero h1 {
    color: #FFFFFF;
    font-size: clamp(4rem, 9vw, 8rem);
    line-height: 0.95;
    letter-spacing: -0.035em;
}

.ac-natural-hero h1 em,
.ac-natural-section-title em,
.ac-natural-manifesto h2 em,
.ac-natural-skills h2 em,
.ac-natural-bodegon h2 em,
.ac-natural-details h2 em {
    color: #E85D22;
    font-family: var(--app-font-serif);
}

.ac-natural-lead {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.ac-natural-button {
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 1.5rem 2rem;
}

.ac-natural-button--orange {
    background: #E85D22;
}

.ac-natural-button--orange:hover {
    background: #0A0A0A;
}

.ac-natural-button--black {
    background: #0A0A0A;
}

.ac-natural-button--black:hover {
    background: #E85D22;
}

.ac-natural-button--ghost {
    border: 2px solid rgba(255, 255, 255, 0.42);
}

.ac-natural-hero-meta dt,
.ac-natural-details dt {
    color: #5A6B47;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.ac-natural-dark {
    background: #0A0A0A;
}

.ac-natural-dark::before {
    mix-blend-mode: screen;
    opacity: 0.05;
}

.ac-natural-light,
.ac-natural-modalities,
.ac-natural-logistics {
    background: #F9F8F6;
}

.ac-natural-manifesto,
.ac-natural-skills,
.ac-natural-modalities,
.ac-natural-logistics {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.ac-natural-section-title,
.ac-natural-manifesto h2,
.ac-natural-skills h2,
.ac-natural-bodegon h2,
.ac-natural-details h2 {
    color: #0A0A0A;
    line-height: 1.05;
}

.ac-natural-manifesto h2,
.ac-natural-skills h2 {
    color: #FFFFFF;
}

.ac-natural-copy p,
.ac-natural-skills-head > p {
    color: rgba(255, 255, 255, 0.68);
}

.ac-natural-tab-button {
    border-bottom: 2px solid transparent;
    color: rgba(10, 10, 10, 0.4);
    font-size: 0.75rem;
    font-weight: 600;
}

.ac-natural-tab-button::after {
    display: none;
}

.ac-natural-tab-button.is-active,
.ac-natural-tab-button[aria-selected="true"] {
    border-color: #E85D22;
    color: #E85D22;
}

.ac-natural-tab-panel {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(10, 10, 10, 0.1);
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ac-natural-tab-panel figure {
    grid-column: span 6;
}

.ac-natural-tab-panel figure img {
    transition: transform 0.7s ease;
}

.ac-natural-tab-panel figure:hover img {
    transform: scale(1.05);
}

.ac-natural-tab-panel > div {
    background: rgba(255, 255, 255, 0.78);
    grid-column: span 6;
}

.ac-natural-tag {
    background: #E85D22;
    color: #FFFFFF;
    font-size: 0.625rem;
    letter-spacing: 0.2em;
}

.ac-natural-tab-panel p,
.ac-natural-details dd,
.ac-natural-bodegon p {
    color: rgba(10, 10, 10, 0.68);
}

.ac-natural-skill-grid {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    gap: 1px;
}

.ac-natural-skill-grid article {
    background: #0A0A0A;
    border: 0;
    padding: 2.5rem;
    transition: background-color 0.3s ease;
}

.ac-natural-skill-grid article:hover {
    background: #111;
}

.ac-natural-skill-grid article::after {
    background: #5A6B47;
    left: auto;
    right: 2.5rem;
    transition: width 0.5s ease;
    width: 2rem;
}

.ac-natural-skill-grid article:hover::after {
    width: 4rem;
}

.ac-natural-skill-grid span {
    color: #E85D22;
    font-size: 2.5rem;
}

.ac-natural-skill-grid p {
    color: rgba(255, 255, 255, 0.6);
}

.ac-natural-bodegon {
    background-image:
        linear-gradient(90deg, rgba(249, 248, 246, 0.96) 0%, rgba(249, 248, 246, 0.78) 42%, rgba(249, 248, 246, 0.18) 75%),
        var(--natural-bodegon-image);
}

.ac-natural-booking {
    background: #0A0A0A;
}

.ac-natural-style-page .ac-natural-tab-panel h3,
.ac-natural-contact-panel h3 {
    font-family: var(--app-font-serif);
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.06;
    margin: 0 0 0.35rem;
}

.ac-natural-contact-panel {
    background: #FFFFFF;
    border: 2px solid rgba(10, 10, 10, 0.1);
    color: #0A0A0A;
    padding: clamp(2.1rem, 5vw, 3.6rem);
}

.ac-natural-contact-panel .ac-natural-kicker {
    color: #E85D22;
    margin-bottom: 1.7rem;
}

.ac-natural-contact-panel .ac-contact-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 2.2rem;
    padding: 0;
}

.ac-natural-contact-panel .ac-contact-panel input,
.ac-natural-contact-panel .ac-contact-panel textarea,
.ac-natural-contact-panel .ac-contact-panel select {
    background: #F9F8F6;
    border-color: rgba(10, 10, 10, 0.12);
}

.ac-natural-contact-panel .ac-contact-panel button,
.ac-natural-contact-panel .ac-contact-panel input[type="submit"] {
    background: #E85D22;
    border-color: #E85D22;
    min-height: 4rem;
    width: 100%;
}

.ac-natural-contact-panel .ac-contact-panel button:hover,
.ac-natural-contact-panel .ac-contact-panel input[type="submit"]:hover {
    background: #0A0A0A;
    border-color: #0A0A0A;
}

@media (min-width: 768px) {
    .ac-natural-header__inner,
    .ac-natural-shell {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 900px) {
    .ac-natural-header {
        padding: 1rem 0;
    }

    .ac-natural-header.is-scrolled {
        padding: 0.85rem 0;
    }

    .ac-natural-hero {
        min-height: 100vh;
        padding-top: 7.25rem;
    }

    .ac-natural-tab-panel,
    .ac-natural-skill-grid {
        grid-template-columns: 1fr;
    }

    .ac-natural-tab-panel figure,
    .ac-natural-tab-panel > div {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .ac-natural-header__inner,
    .ac-natural-shell {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .ac-natural-header__inner {
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ac-natural-logo {
        font-size: 1.28rem;
        white-space: nowrap;
    }

    .ac-natural-header-cta {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
        padding: 0.95rem 0.85rem;
    }

    .ac-natural-hero h1 {
        font-size: clamp(2.75rem, 11.5vw, 3.35rem);
        line-height: 0.95;
        overflow-wrap: anywhere;
    }

    .ac-natural-button {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ac-natural-hero-media img,
    .ac-natural-stain {
        transform: none !important;
    }
}
