:root {
  --navy: #0a2634;
  --navy-deep: #061a24;
  --ink: #17313d;
  --sea: #2f7588;
  --copper: #c78e5b;
  --foam: #f5f7f3;
  --mist: #dbe4e2;
  --white: #fff;
  --display: "Cormorant Garamond", "Iowan Old Style", Baskerville, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 9vw));
}

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 70px; }
body.flyer-home { margin: 0; background: var(--foam); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; overflow-x: hidden; }
body.flyer-home * { box-sizing: border-box; }
body.flyer-home img { display: block; max-width: 100%; }
body.flyer-home a { color: inherit; text-decoration: none; }
.flyer-home #wrapper, .flyer-home #main, .flyer-home .flyer-main { background: var(--foam); }
.flyer-home .flyer-main > p:empty { display: none; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; background: var(--white); color: var(--navy); padding: 12px 18px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

.site-nav { position: fixed; inset: 0 0 auto; z-index: 100; height: 98px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgb(255 255 255 / .28); transition: background .35s, height .35s, color .35s; }
.site-nav.is-scrolled { height: 76px; color: var(--navy); background: rgb(245 247 243 / .94); border-color: rgb(10 38 52 / .12); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: 14px; font: 600 17px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.brand em { font-family: var(--display); font-size: 20px; font-weight: 400; letter-spacing: .02em; text-transform: none; }
.brand-mark { position: relative; display: inline-block; width: 27px; height: 31px; border-left: 1px solid currentColor; }
.brand-mark i { position: absolute; left: 3px; width: 20px; height: 14px; border: 1px solid currentColor; border-left: 0; transform: skewY(-19deg); }
.brand-mark i:first-child { top: 1px; }
.brand-mark i:last-child { top: 16px; transform: skewY(19deg); }
.site-nav nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 45px); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-nav nav a { position: relative; }
.site-nav nav a:not(.nav-enquire)::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-enquire { border: 1px solid currentColor; padding: 11px 18px; }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; letter-spacing: .08em; }
.lang-switch i { opacity: .42; font-style: normal; }
.lang-switch a { opacity: .5; transition: opacity .2s; }
.lang-switch a:hover, .lang-switch a.is-active { opacity: 1; }
.lang-switch a.is-active { text-decoration: underline; text-underline-offset: 4px; }

/* Native Flatsome Header Builder: fixed desktop header and real mobile off-canvas menu. */
.flyer-home .header-wrapper { position: fixed; inset: 0 0 auto; z-index: 1000; }
.flyer-home .header-main { height: 88px; color: var(--navy); border-bottom: 1px solid rgb(10 38 52 / .12); background: rgb(245 247 243 / .92); backdrop-filter: blur(14px); box-shadow: 0 6px 28px rgb(4 20 28 / .06); transition: height .3s ease, background .3s ease; }
.flyer-home .header-wrapper.stuck .header-main { height: 70px; color: var(--navy); border-color: rgb(10 38 52 / .12); background: rgb(245 247 243 / .96); }
.flyer-home .header-inner { max-width: none; padding-inline: 4.5vw; }
.flyer-home #logo { width: 220px !important; margin-right: 3vw; }
.flyer-home #logo a { color: inherit; font: 600 14px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.flyer-home #logo img { width: 220px; max-width: 100%; max-height: 48px; object-fit: contain; object-position: left center; }
.flyer-home .header-nav { gap: clamp(16px, 2.2vw, 36px); }
.flyer-home .header-nav > li { margin: 0; }
.flyer-home .header-nav > li > a { color: inherit; font: 600 11px/1.2 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.flyer-home .header-nav > li:last-child > a { min-height: 42px; padding: 0 18px; border: 1px solid currentColor; }
.flyer-home .nav-icon a, .flyer-home .nav-icon strong { color: inherit; }
.flyer-home .off-canvas-right .mfp-content, .flyer-home .off-canvas-left .mfp-content { background: var(--navy-deep); }
.flyer-home .sidebar-menu { padding: 34px 28px; color: var(--white); }
.flyer-home .sidebar-menu .nav > li > a { padding: 18px 0; color: var(--white); border-color: rgb(255 255 255 / .14); font: 500 22px/1.2 var(--display); letter-spacing: .01em; text-transform: none; }
.flyer-home .sidebar-menu .nav > li:last-child > a { color: #e6b788; }
.flyer-home .mfp-close { color: var(--white); opacity: 1; }

/* Flatsome one-page scroll markers plus a masked down-arrow between key chapters. */
.section-next { position: absolute; z-index: 8; left: 50%; bottom: -31px; width: 62px; height: 62px; transform: translateX(-50%); display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .38); border-radius: 50%; color: var(--white) !important; background: var(--navy); box-shadow: 0 10px 35px rgb(4 20 28 / .18); transition: transform .25s ease, background .25s ease; }
.section-next span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.section-next b { font: 400 19px/1 var(--sans); }
.section-next:hover { transform: translateX(-50%) translateY(4px); background: var(--sea); }
.hero, .charters, .yacht, .aboard, .voiles { position: relative; }
.scroll-to-bullets a { border-color: rgb(255 255 255 / .72); }
.scroll-to-bullets a.active { background-color: var(--copper); border-color: var(--copper); }

.hero { position: relative; min-height: 100svh; color: var(--white); background-color: var(--navy-deep); background-image: var(--hero-xl); background-position: center 54%; background-size: cover; background-repeat: no-repeat; display: grid; align-items: end; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(3 20 30 / .76) 0%, rgb(3 20 30 / .25) 55%, rgb(3 20 30 / .08)), linear-gradient(0deg, rgb(3 20 30 / .65), transparent 48%); }
.hero-wash { position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, transparent, rgb(2 18 27 / .22)); }
.hero-wash::after { content: ""; position: absolute; inset: -8%; background: linear-gradient(112deg, transparent 34%, rgb(255 255 255 / .12) 48%, transparent 60%); mix-blend-mode: screen; transform: translate3d(var(--drift-x, 0), var(--drift-y, 0), 0); animation: riviera-glint 8s ease-in-out infinite; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.sea-wake { position: absolute; z-index: 1; inset: auto 0 3%; height: 30%; pointer-events: none; overflow: hidden; opacity: .76; }
.sea-wake svg { width: 100%; height: 100%; overflow: visible; }
.sea-wake path { fill: none; vector-effect: non-scaling-stroke; }
.wake-main { stroke: rgb(255 255 255 / .62); stroke-width: 1.2; stroke-dasharray: .22 .78; animation: wake-drift 7s linear infinite; }
.wake-glint { stroke: var(--copper); stroke-width: .8; stroke-dasharray: .07 .93; animation: wake-drift 7s linear -2.2s infinite; }
@keyframes wake-drift { from { stroke-dashoffset: 1; opacity: 0; } 15%, 75% { opacity: 1; } to { stroke-dashoffset: -1; opacity: 0; } }
@keyframes riviera-glint { 0%, 18% { transform: translate3d(-28%, -4%, 0) skewX(-8deg); opacity: 0; } 42%, 65% { opacity: 1; } 82%, 100% { transform: translate3d(28%, 4%, 0) skewX(-8deg); opacity: 0; } }
.hero-content { position: relative; z-index: 1; width: min(1120px, calc(100vw - 11vw)); margin: 0 auto; padding: 170px 0 155px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: var(--sea); }
.hero h1, .manifesto h2, .section-heading h2, .yacht h2, .crew h2, .enquire h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 900px; color: var(--white); font-size: clamp(68px, 9.5vw, 148px); line-height: .79; }
.hero h1 em { font-weight: 400; color: #d9e2df; }
.hero-bottom { margin-top: 55px; display: flex; align-items: center; justify-content: space-between; max-width: 850px; }
.hero-bottom p { max-width: 520px; margin: 0; color: rgb(255 255 255 / .82); font-size: clamp(16px, 1.4vw, 20px); }
.circle-link { width: 96px; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / .6); border-radius: 50%; display: grid; place-content: center; gap: 4px; text-align: center; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s; }
.circle-link b { font-size: 18px; font-weight: 400; }
.circle-link:hover { background: var(--white); color: var(--navy); }
.hero-facts { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(720px, 60vw); min-height: 94px; padding: 20px 4.5vw 20px 3vw; background: var(--foam); color: var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.hero-facts span { font-size: 10px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.hero-facts b { display: block; color: var(--navy); font: 400 22px/1.2 var(--display); letter-spacing: 0; text-transform: none; }

.manifesto { position: relative; padding-block: clamp(110px, 13vw, 210px); display: grid; grid-template-columns: 1fr 2.1fr; gap: 10vw; }
.manifesto::after { content: ""; position: absolute; z-index: -1; top: 15%; left: 23%; width: min(52vw, 720px); height: 70%; border: 1px solid rgb(47 117 136 / .18); border-radius: 50%; transform: rotate(-12deg); }
.manifesto-kicker { display: flex; align-items: flex-start; gap: 30px; color: var(--sea); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-kicker p { margin: 0; }
.compass { padding-top: 3px; color: var(--copper); font-size: 10px; line-height: 1.6; letter-spacing: .08em; }
.manifesto-copy { max-width: 760px; }
.manifesto h2 { color: var(--navy); font-size: clamp(52px, 6.4vw, 100px); line-height: .95; }
.manifesto .lead { margin: 45px 0 24px; color: var(--navy); font: 400 clamp(24px, 2.2vw, 35px)/1.4 var(--display); }
.manifesto-copy > p:last-child { max-width: 620px; }

.charters { padding: clamp(90px, 10vw, 160px) 0; color: var(--white); background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 65px; }
.section-heading h2 { max-width: 850px; color: var(--white); font-size: clamp(48px, 6vw, 88px); line-height: .98; }
.section-heading .eyebrow { align-self: flex-start; color: #91b4bd; }
.charter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.charter-grid.is-single { grid-template-columns: 1fr; }
.charter-grid.is-single .charter-card { min-height: min(78vw, 820px); background-position: center 58%; }
.charter-grid.is-single .card-content { max-width: 650px; }
.charter-card { position: relative; min-height: 720px; padding: 42px; background-color: var(--navy-deep); background-image: var(--card-xl); background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.charter-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(4 23 32 / .9), transparent 74%), linear-gradient(90deg, rgb(4 23 32 / .3), transparent); transition: background .5s; }
.charter-card:hover::before { background: linear-gradient(0deg, rgb(4 23 32 / .94), transparent 82%), linear-gradient(90deg, rgb(4 23 32 / .15), transparent); }
.card-number, .card-content { position: relative; z-index: 1; }
.card-number { align-self: flex-end; padding: 7px 13px; border: 1px solid rgb(255 255 255 / .45); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.card-content { max-width: 510px; }
.card-content h3 { margin: 0 0 22px; color: var(--white); font: 400 clamp(44px, 4.6vw, 70px)/.95 var(--display); letter-spacing: -.025em; }
.card-content p:not(.eyebrow) { color: rgb(255 255 255 / .78); }
.card-content a { display: inline-flex; align-items: center; gap: 50px; margin-top: 16px; padding-bottom: 8px; border-bottom: 1px solid rgb(255 255 255 / .5); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.yacht { padding-block: clamp(110px, 13vw, 205px); display: grid; grid-template-columns: 1fr 1.3fr; grid-template-areas: "intro main" "detail main" "specs specs"; gap: 48px 8vw; }
.yacht-intro { grid-area: intro; padding-top: 40px; }
.yacht h2 { color: var(--navy); font-size: clamp(52px, 5.5vw, 84px); line-height: .96; }
.yacht-intro > p:last-child { max-width: 530px; margin-top: 36px; }
.yacht-image { overflow: hidden; }
.yacht-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.yacht-image:hover img { transform: scale(1.025); }
.yacht-image-main { grid-area: main; min-height: 760px; }
.yacht-image-detail { grid-area: detail; width: 78%; min-height: 330px; margin-top: -10px; }
.specs { grid-area: specs; margin: 70px 0 0; border-top: 1px solid rgb(10 38 52 / .2); border-bottom: 1px solid rgb(10 38 52 / .12); display: grid; grid-template-columns: repeat(5, 1fr); }
.specs .spec-item { min-width: 0; padding: 32px clamp(16px, 2vw, 30px) 34px; border-right: 1px solid rgb(10 38 52 / .12); }
.specs .spec-item:first-child { padding-left: 0; }
.specs .spec-item:last-child { border-right: 0; }
.spec-icon { width: 118px; height: 76px; margin: 0 0 25px; display: block; color: var(--navy); }
.spec-icon svg { width: 100%; height: 100%; display: block; overflow: visible; }
.spec-icon img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: left center; }
.spec-icon .solid { fill: currentColor; stroke: none; }
.spec-icon .rig, .spec-icon .detail, .spec-icon .water, .spec-icon .rays { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.spec-icon .detail, .spec-icon .water { opacity: .46; }
.spec-icon .light { fill: none; stroke: var(--foam); stroke-width: 2.2; }
.spec-icon .map-land { fill: var(--navy); }
.spec-icon .pin { fill: var(--copper); }
.spec-icon .pin-hole { fill: var(--foam); }
.guests-silhouette { color: var(--navy); }
.map-silhouette { width: 128px; }
.specs dt { color: var(--sea); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.specs dd { margin: 8px 0 0; color: var(--navy); font: 400 clamp(19px, 1.65vw, 25px)/1.18 var(--display); }

.aboard { padding-block: clamp(110px, 13vw, 205px); background: #edf1ef; }
.aboard-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 8vw; margin-bottom: 75px; }
.aboard-heading h2 { margin: 0; color: var(--navy); font: 400 clamp(54px, 6.5vw, 98px)/.94 var(--display); letter-spacing: -.035em; }
.aboard-heading h2 em { color: var(--sea); font-weight: 400; }
.aboard-heading > p { max-width: 450px; margin: 0 0 8px; }
.aboard-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 390px 390px; gap: 18px; }
.aboard-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--mist); }
.aboard-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.aboard-gallery figure:hover img { transform: scale(1.025); }
.aboard-gallery figcaption { position: absolute; inset: auto 0 0; padding: 45px 26px 22px; color: var(--white); background: linear-gradient(0deg, rgb(4 22 31 / .78), transparent); }
.aboard-gallery figcaption span { display: block; font: 400 25px/1.2 var(--display); }
.aboard-gallery figcaption small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.aboard-saloon { grid-row: 1 / 3; }
.aboard-double { grid-column: 2 / 4; }
.aboard-twin { grid-column: 2; }
.aboard-cockpit { grid-column: 3; }
.aboard-deck { margin-top: 18px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: stretch; background: var(--navy); color: var(--white); }
.aboard-deck img { width: 100%; min-height: 480px; height: 100%; object-fit: cover; }
.aboard-deck p { align-self: end; margin: 0; padding: clamp(45px, 6vw, 90px); color: rgb(255 255 255 / .75); font: 400 clamp(22px, 2.3vw, 34px)/1.4 var(--display); }
.aboard-deck p span { display: block; margin-bottom: 18px; color: #9ebfc5; font: 700 10px/1.4 var(--sans); letter-spacing: .19em; text-transform: uppercase; }

.crew { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; background: #dfe8e6; }
.crew-image { min-height: 620px; background: var(--crew) center / cover no-repeat; }
.crew-copy { padding: clamp(70px, 9vw, 140px) clamp(45px, 7vw, 115px); align-self: center; }
.crew h2 { color: var(--navy); font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.crew-copy > p:not(.eyebrow) { margin: 35px 0; }
.crew ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgb(10 38 52 / .18); }
.crew li { position: relative; padding: 14px 0 14px 26px; border-bottom: 1px solid rgb(10 38 52 / .18); font-size: 13px; }
.crew li::before { content: "—"; position: absolute; left: 0; color: var(--copper); }

.voiles { min-height: 790px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--navy-deep); color: var(--white); }
.voiles-image { min-height: 620px; background: linear-gradient(90deg, transparent 70%, rgb(6 26 36 / .28)), var(--voiles) center / cover no-repeat; }
.voiles-copy { align-self: center; padding: clamp(75px, 8vw, 130px); }
.voiles-date { margin: 0 0 42px; display: flex; align-items: center; gap: 17px; color: var(--copper); font: 400 clamp(24px, 2.5vw, 38px)/1 var(--display); letter-spacing: .03em; }
.voiles-date i { width: 44px; height: 1px; background: currentColor; font-size: 0; }
.voiles h2 { margin: 0; color: var(--white); font: 400 clamp(52px, 5.4vw, 84px)/.94 var(--display); letter-spacing: -.035em; }
.voiles-copy > p:not(.eyebrow) { max-width: 570px; margin: 36px 0 28px; color: rgb(255 255 255 / .7); }
.voiles-copy > a { display: inline-flex; align-items: center; gap: 44px; padding-bottom: 8px; border-bottom: 1px solid rgb(255 255 255 / .5); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.moments { padding-block: clamp(110px, 12vw, 190px); display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 4vw; }
.moments figure { margin: 0; }
.moments img { width: 100%; height: 100%; object-fit: cover; }
.moment-wide img { aspect-ratio: 1.45; }
.moment-tall img { aspect-ratio: .68; }
.moments figcaption { margin-top: 16px; color: var(--sea); font: italic 21px/1.4 var(--display); }

.enquire { padding-block: clamp(100px, 11vw, 170px); color: var(--white); background: var(--navy-deep); }
.enquire-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.enquire h2 { color: var(--white); font-size: clamp(52px, 5.7vw, 86px); line-height: .96; }
.enquire-copy > p:not(.eyebrow) { max-width: 520px; margin: 40px 0 22px; color: rgb(255 255 255 / .7); }
.contact-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.contact-links > a { color: #a7c4c8; border-bottom: 1px solid currentColor; font-size: 14px; }
.contact-links .whatsapp-link { padding: 11px 15px; border: 1px solid var(--copper); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s; }
.contact-links .whatsapp-link span { margin-left: 8px; color: #a7c4c8; font-weight: 500; }
.contact-links .whatsapp-link:hover { background: var(--copper); color: var(--navy-deep); }
.contact-links .whatsapp-link:hover span { color: inherit; }
.enquiry-form { display: grid; gap: 25px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.enquiry-form label { display: grid; gap: 7px; }
.enquiry-form label > span { color: #9eb9bd; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 48px; padding: 8px 0; border: 0; border-bottom: 1px solid rgb(255 255 255 / .35); border-radius: 0; background: transparent; color: var(--white); font: 16px/1.4 var(--sans); box-shadow: none; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: rgb(255 255 255 / .4); }
.enquiry-form select option { color: var(--navy); }
.enquiry-form button { justify-self: start; min-width: 240px; margin-top: 18px; padding: 17px 21px; border: 1px solid var(--copper); border-radius: 0; background: var(--copper); color: var(--navy-deep); font: 700 10px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.enquiry-form button span { margin-left: 28px; font-size: 15px; }
.enquiry-form button:hover { background: transparent; color: var(--white); }
.form-fineprint { margin: -12px 0 0; color: rgb(255 255 255 / .43); font-size: 11px; }
.form-notice { padding: 14px 17px; border-left: 2px solid var(--copper); background: rgb(255 255 255 / .07); font-size: 13px; }
.form-notice.success { border-color: #7bb69c; }
.honeypot { position: absolute; left: -10000px; }

.fluent-enquiry .fluentform { width: 100%; }
.fluent-enquiry form.frm-fluent-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 24px; }
.fluent-enquiry .ff-el-group { margin: 0; }
.fluent-enquiry .flyer-full, .fluent-enquiry .ff_submit_btn_wrapper, .fluent-enquiry .ff-message-success, .fluent-enquiry .ff-errors-in-stack { grid-column: 1 / -1; }
.fluent-enquiry .ff-el-input--label { margin: 0 0 7px; }
.fluent-enquiry .ff-el-input--label label { color: #9eb9bd; font: 700 9px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.fluent-enquiry .ff-el-form-control { width: 100%; min-height: 48px; padding: 8px 0; border: 0; border-bottom: 1px solid rgb(255 255 255 / .35); border-radius: 0; background: transparent; color: var(--white); font: 16px/1.4 var(--sans); box-shadow: none; }
.fluent-enquiry textarea.ff-el-form-control { resize: vertical; }
.fluent-enquiry .ff-el-form-control::placeholder { color: rgb(255 255 255 / .4); }
.fluent-enquiry select.ff-el-form-control option { color: var(--navy); }
.fluent-enquiry .ff-el-is-error .ff-el-form-control { border-color: #dba18c; }
.fluent-enquiry .text-danger { color: #e6a995; font-size: 11px; }
.fluent-enquiry .ff-btn-submit { min-width: 240px; margin-top: 18px; padding: 17px 21px; border: 1px solid var(--copper) !important; border-radius: 0 !important; background: var(--copper) !important; color: var(--navy-deep) !important; font: 700 10px/1 var(--sans) !important; letter-spacing: .15em; text-transform: uppercase; opacity: 1 !important; transition: background .25s, color .25s !important; }
.fluent-enquiry .ff-btn-submit:hover { background: transparent !important; color: var(--white) !important; }
.fluent-enquiry .ff-message-success { margin: 0; padding: 20px 22px; border: 0; border-left: 2px solid #7bb69c; border-radius: 0; background: rgb(255 255 255 / .07); box-shadow: none; color: var(--white); }
.fluent-enquiry .error.text-danger { margin-top: 5px; }

.site-footer { min-height: 150px; padding: 45px 4.5vw; display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: center; background: #04131b; color: rgb(255 255 255 / .58); }
.site-footer .brand { color: var(--white); }
.site-footer p { margin: 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.flyer-home .footer-wrapper { background: #04131b; }
.flyer-home .absolute-footer { padding: 30px 4.5vw; color: rgb(255 255 255 / .58); background: #04131b; font: 500 10px/1.5 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.flyer-home .absolute-footer a { color: var(--white); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 44px, 680px); }
  .flyer-home .header-main { height: 72px; }
  .flyer-home .header-inner { padding-inline: 18px; }
  .flyer-home #logo { width: 205px !important; margin: 0 auto; }
  .flyer-home #logo a { font-size: 12px; letter-spacing: .1em; }
  .flyer-home #logo img { width: 205px; max-height: 42px; object-position: center; }
  .flyer-home .mobile-nav > li > a { color: inherit; }
  .site-nav { height: 78px; padding-inline: 22px; }
  .site-nav nav a:not(.nav-enquire) { display: none; }
  .site-nav nav .lang-switch, .site-nav nav .lang-switch a { display: inline-flex; }
  .brand { font-size: 14px; }
  .brand-mark { transform: scale(.85); transform-origin: left center; }
  .hero-content { width: calc(100vw - 44px); padding: 140px 0 190px; }
  .hero { background-image: var(--hero-md); background-position: 62% 50%; }
  .hero h1 { font-size: clamp(62px, 18vw, 105px); }
  .hero-bottom { align-items: end; gap: 30px; }
  .hero-bottom p { max-width: 430px; }
  .circle-link { width: 78px; flex: 0 0 auto; }
  .hero-facts { width: 100%; grid-template-columns: repeat(4, 1fr); padding-inline: 22px; }
  .manifesto { grid-template-columns: 1fr; gap: 60px; }
  .manifesto-kicker { display: none; }
  .section-heading { display: block; }
  .charter-grid { grid-template-columns: 1fr; gap: 18px; }
  .charter-card { background-image: var(--card-md); background-position: 46% center; }
  .charter-card { min-height: 620px; }
  .yacht { grid-template-columns: 1fr; grid-template-areas: "intro" "main" "detail" "specs"; }
  .yacht-image-main { min-height: 620px; }
  .yacht-image-detail { width: 70%; margin: -100px 0 0 30%; border: 10px solid var(--foam); }
  .specs { grid-template-columns: repeat(3, 1fr); }
  .specs .spec-item:nth-child(3) { border-right: 0; }
  .specs .spec-item:nth-child(n+4) { border-top: 1px solid rgb(10 38 52 / .12); }
  .aboard-heading { grid-template-columns: 1fr; align-items: start; gap: 35px; }
  .aboard-heading > p { max-width: 600px; }
  .aboard-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 300px 300px; }
  .aboard-saloon { grid-column: 1 / 3; grid-row: 1; }
  .aboard-double { grid-column: 1 / 3; grid-row: 2; }
  .aboard-twin { grid-column: 1; grid-row: 3; }
  .aboard-cockpit { grid-column: 2; grid-row: 3; }
  .aboard-deck { grid-template-columns: 1fr; }
  .aboard-deck img { min-height: 520px; }
  .crew { grid-template-columns: 1fr; }
  .crew-image { min-height: 70vw; }
  .voiles { grid-template-columns: 1fr; }
  .voiles-image { min-height: 70vw; }
  .voiles-copy { padding-inline: max(22px, 6vw); }
  .enquire-grid { grid-template-columns: 1fr; gap: 80px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 560px) {
  body.flyer-home { font-size: 16px; }
  .flyer-home .header-main { height: 68px; }
  .flyer-home .header-wrapper.stuck .header-main { height: 62px; }
  .flyer-home .scroll-to-bullets { display: none; }
  .section-next { width: 54px; height: 54px; bottom: -27px; }
  .nav-enquire { padding: 10px 13px; }
  .site-nav .brand em { display: none; }
  .hero { min-height: 810px; background-image: var(--hero-mobile); background-position: center; }
  .hero-content { padding-bottom: 230px; }
  .hero-bottom { display: block; margin-top: 38px; }
  .circle-link { display: none; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); min-height: 150px; gap: 12px; }
  .manifesto { padding-block: 100px; }
  .manifesto h2, .section-heading h2, .yacht h2, .crew h2, .enquire h2 { font-size: clamp(45px, 13vw, 63px); }
  .charters { padding-block: 90px; }
  .charter-card { min-height: 570px; padding: 28px; background-image: var(--card-mobile); background-position: center; }
  .card-content h3 { font-size: 48px; }
  .yacht { padding-block: 100px; }
  .yacht-image-main { min-height: 480px; }
  .yacht-image-detail { min-height: 220px; width: 78%; margin-left: 22%; }
  .specs { grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .specs .spec-item { padding: 28px 18px 30px; border-right: 1px solid rgb(10 38 52 / .12); }
  .specs .spec-item:first-child { padding-left: 18px; }
  .specs .spec-item:nth-child(2n) { border-right: 0; }
  .specs .spec-item:nth-child(3) { border-right: 1px solid rgb(10 38 52 / .12); }
  .specs .spec-item:nth-child(n+3) { border-top: 1px solid rgb(10 38 52 / .12); }
  .specs .spec-item:last-child { grid-column: 1 / -1; }
  .spec-icon { width: 76px; height: 55px; margin-bottom: 20px; }
  .aboard { padding-block: 100px; }
  .aboard-heading h2 { font-size: clamp(45px, 13vw, 63px); }
  .aboard-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 330px); gap: 12px; }
  .aboard-saloon, .aboard-double, .aboard-twin, .aboard-cockpit { grid-column: 1; grid-row: auto; }
  .aboard-deck { margin-top: 12px; }
  .aboard-deck img { min-height: 380px; }
  .aboard-deck p { padding: 38px 28px; }
  .crew-copy { padding-inline: 22px; }
  .voiles { min-height: 0; }
  .voiles-image { min-height: 115vw; }
  .voiles-copy { padding-block: 80px; }
  .voiles h2 { font-size: clamp(45px, 13vw, 63px); }
  .moments { grid-template-columns: 1fr; }
  .moment-tall { width: 70%; margin: -40px 0 0 auto !important; border: 8px solid var(--foam); }
  .field-row { grid-template-columns: 1fr; gap: 25px; }
  .fluent-enquiry form.frm-fluent-form { grid-template-columns: 1fr; }
  .fluent-enquiry .flyer-full, .fluent-enquiry .ff_submit_btn_wrapper, .fluent-enquiry .ff-message-success, .fluent-enquiry .ff-errors-in-stack { grid-column: 1; }
  .site-footer { padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .sea-wake { display: none; }
}

/* Native UX Builder homepage (Sections / Rows / Columns / Banners / Text / Images). */
.flyer-home .native-hero .row,
.flyer-home .native-intro .row,
.flyer-home .native-day .row,
.flyer-home .native-yacht .row,
.flyer-home .native-aboard .row,
.flyer-home .native-moments .row,
.flyer-home .native-enquire .row { max-width: var(--shell); }
.flyer-home .native-hero .section-bg-overlay { background: linear-gradient(90deg, rgb(3 20 30 / .78) 0%, rgb(3 20 30 / .28) 56%, rgb(3 20 30 / .08)), linear-gradient(0deg, rgb(3 20 30 / .66), transparent 52%) !important; }
.flyer-home .native-hero .section-content { min-height: 100vh; padding-top: 88px; display: flex; flex-direction: column; justify-content: flex-end; }
.flyer-home .native-hero-row { width: 100%; flex: 1; align-content: center; padding-top: 5vh; }
.flyer-home .native-hero-copy { padding-left: 2.4vw; }
.flyer-home .native-eyebrow p { margin: 0 0 22px; color: #a8c4ca; font: 700 11px/1.4 var(--sans); letter-spacing: .23em; text-transform: uppercase; }
.flyer-home .native-eyebrow-dark p { color: var(--sea); }
.flyer-home .native-hero-title h1 { max-width: 900px; margin: 0; color: var(--white); font: 400 clamp(68px, 9.5vw, 148px)/.79 var(--display); letter-spacing: -.035em; }
.flyer-home .native-hero-title h1 em { color: #d9e2df; font-weight: 400; }
.flyer-home .native-hero-lead { max-width: 560px; margin: 45px 0 22px; color: rgb(255 255 255 / .83); font-size: clamp(16px, 1.35vw, 20px); }
.flyer-home .native-hero-button,
.flyer-home .native-link-button,
.flyer-home .native-dark-button,
.flyer-home .native-whatsapp-button { min-height: 46px; padding-inline: 22px; font: 700 11px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.flyer-home .native-hero-facts { width: min(760px, 65vw); max-width: none; margin: 0 0 0 auto; color: var(--ink); background: var(--foam); }
.flyer-home .native-hero-facts > .col { padding: 0; }
.flyer-home .native-hero-facts .col-inner { min-height: 96px; padding: 21px clamp(14px, 2vw, 30px); display: flex; align-items: center; }
.flyer-home .native-hero-facts p { margin: 0; font: 700 10px/1.35 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.flyer-home .native-hero-facts strong { display: block; color: var(--navy); font: 400 22px/1.2 var(--display); letter-spacing: 0; text-transform: none; }
.flyer-home .native-hero-facts small { display: block; font-size: inherit; }
.flyer-home .section .scroll-for-more { bottom: -28px; width: 58px; height: 58px; color: var(--white); border: 1px solid rgb(255 255 255 / .42); border-radius: 50%; background: var(--navy); box-shadow: 0 10px 35px rgb(4 20 28 / .18); }
.flyer-home .section .scroll-for-more i { font-size: 25px !important; }

.flyer-home .native-display-heading h2 { margin: 0; color: var(--navy); font: 400 clamp(52px, 6.2vw, 96px)/.96 var(--display); letter-spacing: -.035em; }
.flyer-home .native-display-heading h2 em { font-weight: 400; color: var(--sea); }
.flyer-home .native-display-light h2 { color: var(--white); }
.flyer-home .native-lead { margin: 42px 0 20px; color: var(--navy); font: 400 clamp(24px, 2.2vw, 35px)/1.4 var(--display); }
.flyer-home .native-intro { position: relative; overflow: hidden; }
.flyer-home .native-intro::after { content: ""; position: absolute; z-index: 0; top: 15%; left: 24%; width: min(52vw, 720px); height: 70%; border: 1px solid rgb(47 117 136 / .18); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.flyer-home .native-intro .section-content { position: relative; z-index: 1; }
.flyer-home .native-intro-aside { color: var(--sea); font: 700 11px/1.65 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.flyer-home .native-coordinate strong { color: var(--copper); font: 600 11px/1.6 var(--sans); }
.flyer-home .native-intro-copy { max-width: 820px; }

.flyer-home .native-day-heading { margin-bottom: 54px; }
.flyer-home .native-day-heading .native-display-heading h2 { font-size: clamp(52px, 6vw, 88px); }
.flyer-home .native-day-banner { overflow: hidden; }
.flyer-home .native-day-banner .overlay { background: linear-gradient(0deg, rgb(4 23 32 / .9), transparent 76%), linear-gradient(90deg, rgb(4 23 32 / .28), transparent 64%) !important; }
.flyer-home .native-day-banner .bg { transition: transform 1.2s ease; }
.flyer-home .native-day-banner:hover .bg { transform: scale(1.015); }
.flyer-home .native-day-badge p { margin: 0; font: 700 10px/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.flyer-home .native-day-copy .text-box-content { background: transparent; }
.flyer-home .native-day-copy > div > div > .text-box-content > .text-inner { padding: 0; }
.flyer-home .native-card-heading h3 { margin: 0 0 22px; color: var(--white); font: 400 clamp(48px, 5vw, 76px)/.91 var(--display); letter-spacing: -.025em; }
.flyer-home .native-day-copy p:not(.native-eyebrow p) { color: rgb(255 255 255 / .84); }

.flyer-home .native-yacht-main { margin-bottom: -110px; }
.flyer-home .native-yacht-copy { padding-right: 4vw; }
.flyer-home .native-yacht-copy .text:last-child { margin-top: 34px; }
.flyer-home .native-yacht-main-image .img-inner { min-height: 720px; }
.flyer-home .native-yacht-main-image img,
.flyer-home .native-yacht-detail-image img,
.flyer-home .native-gallery-row img,
.flyer-home .native-deck-row img,
.flyer-home .native-moments img,
.flyer-home .native-split-image img { object-fit: cover; }
.flyer-home .native-yacht-detail-row { pointer-events: none; }
.flyer-home .native-yacht-detail-image { z-index: 3; margin-right: 48%; border: 12px solid var(--foam); pointer-events: auto; }
.flyer-home .native-yacht-detail-image .img-inner { min-height: 320px; }
.flyer-home .native-spec-row { margin-top: 70px; border-top: 1px solid rgb(10 38 52 / .2); border-bottom: 1px solid rgb(10 38 52 / .12); }
.flyer-home .native-spec-card { border-right: 1px solid rgb(10 38 52 / .12); }
.flyer-home .native-spec-card:last-child { border-right: 0; }
.flyer-home .native-spec-card .col-inner { min-height: 255px; padding: 28px clamp(14px, 2vw, 30px); }
.flyer-home .native-spec-icon { height: 128px; margin-bottom: 12px; }
.flyer-home .native-spec-icon .img-inner,
.flyer-home .native-spec-icon img { height: 100%; object-fit: contain; object-position: left center; }
.flyer-home .native-spec-copy p { margin: 0; }
.flyer-home .native-spec-copy small { display: block; color: var(--sea); font: 700 10px/1.3 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.flyer-home .native-spec-copy strong { display: block; margin-top: 7px; color: var(--navy); font: 400 clamp(22px, 2.2vw, 33px)/1.05 var(--display); }

.flyer-home .native-aboard-heading { margin-bottom: 70px; }
.flyer-home .native-gallery-row { margin-bottom: 18px; }
.flyer-home .native-gallery-row .img-inner { min-height: 430px; }
.flyer-home .native-gallery-row-one > .col:first-child .img-inner,
.flyer-home .native-gallery-row-two > .col:last-child .img-inner { min-height: 560px; }
.flyer-home .native-image-caption p,
.flyer-home .native-moment-caption p { margin: 16px 0 0; color: var(--navy); font: 400 24px/1.15 var(--display); }
.flyer-home .native-image-caption small { display: block; margin-top: 5px; color: var(--sea); font: 700 9px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.flyer-home .native-deck-row { margin-top: 36px; }
.flyer-home .native-deck-row .img-inner { min-height: 620px; }
.flyer-home .native-deck-caption { margin-top: 0; padding: 30px 36px; color: var(--white); background: var(--navy); }
.flyer-home .native-deck-caption p { margin: 0; }
.flyer-home .native-deck-caption strong { margin-right: 18px; font-family: var(--display); font-size: 28px; font-weight: 400; }

.flyer-home .native-split-row { max-width: none; margin: 0; }
.flyer-home .native-split-row > .col { padding: 0; }
.flyer-home .native-split-image .img,
.flyer-home .native-split-image .img-inner { min-height: 760px; height: 100%; }
.flyer-home .native-split-copy { min-height: 760px; display: flex; align-items: center; }
.flyer-home .native-split-copy > .col-inner { width: 100%; }
.flyer-home .native-split-copy ul { margin: 35px 0 0; padding: 0; list-style: none; }
.flyer-home .native-split-copy li { position: relative; margin: 0; padding: 15px 0 15px 25px; border-bottom: 1px solid rgb(255 255 255 / .16); }
.flyer-home .native-split-copy li::before { content: "—"; position: absolute; left: 0; color: var(--copper); }
.flyer-home .native-voiles-row { color: var(--navy); }
.flyer-home .native-voiles-row .native-split-copy li { border-color: rgb(10 38 52 / .15); }
.flyer-home .native-voiles-date p { display: flex; align-items: center; gap: 22px; margin: 25px 0 35px; }
.flyer-home .native-voiles-date strong { font: 400 clamp(28px, 3vw, 44px)/1 var(--display); }
.flyer-home .native-voiles-date span { opacity: .5; }

.flyer-home .native-moments-row > .col:last-child { padding-bottom: 8vw; }
.flyer-home .native-moments-row > .col:first-child .img-inner { min-height: 560px; }
.flyer-home .native-moments-row > .col:last-child .img-inner { min-height: 690px; }
.flyer-home .native-moment-caption p { font-size: clamp(25px, 2.6vw, 40px); }

.flyer-home .native-enquire-copy { padding-right: 5vw; }
.flyer-home .native-enquire-copy > .text:nth-child(3) { max-width: 570px; margin: 35px 0; color: rgb(255 255 255 / .75); }
.flyer-home .native-email-link { margin-top: 15px; color: #a8c4ca; }
.flyer-home .native-form-col { padding: 46px; background: var(--foam); color: var(--ink); }
.flyer-home .native-form-note { margin: 18px 0 0; color: var(--sea); font-size: 12px; }

@media (max-width: 900px) {
  .flyer-home .native-hero .section-content { padding-top: 72px; }
  .flyer-home .native-hero-copy { padding-inline: 22px; }
  .flyer-home .native-hero-facts { width: 100%; }
  .flyer-home .native-yacht-main { margin-bottom: 20px; }
  .flyer-home .native-yacht-main-image .img-inner { min-height: 600px; }
  .flyer-home .native-yacht-detail-image { margin-right: 28%; }
  .flyer-home .native-spec-card .col-inner { min-height: 230px; }
  .flyer-home .native-split-image .img,
  .flyer-home .native-split-image .img-inner,
  .flyer-home .native-split-copy { min-height: 650px; }
}

@media (max-width: 560px) {
  .flyer-home .native-hero .section-content { min-height: calc(100vh - 68px); padding-top: 68px; }
  .flyer-home .native-hero-row { padding-top: 0; }
  .flyer-home .native-hero-title h1 { font-size: clamp(61px, 18vw, 76px); line-height: .83; }
  .flyer-home .native-hero-lead { margin-top: 30px; }
  .flyer-home .native-hero-button { display: none; }
  .flyer-home .native-hero-facts .col-inner { min-height: 74px; padding: 12px 22px; }
  .flyer-home .native-display-heading h2 { font-size: clamp(46px, 13vw, 62px); }
  .flyer-home .native-intro::after { left: 20%; width: 85vw; height: 48%; }
  .flyer-home .native-intro-aside { display: none; }
  .flyer-home .native-day-heading { margin-bottom: 32px; }
  .flyer-home .native-day-banner .bg { background-position: 47% 50% !important; }
  .flyer-home .native-day-badge p { font-size: 8px; }
  .flyer-home .native-card-heading h3 { font-size: 50px; }
  .flyer-home .native-day-copy p { font-size: 14px; line-height: 1.55; }
  .flyer-home .native-yacht-copy { padding-right: 15px; }
  .flyer-home .native-yacht-main-image .img-inner { min-height: 470px; }
  .flyer-home .native-yacht-detail-image { margin: -90px 0 0 18%; border-width: 8px; }
  .flyer-home .native-yacht-detail-image .img-inner { min-height: 235px; }
  .flyer-home .native-spec-row { margin-top: 45px; }
  .flyer-home .native-spec-card .col-inner { min-height: 205px; padding: 22px 16px; }
  .flyer-home .native-spec-card:nth-child(2n) { border-right: 0; }
  .flyer-home .native-spec-card:nth-child(n+3) { border-top: 1px solid rgb(10 38 52 / .12); }
  .flyer-home .native-spec-icon { height: 90px; }
  .flyer-home .native-gallery-row .img-inner,
  .flyer-home .native-gallery-row-one > .col:first-child .img-inner,
  .flyer-home .native-gallery-row-two > .col:last-child .img-inner { min-height: 340px; }
  .flyer-home .native-deck-row .img-inner { min-height: 400px; }
  .flyer-home .native-deck-caption { padding: 28px 22px; }
  .flyer-home .native-deck-caption strong { display: block; margin-bottom: 8px; }
  .flyer-home .native-split-image .img,
  .flyer-home .native-split-image .img-inner { min-height: 110vw; }
  .flyer-home .native-split-copy { min-height: 0; }
  .flyer-home .native-moments-row > .col:last-child { padding-bottom: 0; }
  .flyer-home .native-moments-row > .col:first-child .img-inner,
  .flyer-home .native-moments-row > .col:last-child .img-inner { min-height: 430px; }
  .flyer-home .native-form-col { margin-top: 55px; padding: 28px 20px; }
}
/* Francis ten Hove — material-led artist identity */
:root { --fth-ink:#24312d; --fth-stone:#ede3cf; --fth-moss:#5d816f; --fth-clay:#c75a3d; --fth-plum:#55435e; --fth-sun:#d5a949; }
body { background:radial-gradient(circle at 10% 8%,#f2d6c6 0,transparent 28%),radial-gradient(circle at 92% 32%,#ccd9be 0,transparent 32%),#c7bfae; color:var(--fth-ink); }
.header-main { border-bottom:1px solid rgba(30,37,33,.18); background:rgba(228,225,217,.94)!important; }
.header-main .nav>li>a { color:var(--fth-ink); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.header-main .nav>li>a:hover { color:var(--fth-clay); }
.page-wrapper #werk, .page-wrapper #over, .page-wrapper #portfolio, .page-wrapper #contact { max-width:1180px; margin:0 auto; padding:clamp(5rem,9vw,8.5rem) clamp(2rem,6vw,5.5rem); border-bottom:1px solid rgba(30,37,33,.2); }
.page-wrapper #werk { min-height:72vh; display:flex; flex-direction:column; justify-content:end; background:linear-gradient(145deg,#f4cdbb 0%,#ede3cf 46%,#c8d6bd 100%); }
.page-wrapper #werk h1 { max-width:760px; margin:0; font-family:Palatino,"Palatino Linotype","Iowan Old Style",Georgia,serif; font-size:clamp(4.3rem,10vw,8.4rem); font-weight:400; letter-spacing:-.065em; line-height:.88; }
.page-wrapper #werk p { max-width:520px; margin-top:2rem; font-size:clamp(1.05rem,2vw,1.45rem); line-height:1.55; }
.page-wrapper #werk a { display:inline-block; color:var(--fth-ink); border-bottom:2px solid var(--fth-clay); font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.page-wrapper h2 { margin:0 0 1.75rem; font-family:Palatino,"Palatino Linotype","Iowan Old Style",Georgia,serif; font-size:clamp(2.7rem,5.5vw,5.1rem); font-weight:400; letter-spacing:-.04em; line-height:1; }
.page-wrapper h2::after { content:''; display:block; width:62px; height:5px; margin-top:1.25rem; background:var(--fth-clay); }
.page-wrapper #over { display:grid; grid-template-columns:1fr 1.6fr; gap:3rem; }
.page-wrapper #over h2:before, .page-wrapper #portfolio h2:before, .page-wrapper #contact h2:before { content:'atelier / '; color:var(--fth-clay); font-family:Arial,sans-serif; font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; vertical-align:middle; }
.page-wrapper #portfolio { background:linear-gradient(135deg,var(--fth-plum),#2d4c46); color:var(--fth-stone); min-height:48vh; }
.page-wrapper #portfolio h2:before { color:var(--fth-sun); }
.page-wrapper #portfolio h2::after { background:var(--fth-sun); }
.page-wrapper #contact { background:linear-gradient(120deg,var(--fth-moss),#3c625b); color:white; }
.page-wrapper #contact h2:before { color:var(--fth-sun); }
.page-wrapper #contact h2::after { background:var(--fth-sun); }
@media (max-width:549px) { .page-wrapper #over { display:block; } .page-wrapper #werk, .page-wrapper #over, .page-wrapper #portfolio, .page-wrapper #contact { padding:4.5rem 1.25rem; } }

.fth-gallery { display:grid; grid-template-columns:1.3fr .7fr .9fr; grid-auto-rows:170px; gap:12px; margin-top:3.5rem; }
.fth-work { position:relative; display:flex; align-items:end; padding:1.1rem; overflow:hidden; background:#303b35; border:1px solid rgba(228,225,217,.25); }
.fth-work:before { content:''; position:absolute; width:70%; aspect-ratio:1; left:15%; top:5%; border-radius:48% 52% 42% 58% / 56% 43% 57% 44%; background:linear-gradient(135deg,#bebeb3,#6b7368 55%,#303b35); transform:rotate(-18deg); opacity:.9; transition:transform .6s ease; }
.fth-work:nth-child(2):before { border-radius:0; width:42%; left:28%; top:15%; transform:rotate(38deg); background:linear-gradient(135deg,#bd6b4c,#552f27); }
.fth-work:nth-child(3):before { border-radius:50% 50% 12% 12%; width:48%; left:26%; top:10%; background:linear-gradient(135deg,#d9d6ca,#667261); }
.fth-work:nth-child(4):before { border-radius:8% 82% 21% 71%; width:62%; left:20%; top:8%; transform:rotate(15deg); background:linear-gradient(135deg,#ae573b,#e0ad80); }
.fth-work:nth-child(1) { grid-row:span 3; }.fth-work:nth-child(2) { grid-row:span 2; }.fth-work:nth-child(3) { grid-row:span 2; }.fth-work:nth-child(4) { grid-column:span 2; }
.fth-work:hover:before { transform:scale(1.08) rotate(6deg); }.fth-work span { position:relative; z-index:1; font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.fth-work:has(img)::before { display:none; }
.fth-work img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
@media (max-width:549px) { .fth-gallery { grid-template-columns:1fr 1fr; grid-auto-rows:150px; gap:8px; }.fth-work:nth-child(1) { grid-row:span 2; }.fth-work:nth-child(4) { grid-column:span 2; } }

/* Compact presentation: no utility bar or header search, with a deliberate studio-width frame. */
.top-bar, .header-top, .header-search, .header-search-dropdown { display:none !important; }
.header-wrapper, .page-wrapper { max-width:980px; margin-left:auto; margin-right:auto; }
.header-wrapper { box-shadow:0 0 0 1px rgba(36,49,45,.12); }
.header-main .header-inner { max-width:100%; }
.page-wrapper { background:var(--fth-stone); box-shadow:0 0 0 1px rgba(36,49,45,.12),0 24px 70px rgba(48,41,34,.16); }
.page-wrapper, #wrapper { width:100%; }
#wrapper { max-width:980px; margin-left:auto; margin-right:auto; background:var(--fth-stone); box-shadow:0 24px 70px rgba(48,41,34,.16); }
.page-wrapper #werk, .page-wrapper #over, .page-wrapper #portfolio, .page-wrapper #contact { max-width:none; }
.fth-section-dots { position:fixed; z-index:80; top:50%; right:max(16px,calc((100vw - 1040px)/2)); display:grid; gap:10px; transform:translateY(-50%); }
.fth-section-dots a { width:12px; height:12px; border:1px solid var(--fth-ink); border-radius:50%; background:var(--fth-stone); box-shadow:0 1px 4px rgba(0,0,0,.18); text-indent:-9999px; }
.fth-section-dots a:nth-child(2) { background:var(--fth-clay); }.fth-section-dots a:nth-child(3) { background:var(--fth-plum); }.fth-section-dots a:nth-child(4) { background:var(--fth-moss); }
@media (max-width:1080px) { .fth-section-dots { right:12px; } }
@media (max-width:700px) { .fth-section-dots { display:none; } #wrapper { box-shadow:none; } }
@media (max-width:980px) { .header-wrapper, .page-wrapper { box-shadow:none; } }
