@font-face {
    font-family: Inter;
    src: url('../vendor/inter.ttf') format('truetype');
    font-display: swap
}

@font-face {
    font-family: Editorial;
    src: url('../vendor/cormorant.ttf') format('truetype');
    font-display: swap
}

* {
    box-sizing: border-box
}

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

body {
    margin: 0;
    background: #080808;
    color: #f6f3ec;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65
}

body,
main {
    min-width: 0
}

::selection {
    background: #c89c56;
    color: #080808
}

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

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

button,
a,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent
}

button {
    cursor: pointer
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid #dcb16c;
    outline-offset: 5px
}

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

p {
    color: #a9a9a6;
    margin: 0 0 24px
}

h1,
h2,
h3 {
    font-family: Editorial, Georgia, serif;
    font-weight: 500;
    line-height: 1.06;
    margin: 0
}

h1 {
    font-size: clamp(50px, 5.1vw, 86px);
    letter-spacing: -2.5px
}

h2 {
    font-size: clamp(39px, 3.7vw, 62px);
    letter-spacing: -1.4px
}

h3 {
    font-size: 28px;
    line-height: 1.15
}

em,
.hero-em {
    color: #c89c56;
    font-style: normal
}

.container {
    width: calc(100% - 100px);
    max-width: 1480px;
    margin: auto
}

.section {
    padding: 80px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 35px
}

.section-head p {
    max-width: 440px;
    margin: 0
}

.section-head h2 {
    flex-shrink: 0
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c89c56;
    border: 1px solid #c89c56;
    color: #111;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    transition: transform .3s, background .3s, box-shadow .3s;
    white-space: nowrap
}

.button:hover {
    background: #dcb16c;
    transform: translateY(-3px);
    box-shadow: 0 7px 0 #584224
}

.button.outline {
    background: transparent;
    color: #d3ad70;
    border-color: #6a5030
}

.button.outline:hover {
    background: #c89c56;
    color: #111
}

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #080808f5;
    border-bottom: 1px solid #26231e;
    backdrop-filter: blur(12px)
}

.nav {
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font: 500 34px Editorial, Georgia, serif;
    color: #c89c56;
    white-space: nowrap
}

.nav nav {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 14px
}

.nav nav>a,
.nav-drop>button {
    position: relative;
    padding: 10px 0
}

.nav nav>a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c89c56;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s
}

.nav nav>a:hover:after {
    transform: scaleX(1)
}

.nav-drop {
    position: relative
}

.nav-drop button {
    background: none;
    border: 0;
    color: inherit;
    font-size: 14px
}

.chevron {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    vertical-align: 4px;
    margin-left: 5px
}

.nav-drop>div {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 225px;
    padding: 15px;
    background: #191817;
    border: 1px solid #403424;
    display: none
}

.nav-drop:hover>div,
.nav-drop:focus-within>div,
.nav-drop.open>div {
    display: grid
}

.nav-drop>div a {
    padding: 8px
}

.nav-drop a:hover {
    color: #c89c56
}

.menu-toggle {
    display: none
}

.hero {
    padding: 56px 0 20px
}

.hero-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    margin-bottom: 38px
}

.hero-heading>div {
    max-width: 330px
}

.hero-heading p {
    font-size: 15px
}

.hero-em {
    display: inline-block;
    animation: headline-in 1s both
}

.hero-image {
    position: relative;
    height: clamp(360px, 41vw, 590px);
    border-radius: 7px;
    isolation: isolate
}

.hero-image>img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    animation: photo-in 1.2s both
}

.hero-caption {
    position: absolute;
    bottom: 0;
    left: 7%;
    right: 7%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: #080808;
    padding: 19px 30px;
    font-size: 13px;
    letter-spacing: .1em
}

.round-seal {
    position: absolute;
    right: 6%;
    top: -26px;
    width: 118px;
    height: 118px;
    border: 9px solid #080808;
    border-radius: 50%;
    background: #080808;
    outline: 1px solid #b48b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #c89c56;
    gap: 9px;
    transition: transform .4s
}

.round-seal span {
    font-size: 9px;
    letter-spacing: .05em
}

.round-seal i {
    font-size: 29px
}

.round-seal:hover {
    transform: rotate(8deg)
}

.marquee {
    overflow: hidden;
    border-bottom: 1px solid #27231d;
    padding: 26px 0;
    color: #c89c56
}

.marquee>div {
    display: flex;
    width: max-content;
    gap: 50px;
    align-items: center;
    animation: marquee 40s linear infinite
}

.marquee span {
    font-family: Editorial, Georgia, serif;
    font-size: 32px
}

.marquee b {
    font-size: 18px;
    font-weight: 400
}

.marquee:hover>div {
    animation-play-state: paused
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 70px;
    align-items: center
}

.about-grid .section-head {
    display: block
}

.about-grid h2 {
    margin-bottom: 25px
}

.photo-composition {
    height: 480px;
    position: relative;
    padding: 0 55px 30px 0
}

.photo-composition>img {
    height: 100%;
    width: 100%;
    border-radius: 6px
}

.image-note {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #171614;
    padding: 28px 32px;
    border: 1px solid #413829;
    font: 32px/1.15 Editorial, Georgia, serif;
    box-shadow: 12px 12px 0 #080808
}

.mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 22px
}

.mini-grid article {
    padding: 22px;
    background: #141413;
    border: 1px solid #22211e;
    transition: transform .3s, border-color .3s
}

.mini-grid article:hover {
    transform: translateY(-5px);
    border-color: #8d6d3d
}

.mini-grid i {
    color: #c89c56;
    font-size: 27px
}

.mini-grid h3 {
    font-size: 23px;
    margin: 13px 0
}

.mini-grid p {
    font-size: 14px;
    margin: 0
}

.two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px
}

.image-wrap {
    overflow: hidden;
    height: 290px
}

.image-wrap img {
    height: 100%;
    width: 100%;
    transition: transform .7s
}

.service-card {
    background: #171717;
    display: block;
    border: 1px solid #292723;
    transition: transform .35s, border-color .35s
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #a77e45
}

.service-card:hover img {
    transform: scale(1.045)
}

.card-body {
    position: relative;
    padding: 34px
}

.card-body p {
    margin: 14px 0;
    font-size: 15px
}

.icon-tile {
    position: absolute;
    right: 28px;
    top: -26px;
    background: #c89c56;
    color: #111;
    padding: 10px 15px;
    border: 6px solid #171717;
    font-size: 23px;
    line-height: 1
}

.text-link {
    font-size: 13px;
    color: #c89c56;
    border-bottom: 1px solid #6a5030;
    padding-bottom: 3px
}

.swiper {
    overflow: hidden;
    padding: 5px 1px 0;
    max-width: 100%
}

.swiper-slide {
    height: auto;
    min-width: 0
}

.flip-card {
    width: 100%;
    height: 350px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f6f3ec;
    perspective: 1400px;
    text-align: left
}

.flip-inner {
    position: relative;
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.2, .7, .25, 1)
}

.flip-card.flipped .flip-inner {
    transform: rotateY(180deg)
}

.flip-front,
.flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border: 1px solid #35312a;
    background: #181716;
    border-radius: 5px;
    overflow: hidden
}

.flip-front img {
    width: 100%;
    height: 270px
}

.flip-front>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 23px
}

.flip-front b {
    font: 29px Editorial, Georgia, serif
}

.flip-front i {
    color: #c89c56
}

.flip-back {
    transform: rotateY(180deg);
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.flip-back>i {
    color: #c89c56;
    font-size: 35px
}

.flip-back b {
    font: 34px Editorial, Georgia, serif
}

.flip-back small {
    color: #a7a49f;
    font-size: 14px
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    min-height: 43px
}

.swiper-pagination {
    position: static;
    text-align: left;
    width: auto !important
}

.swiper-pagination-bullet {
    background: #aa8b5a;
    opacity: .35;
    margin: 0 7px !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d5a75e
}

.slider-buttons {
    display: flex;
    gap: 10px
}

.slider-buttons button {
    border: 1px solid #604d32;
    background: #c89c56;
    color: #111;
    width: 43px;
    height: 40px;
    border-radius: 4px;
    display: grid;
    place-items: center;
    transition: background .2s
}

.slider-buttons button:hover {
    background: #e1b779
}

.inspiration-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 22px
}

.reveal-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 5px
}

.reveal-card>img {
    height: 100%;
    width: 100%;
    transition: transform .6s
}

.reveal-card>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111e;
    padding: 24px;
    transform: translateY(65px);
    transition: transform .4s
}

.reveal-card h3 {
    font-size: 29px
}

.reveal-card p {
    margin: 13px 0 0;
    min-height: 44px;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s
}

.reveal-card:hover>div,
.reveal-card:focus>div {
    transform: translateY(0)
}

.reveal-card:hover p,
.reveal-card:focus p {
    opacity: 1
}

.reveal-card:hover img {
    transform: scale(1.04)
}

.parallax-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid #393126;
    border-radius: 5px
}

.parallax-panel>img {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
    opacity: .24
}

.panel-content {
    position: relative;
    padding: 65px 50px;
    background: #05050540
}

.panel-content .section-head {
    justify-content: center;
    text-align: center
}

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

.panel-content article {
    text-align: center;
    padding: 20px
}

.panel-content article i {
    color: #d5ab6c;
    font-size: 30px
}

.panel-content h3 {
    margin: 19px 0 12px
}

.panel-content p {
    font-size: 14px;
    margin: 0;
    color: #cbc6bf
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center
}

.split>img {
    width: 100%;
    height: 440px;
    border-radius: 5px
}

.split .section-head,
.contact-grid .section-head,
.faq-grid .section-head {
    display: block
}

.split h2,
.contact-grid h2,
.faq-grid h2 {
    margin-bottom: 24px
}

.tabs {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #39342d;
    margin-top: 25px
}

.tabs button {
    color: #aaa69f;
    background: none;
    border: 0;
    padding: 13px 16px;
    border-bottom: 2px solid transparent
}

.tabs button[aria-selected=true] {
    color: #d5ab6c;
    border-color: #d5ab6c
}

.tab-copy {
    padding-top: 28px;
    min-height: 175px;
    animation: headline-in .5s
}

.tab-copy h3 {
    font-size: 29px;
    margin-bottom: 15px
}

.tab-copy p {
    font-size: 15px
}

.faq-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px
}

.faq-grid>div>img {
    height: 205px;
    width: 100%;
    border-radius: 5px;
    margin-top: 26px
}

.accordion details {
    border-bottom: 1px solid #34312c;
    padding: 0
}

.accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    font-size: 16px
}

.accordion summary::-webkit-details-marker {
    display: none
}

.accordion details p {
    font-size: 15px;
    padding: 0 25px 22px 0;
    margin: 0
}

.accordion details[open] summary {
    color: #d3a867
}

.plus {
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0
}

.plus:before,
.plus:after {
    content: '';
    position: absolute;
    background: currentColor;
    left: 0;
    top: 6px;
    width: 14px;
    height: 1px
}

.plus:after {
    transform: rotate(90deg);
    transition: transform .3s
}

.accordion details[open] .plus:after {
    transform: rotate(0)
}

#contact {
    background: #131311;
    border-top: 1px solid #302b24;
    border-bottom: 1px solid #302b24
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px
}

.email {
    display: inline-block;
    color: #d6ad71;
    border-bottom: 1px solid #5b492f;
    font-size: 19px
}

.disclaimer {
    font-size: 13px;
    margin: 25px 0 0;
    max-width: 400px
}

form label {
    display: block;
    font-size: 13px;
    color: #d6d1c8;
    margin-bottom: 19px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

input,
select,
textarea {
    width: 100%;
    color: #f6f3ec;
    background: #1b1b18;
    border: 1px solid #3b382f;
    border-radius: 3px;
    padding: 12px 14px;
    margin-top: 8px;
    outline: none
}

input:focus,
select:focus,
textarea:focus {
    border-color: #c89c56
}

textarea {
    resize: vertical
}

.consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer
}

.consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 3px;
    accent-color: #c89c56;
    cursor: pointer
}

.consent span {
    font-size: 12px
}

.consent a {
    text-decoration: underline
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden
}

.form-status {
    font-size: 14px;
    margin: 16px 0 0
}

.form-status.error {
    color: #e9ac8c
}

button:disabled {
    opacity: .6;
    cursor: wait
}

footer {
    padding: 65px 0 20px;
    background: #080808
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr .8fr 1fr .9fr;
    gap: 45px
}

.footer-top p {
    font-size: 12px;
    margin: 18px 0
}

.footer-top h3 {
    font-size: 23px;
    margin-bottom: 22px
}

.footer-top>div>a:not(.brand) {
    display: block;
    font-size: 13px;
    margin: 8px 0
}

.footer-top .email {
    width: fit-content
}

.footer-photo img {
    height: 160px;
    width: 100%;
    border-radius: 4px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #26231d;
    margin-top: 42px;
    padding-top: 20px;
    color: #85837e;
    font-size: 11px
}

.cookie-settings {
    border: 0;
    background: none;
    color: inherit;
    padding: 0;
    font-size: inherit
}

.cookie-card {
    position: fixed;
    bottom: 18px;
    left: 24px;
    z-index: 70;
    background: #24221e;
    border: 1px solid #80643e;
    box-shadow: 0 10px 40px #0007;
    padding: 14px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: calc(100% - 48px)
}

.cookie-card[hidden] {
    display: none
}

.cookie-card p {
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    color: #eee8dc
}

.cookie-card small {
    font-size: 11px;
    color: #aaa59b
}

.cookie-card a {
    font-size: 12px;
    color: #d8b278
}

.cookie-card button {
    border: 0;
    border-radius: 3px;
    background: #c89c56;
    font-size: 12px;
    padding: 8px 11px
}

.cookie-card button.quiet {
    background: #383329;
    color: #eee8dc
}

.service-hero .hero-image {
    height: 370px
}

.service-hero h1 {
    font-size: clamp(45px, 4.8vw, 76px)
}

.detail-cards article {
    background: #181715;
    border: 1px solid #383026;
    padding: 34px;
    transition: transform .35s, border-color .35s
}

.detail-cards article>i {
    font-size: 33px;
    color: #c89c56
}

.detail-cards h3 {
    margin: 25px 0 16px
}

.detail-cards p {
    font-size: 15px;
    margin: 0
}

.detail-cards article>span {
    display: block;
    font-size: 13px;
    color: #d1b07e;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .35s, opacity .35s, margin .35s
}

.detail-cards article:hover,
.detail-cards article:focus {
    transform: translateY(-5px);
    border-color: #b0874d
}

.detail-cards article:hover>span,
.detail-cards article:focus>span {
    max-height: 100px;
    opacity: 1;
    margin-top: 15px
}

.reverse>img {
    order: 2
}

.editorial-card {
    background: #171614;
    border: 1px solid #393127;
    height: 100%
}

.editorial-card img {
    height: 255px;
    width: 100%
}

.editorial-card>div {
    padding: 24px
}

.editorial-card p {
    font-size: 14px;
    margin: 15px 0 0
}

.planning-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
    align-items: stretch
}

.planning-list {
    display: grid;
    gap: 15px
}

.planning-list article {
    display: flex;
    align-items: center;
    gap: 26px;
    border: 1px solid #393127;
    background: #151513;
    padding: 24px
}

.planning-list i {
    font-size: 32px;
    color: #c89c56
}

.planning-list h3 {
    font-size: 26px
}

.planning-list p {
    font-size: 14px;
    margin: 8px 0 0
}

.plan-card {
    background: #c89c56;
    color: #15120d;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 8px 8px 0 #392e1e;
    transition: transform .3s
}

.plan-card:hover {
    transform: translateY(-4px)
}

.plan-card>i {
    font-size: 32px;
    margin-bottom: 18px
}

.plan-card h3 {
    font-size: 38px;
    margin-bottom: 16px
}

.plan-card p {
    color: #3c3224;
    font-size: 14px;
    margin-bottom: 18px
}

.plan-card .button {
    background: #15120d;
    color: #f5e8d0;
    border-color: #15120d
}

.care-banner {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.care-banner>img {
    position: absolute;
    inset: -10% 0;
    width: 100%;
    height: 120%;
    opacity: .4
}

.care-banner>div {
    position: relative;
    padding: 65px 8%;
    text-align: center;
    background: #0005
}

.care-banner .section-head {
    display: block;
    margin: 0 auto 24px
}

.care-banner p {
    margin: 20px auto 0;
    color: #e0d9cf;
    max-width: 520px
}

.legal-hero {
    border-bottom: 1px solid #3a3021;
    background: #15130f
}

.legal-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 80px;
    padding-top: 60px;
    padding-bottom: 80px
}

.legal-layout aside {
    position: sticky;
    top: 120px;
    align-self: start;
    display: grid;
    gap: 14px;
    padding: 25px;
    border: 1px solid #423622
}

.legal-layout aside a {
    font-size: 14px;
    color: #c8a36b
}

.legal-layout section {
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #302b22
}

.legal-layout h2 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 18px
}

.legal-layout p {
    margin: 0;
    font-size: 15px
}

.legal-layout .email {
    font-size: inherit
}

.page-transition {
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    display: flex;
    visibility: hidden
}

.page-transition span {
    width: 20%;
    height: 100%;
    background: #b58a49;
    transform: translateY(105%);
    transition: transform .32s;
    transition-delay: calc(var(--i)*25ms)
}

.page-transition span:nth-child(2) {
    --i: 1
}

.page-transition span:nth-child(3) {
    --i: 2
}

.page-transition span:nth-child(4) {
    --i: 3
}

.page-transition span:nth-child(5) {
    --i: 4
}

.leaving .page-transition {
    visibility: visible
}

.leaving .page-transition span {
    transform: translateY(0)
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

@keyframes headline-in {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes photo-in {
    from {
        opacity: .4;
        clip-path: inset(0 5% 0 5%)
    }

    to {
        opacity: 1;
        clip-path: inset(0)
    }
}

@media(hover:hover) {
    .flip-card:hover .flip-inner {
        transform: rotateY(180deg)
    }
}

@media(min-width:1700px) {
    .hero {
        padding-top: 68px
    }

    .hero-heading h1 {
        font-size: 89px
    }
}

@media(max-width:1100px) {
    .container {
        width: calc(100% - 56px)
    }

    .nav nav {
        gap: 20px
    }

    .nav-cta {
        display: none
    }

    .hero-heading {
        gap: 25px
    }

    .hero-heading>div {
        max-width: 260px
    }

    .about-grid,
    .split {
        gap: 35px
    }

    .section {
        padding: 60px 0
    }

    .section-head {
        gap: 25px
    }

    .section-head p {
        max-width: 340px
    }

    .about-grid h2 {
        font-size: 43px
    }

    .photo-composition {
        height: 460px;
        padding-right: 20px
    }

    .mini-grid {
        gap: 12px
    }

    .mini-grid article {
        padding: 15px
    }

    .faq-grid,
    .contact-grid {
        gap: 40px
    }

    .footer-top {
        gap: 25px;
        grid-template-columns: 1.5fr 1fr 1fr
    }

    .footer-photo {
        display: none
    }

    .inspiration-grid {
        gap: 15px
    }

    .reveal-card {
        height: 330px
    }

    .reveal-card>div {
        padding: 18px
    }

    .reveal-card h3 {
        font-size: 25px
    }
}

@media(max-width:760px) {
    html {
        scroll-padding-top: 85px
    }

    .container {
        width: calc(100% - 36px)
    }

    .nav {
        height: 70px
    }

    .brand {
        font-size: 30px
    }

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

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 7px;
        background: none;
        border: 1px solid #6a5030;
        padding: 12px;
        z-index: 53
    }

    .menu-toggle span {
        width: 22px;
        height: 1px;
        background: #d4aa6d;
        transition: transform .2s
    }

    .menu-open .menu-toggle span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .menu-open .menu-toggle span:last-child {
        transform: translateY(-4px) rotate(-45deg)
    }

    .nav nav {
        display: none;
        position: fixed;
        inset: 70px 0 0;
        height: calc(100dvh - 70px);
        background: #0e0e0e;
        overflow-y: auto;
        padding: 35px 30px;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        font-size: 22px;
        gap: 20px
    }

    .menu-open .nav nav {
        display: flex
    }

    .nav-drop button {
        font-size: 22px
    }

    .nav-drop>div {
        position: static;
        display: grid;
        background: none;
        border: 0;
        padding: 8px 0 0 15px
    }

    .nav-drop>div a {
        font-size: 16px
    }

    .hero {
        padding: 35px 0 10px
    }

    .hero-heading {
        display: block;
        text-align: center;
        margin-bottom: 35px
    }

    .hero-heading h1 {
        font-size: clamp(38px, 8.4vw, 61px);
        letter-spacing: -1.4px
    }

    .hero-heading>div {
        max-width: 430px;
        margin: 22px auto 0
    }

    .hero-heading p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .hero-image {
        height: 350px
    }

    .hero-caption {
        left: 4%;
        right: 4%;
        justify-content: center;
        padding: 12px;
        font-size: 10px;
        letter-spacing: .03em
    }

    .hero-caption span:last-child {
        display: none
    }

    .round-seal {
        width: 82px;
        height: 82px;
        right: 5%;
        top: -22px;
        border-width: 6px;
        gap: 5px
    }

    .round-seal span {
        font-size: 6px
    }

    .round-seal i {
        font-size: 24px
    }

    .section {
        padding: 43px 0
    }

    .section-head {
        display: block;
        text-align: center;
        margin-bottom: 26px
    }

    .section-head h2 {
        font-size: 39px;
        letter-spacing: -1px
    }

    .section-head p {
        font-size: 14px;
        margin: 20px auto 0;
        max-width: 440px
    }

    .marquee {
        padding: 18px 0
    }

    .marquee>div {
        gap: 28px
    }

    .marquee span {
        font-size: 27px
    }

    .about-grid,
    .split,
    .faq-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .photo-composition {
        height: 340px;
        padding: 0 25px 20px 0
    }

    .image-note {
        font-size: 27px;
        padding: 22px
    }

    .about-grid>div:last-child {
        text-align: center
    }

    .mini-grid {
        text-align: left
    }

    .mini-grid p {
        font-size: 13px
    }

    .two-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .image-wrap {
        height: 240px
    }

    .card-body {
        padding: 25px
    }

    .card-body h3 {
        font-size: 29px
    }

    .card-body p {
        font-size: 14px
    }

    .flip-card {
        height: 330px
    }

    .flip-front img {
        height: 250px
    }

    .inspiration-grid {
        grid-template-columns: 1fr
    }

    .reveal-card {
        height: 290px
    }

    .reveal-card>div {
        transform: none;
        padding: 20px
    }

    .reveal-card p {
        opacity: 1;
        min-height: 0
    }

    .three-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .panel-content {
        padding: 35px 20px
    }

    .panel-content article {
        padding: 15px
    }

    .panel-content h3 {
        font-size: 27px;
        margin: 12px 0
    }

    .split>img {
        height: 310px
    }

    .tabs {
        justify-content: center
    }

    .tab-copy {
        text-align: center;
        min-height: 170px
    }

    .faq-grid>div>img {
        display: none
    }

    .accordion summary {
        font-size: 15px;
        padding: 18px 0
    }

    .accordion details p {
        font-size: 14px
    }

    .contact-grid>div {
        text-align: center
    }

    .disclaimer {
        margin: 20px auto 0
    }

    .form-row {
        gap: 13px
    }

    input,
    select,
    textarea {
        font-size: 16px;
        padding: 11px 12px
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        text-align: center
    }

    .footer-top>div:first-child {
        grid-column: 1/-1
    }

    .footer-top p {
        max-width: 440px;
        margin: 18px auto
    }

    .footer-top .email {
        margin: auto !important
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 12px;
        font-size: 10px
    }

    .cookie-card {
        left: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
        gap: 8px;
        padding: 11px;
        flex-wrap: wrap
    }

    .cookie-card p {
        flex: 1 1 170px;
        font-size: 12px
    }

    .cookie-card small {
        font-size: 10px
    }

    .cookie-card button {
        padding: 8px
    }

    .service-hero h1 {
        font-size: 42px
    }

    .service-hero .hero-image {
        height: 280px
    }

    .detail-cards article {
        padding: 25px;
        text-align: center
    }

    .detail-cards h3 {
        margin: 16px 0
    }

    .detail-cards article>span {
        max-height: none;
        opacity: 1;
        margin-top: 12px
    }

    .reverse>img {
        order: 0
    }

    .planning-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .planning-list article {
        padding: 20px;
        gap: 18px
    }

    .plan-card {
        padding: 27px;
        align-items: center;
        text-align: center
    }

    .care-banner>div {
        padding: 45px 20px
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 30px
    }

    .legal-layout aside {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 17px
    }

    .legal-layout aside a {
        font-size: 12px
    }

    .legal-layout h2 {
        font-size: 29px;
        text-align: center
    }

    .legal-hero .section-head {
        margin: 0
    }

    .legal-hero h2 {
        font-size: 42px
    }

    .button {
        padding: 12px 22px
    }
}

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

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }

    .parallax {
        transform: none !important
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important
    }

    .page-transition {
        display: none
    }
}

.legal-hero h1 {
    font-size: clamp(42px, 4.5vw, 72px);
    letter-spacing: -1.5px
}

@media(max-width:400px) {
    .hero-heading h1 {
        font-size: 34px
    }

    .section-head h2 {
        font-size: 35px
    }
}