@charset "UTF-8";

:root {
  color-scheme: light;
  --ink: #111111;
  --paper: #ffffff;
  --muted: #626262;
  --line: #dedede;
  --accent: #ffcc00;
  --dark-line: #484848;
  --gutter: clamp(1.25rem, 4.6vw, 5rem);
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 9rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: 1.6; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
p, h1, h2, h3, figure { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #806000; outline-offset: 7px; }
.forest-band a:focus-visible { outline-color: var(--accent); }
.wrap { width: min(100%, 1600px); padding-inline: var(--gutter); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 30; padding: .7rem 1.2rem; color: var(--ink); background: var(--accent); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { font-size: .875rem; line-height: 1.5; font-weight: 600; letter-spacing: .035em; }

.site-header { position: sticky; top: 0; z-index: 20; background: #ffffff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 7.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; line-height: 0; }
.brand-logo { display: block; width: 10.5rem; height: auto; }
.footer-main .brand-logo { width: 12rem; }
.desktop-nav { display: flex; gap: clamp(1.5rem, 3vw, 3rem); align-items: center; }
.desktop-nav a { font-size: .9375rem; padding-block: .8rem; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 .4rem; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.desktop-nav .nav-contact { font-weight: 600; white-space: nowrap; }
.desktop-nav .nav-contact::after { background: var(--accent); }
.header-origin { font-size: .875rem; line-height: 1.4; text-align: right; }
.header-origin span { display: block; color: var(--muted); }
.menu-toggle { display: none; background: none; border: 0; min-height: 44px; padding: .5rem 0 .5rem .7rem; align-items: center; gap: .8rem; cursor: pointer; }
.menu-label { font-size: .875rem; }
.menu-icon { display: grid; gap: 5px; width: 22px; }
.menu-icon span { background: var(--ink); height: 1px; width: 22px; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] .menu-icon span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { padding: .5rem var(--gutter) 1.5rem; border-top: 1px solid var(--line); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: flex; align-items: center; gap: 1rem; min-height: 54px; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-nav a span { color: var(--muted); font-size: .875rem; font-variant-numeric: tabular-nums; }

.hero { padding-top: 3.5rem; padding-bottom: 4rem; }
.hero-topline { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.hero-edition { font-size: .8125rem; letter-spacing: .08em; color: var(--muted); }
.hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; align-items: end; gap: clamp(3rem, 6vw, 7rem); padding-top: 2rem; }
h1 { font-size: clamp(4.5rem, 8.7vw, 9.5rem); font-weight: 600; letter-spacing: -.075em; line-height: 1.06; }
h1 span { position: relative; background: linear-gradient(transparent 78%, var(--accent) 78%, var(--accent) 94%, transparent 94%); }
.hero-intro { padding-bottom: .4rem; max-width: 28rem; justify-self: end; }
.hero-lead { font-size: clamp(1.35rem, 2.05vw, 1.95rem); line-height: 1.35; letter-spacing: -.04em; font-weight: 500; margin-bottom: 1.25rem; }
.hero-intro > p:not(.hero-lead) { color: var(--muted); font-size: 1rem; line-height: 1.75; max-width: 27rem; }
.text-link { font-size: .9375rem; display: inline-flex; align-items: center; gap: 1.5rem; font-weight: 600; }
.hero-link { margin-top: 1.9rem; }
.hero-link span { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border: 1px solid var(--line); border-radius: 50%; font-size: 1.15rem; transition: background .2s; }
.hero-link:hover span { background: var(--accent); border-color: var(--accent); }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 3rem; margin-top: 3.5rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }
.hero-bottom > p:first-child { display: flex; align-items: center; gap: 1.2rem; }
.hero-bottom strong { font-weight: 500; font-size: 3.125rem; line-height: 1; letter-spacing: -.06em; }
.hero-bottom > p:first-child > span { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.mission { display: flex; gap: 2rem; font-size: .9375rem; line-height: 1.55; }
.mission .eyebrow { color: var(--muted); padding-top: .15rem; font-weight: 400; }

.brands-intro { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; padding-bottom: 1.5rem; gap: 1.5rem; }
.brands-intro h2 { font-size: .875rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.brands-intro p { font-size: .875rem; color: var(--muted); }
.brand-section { padding-bottom: 4.75rem; scroll-margin-top: 1.5rem; }
.section-topline { display: grid; grid-template-columns: 6rem 1fr auto; gap: 1rem; align-items: center; padding-top: 1.2rem; padding-bottom: 1.5rem; border-top: 1px solid var(--ink); font-size: .8125rem; line-height: 1.5; }
.section-index { color: var(--muted); font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.section-topline > p { font-size: .8125rem; letter-spacing: .055em; font-weight: 600; }
.origin { display: flex; align-items: center; gap: .8rem; font-size: .875rem; color: var(--muted); }
.country-code { display: inline-flex; align-items: center; justify-content: center; min-width: 2rem; height: 1.5rem; padding-inline: .35rem; border: 1px solid var(--line); font-size: .75rem; letter-spacing: .06em; color: var(--ink); }
.brand-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.brand-photo { min-width: 0; }
.gallery-track { display: flex; width: 100%; aspect-ratio: 4 / 3; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; background: #f1f1f1; border-radius: 2px; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track:focus-visible { outline: 3px solid #806000; outline-offset: 5px; }
.gallery-slide { position: relative; flex: 0 0 100%; min-width: 0; align-self: stretch; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; user-select: none; }
.gallery-controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .5rem; }
.gallery-count { font-size: .8125rem; color: var(--muted); font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.gallery-arrows { display: flex; gap: .4rem; }
.gallery-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; color: inherit; cursor: pointer; transition: background .2s, border-color .2s; }
.gallery-arrow svg { width: 21px; height: 21px; }
.gallery-arrow:hover:not(:disabled) { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.gallery-arrow:disabled { opacity: .3; cursor: default; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .5rem; }
.syn-photo .gallery-thumbnails { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.gallery-thumbnail { display: block; min-width: 0; min-height: 44px; aspect-ratio: 4 / 3; padding: 3px; border: 2px solid transparent; background: #f1f1f1; cursor: pointer; transition: border-color .2s; }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: contain; user-select: none; }
.gallery-thumbnail:hover { border-color: #777; }
.gallery-thumbnail[aria-pressed="true"] { border-color: var(--ink); box-shadow: inset 0 0 0 2px var(--accent); }
.gallery-arrow:focus-visible, .gallery-thumbnail:focus-visible { outline-offset: 3px; }
.gallery-controls[hidden], .gallery-thumbnails[hidden] { display: none; }
.brand-copy { min-width: 0; padding-block: .5rem 1rem; }
.brand-copy > .eyebrow { color: var(--muted); margin-bottom: 1.1rem; }
.brand-copy h3 { font-size: clamp(2.4rem, 3.55vw, 4rem); line-height: 1.1; font-weight: 600; letter-spacing: -.055em; margin-bottom: 1.5rem; overflow-wrap: normal; }
.title-dot { color: var(--accent); }
.brand-promise { font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.3; font-weight: 400; letter-spacing: -.025em; margin-bottom: 1.1rem; }
.brand-description { font-size: 1rem; line-height: 1.75; color: var(--muted); max-width: 30rem; }
.machine-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin: 1.5rem 0 0; padding-block: 1.15rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.machine-specs > div { display: flex; flex-direction: column; min-width: 0; }
.machine-specs dt { order: 2; font-size: .75rem; line-height: 1.4; color: var(--muted); margin-top: .5rem; }
.machine-specs dd { margin: 0; font-size: clamp(1.75rem, 2.5vw, 2.5rem); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.machine-specs dd span { font-size: .43em; letter-spacing: 0; font-weight: 400; }
.applications { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: .6rem 1rem; margin: 1.6rem 0 1.8rem; }
.applications li { font-size: .875rem; line-height: 1.5; padding-bottom: .35rem; border-bottom: 1px solid var(--line); }
.manufacturer-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.5rem; width: 100%; border-top: 1px solid var(--line); padding-block: 1rem .25rem; font-size: .9375rem; font-weight: 500; }
.manufacturer-link > span:first-child { text-underline-offset: .3em; }
.manufacturer-link svg { flex: 0 0 1.5rem; height: 1.5rem; transition: transform .2s; }
.manufacturer-link:hover > span:first-child { text-decoration: underline; }
.manufacturer-link:hover svg { transform: translate(2px,-2px); }
.brand-campagne { padding-top: .5rem; padding-bottom: 5rem; }
.layout-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); }
.layout-reverse .brand-photo { grid-column: 2; grid-row: 1; }
.layout-reverse .brand-copy { grid-column: 1; grid-row: 1; }
.forest-band { background: var(--ink); color: var(--paper); }
.brand-plaisance { padding-top: 3rem; padding-bottom: 3.5rem; }
.brand-plaisance .section-topline { border-color: var(--dark-line); }
.brand-plaisance .section-index, .brand-plaisance .origin, .brand-plaisance .eyebrow, .brand-plaisance .brand-description, .brand-plaisance .gallery-count { color: #c3c3c3; }
.brand-plaisance .country-code { border-color: var(--dark-line); color: var(--paper); }
.brand-plaisance .title-dot { color: var(--accent); }
.brand-subname { display: block; font-size: .43em; line-height: 1.6; letter-spacing: -.015em; font-weight: 400; }
.brand-plaisance .applications li, .brand-plaisance .manufacturer-link { border-color: var(--dark-line); }
.brand-plaisance .manufacturer-link svg { color: var(--accent); }
.brand-plaisance .gallery-arrow { border-color: var(--dark-line); }
.brand-plaisance .gallery-thumbnail[aria-pressed="true"] { border-color: var(--accent); box-shadow: none; }
.forest-band .gallery-track:focus-visible, .forest-band button:focus-visible { outline-color: var(--accent); }
.plaisance-photo .gallery-track, .plaisance-photo .gallery-thumbnail { background: #262626; }

.contact-section { padding-top: 4.75rem; padding-bottom: 4.75rem; scroll-margin-top: 1.5rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.contact-intro > .eyebrow { color: var(--muted); margin-bottom: 1.2rem; }
.contact-intro h2 { font-size: clamp(2.5rem, 4.5vw, 4.5rem); line-height: 1.1; letter-spacing: -.055em; font-weight: 600; }
.contact-description { max-width: 28rem; margin-top: 1.5rem; color: var(--muted); line-height: 1.75; }
.contact-details { min-width: 0; font-style: normal; }
.contact-item { padding-block: 1.2rem; border-top: 1px solid var(--line); }
.contact-label { font-size: .8125rem; color: var(--muted); margin-bottom: .5rem; }
.contact-value { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 44px; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.3; letter-spacing: -.035em; }
.contact-value > span { min-width: 0; overflow-wrap: anywhere; }
.contact-value svg { flex: 0 0 1.5rem; height: 1.5rem; transition: transform .2s; }
.contact-value:hover > span { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.contact-value:hover svg { transform: translate(2px, -2px); }
.contact-button { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 56px; margin-top: .5rem; padding: 1rem 1.3rem; background: var(--accent); color: var(--ink); font-size: .9375rem; font-weight: 600; transition: background .2s; }
.contact-button svg { flex: 0 0 1.5rem; height: 1.5rem; }
.contact-button:hover { background: #ebbc00; }
.contact-facebook { background: var(--ink); color: var(--paper); }
.contact-facebook:hover { background: #303030; }

.site-footer { padding-top: 3rem; padding-bottom: 1.5rem; border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.5rem; }
.footer-main > p { font-size: 1.25rem; letter-spacing: -.04em; }
.back-top { display: inline-flex; align-items: center; gap: 1rem; font-size: .875rem; min-height: 44px; }
.back-top span { font-size: 1.2rem; }
.back-top:hover { text-decoration: underline; text-underline-offset: .25em; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.5rem; position: relative; font-size: .75rem; color: var(--muted); }
.footer-bottom::before { content: ""; position: absolute; inset: 0 var(--gutter) auto; height: 1px; background: var(--line); }

@media (min-width: 1500px) {
  .hero { padding-top: 4rem; }
  .hero-grid { padding-top: 2.5rem; }
  .brand-layout { gap: 6rem; }
}
@media (max-width: 1100px) {
  .header-origin { display: none; }
  .hero-grid { grid-template-columns: 1.3fr 1fr; gap: 2.5rem; }
  h1 { font-size: clamp(4.75rem, 9vw, 7rem); }
  .hero-intro { padding-bottom: 0; }
  .hero-lead { font-size: 1.5rem; }
  .hero-intro > p:not(.hero-lead) { line-height: 1.65; }
  .brand-layout { gap: 2.5rem; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); }
  .layout-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); }
  .brand-copy h3 { font-size: 2.55rem; }
  .brand-description { line-height: 1.65; }
  .brand-promise { font-size: 1.5rem; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 7.5rem; }
  .header-inner { min-height: 6rem; }
  .brand-logo { width: 8.5rem; }
  .footer-main .brand-logo { width: 10rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .hero { padding-top: 2rem; padding-bottom: 2.75rem; }
  .hero-topline > .eyebrow { font-size: .8125rem; }
  .hero-edition { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; padding-top: 1.4rem; }
  h1 { font-size: clamp(4.1rem, 14.8vw, 7rem); letter-spacing: -.065em; line-height: 1.08; }
  .hero-intro { justify-self: start; max-width: 34rem; }
  .hero-lead { font-size: 1.4rem; line-height: 1.4; margin-bottom: .9rem; }
  .hero-intro > p:not(.hero-lead) { max-width: none; }
  .hero-link { margin-top: 1.2rem; }
  .hero-bottom { align-items: start; gap: 1.75rem; margin-top: 2rem; padding-top: 1.4rem; }
  .hero-bottom > p:first-child { flex-direction: column; align-items: start; gap: .6rem; flex: 0 0 7.75rem; }
  .hero-bottom strong { font-size: 2.5rem; }
  .hero-bottom > p:first-child > span { font-size: .8125rem; }
  .mission { display: block; font-size: .875rem; max-width: 18rem; }
  .mission .eyebrow { display: block; margin-bottom: .6rem; font-size: .8125rem; }
  .desktop-break { display: none; }
  .brands-intro { display: block; padding-top: 1rem; padding-bottom: 1.5rem; }
  .brands-intro h2 { margin-bottom: .5rem; }
  .brand-section { padding-bottom: 3.25rem; scroll-margin-top: 1rem; }
  .section-topline { grid-template-columns: auto 1fr; gap: .65rem 1.2rem; padding-top: 1rem; padding-bottom: 1.4rem; }
  .section-topline > p { justify-self: end; text-align: right; font-size: .75rem; }
  .origin { grid-column: 1 / -1; font-size: .8125rem; }
  .brand-layout, .layout-reverse { grid-template-columns: 1fr; gap: 1.8rem; }
  .layout-reverse .brand-photo, .layout-reverse .brand-copy { grid-column: auto; grid-row: auto; }
  .brand-copy { padding-block: 0; }
  .brand-copy > .eyebrow { margin-bottom: .9rem; }
  .brand-copy h3 { font-size: clamp(2.6rem, 8vw, 3.5rem); margin-bottom: 1.3rem; }
  .brand-promise { font-size: 1.5rem; }
  .brand-description { max-width: none; line-height: 1.75; }
  .applications { margin: 1.35rem 0 1.45rem; }
  .brand-campagne { padding-top: .5rem; padding-bottom: 3.5rem; }
  .brand-plaisance { padding-top: 2rem; padding-bottom: 2.75rem; }
  .contact-section { padding-top: 3rem; padding-bottom: 3rem; scroll-margin-top: 1rem; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .contact-intro > .eyebrow { margin-bottom: .9rem; }
  .contact-intro h2 { font-size: clamp(2.5rem, 8vw, 3.5rem); }
  .contact-description { margin-top: 1rem; }
  .contact-value { font-size: clamp(1.35rem, 5.5vw, 1.75rem); }
  .site-footer { padding-top: 2rem; }
  .footer-main { display: grid; grid-template-columns: 1fr auto; gap: 1.2rem; padding-bottom: 2rem; }
  .footer-main > p { font-size: 1.125rem; grid-column: 1; grid-row: 2; }
  .footer-main .back-top { grid-column: 2; grid-row: 1 / 3; }
  .footer-bottom { display: block; line-height: 1.6; padding-top: 1.1rem; }
  .footer-bottom > p + p { margin-top: .4rem; }
}
@media (max-width: 360px) {
  .syn-photo .gallery-thumbnails { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  h1 { font-size: 3.9rem; }
  .section-topline > p { max-width: 13rem; }
  .hero-bottom { gap: 1rem; }
  .hero-bottom > p:first-child { flex-basis: 6.75rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main .back-top { grid-column: 1; grid-row: 3; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
