@font-face {
  font-family: Manrope;
  src: url(assets/manrope-latin.woff2) format('woff2');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f7f7f2;
  --ink: #20221e;
  --muted: #5f625a;
  --line: #cecec4;
  --panel: #eaeae3;
  --sage: #dce4d5;
  --ochre: #d6b595;
  --plum: #e8dfe4;
  --focus: #8a421f;
  --ease: cubic-bezier(.2,.65,.3,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Manrope,Arial,sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
/* One continuous photographic plane; the page keeps its native scroll. */
.portfolio-page { position: relative; isolation: isolate; --muted: #2b3028; --line: #a5a79a; --focus: #6a3017; --portfolio-header-height: 88px; }
.portfolio-page .hero { position: relative; display: flex; flex-direction: column; min-height: calc(100vh - var(--portfolio-header-height)); min-height: calc(100svh - var(--portfolio-header-height)); }
.portfolio-page .hero .masthead { flex: 1; justify-content: center; }
.site-backdrop { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; background: var(--paper); }
.site-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .58; }
.hero-film { position: absolute; inset: 0; background: var(--paper); opacity: 0; transition: opacity .8s ease; }
.hero-film.is-visible { opacity: 1; }
.hero-film video { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .58; }
.motion-toggle { position: absolute; right: 0; bottom: 0; min-height: 44px; padding: 4px 0 4px 12px; background: transparent; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.motion-toggle:hover { color: #422315; }
.portfolio-page .agrafe-stage { background: rgb(220 228 213 / .86); }
.portfolio-page .atelier-stage { background: rgb(214 181 149 / .92); }
.portfolio-page .products { background: linear-gradient(to bottom, transparent, rgb(238 238 230 / .54) 120px, rgb(238 238 230 / .54) calc(100% - 120px), transparent); }
.portfolio-page .document-screen { background: rgb(220 228 213 / .88); }
.portfolio-page .salon-screen { background: rgb(232 223 228 / .9); }
.portfolio-page .text-link:hover { color: var(--ink); }
.portfolio-page .email-link:hover { color: #422315; }

h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; }
a,button { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
a:focus-visible,button:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
::selection { background: #d1dbbc; color: var(--ink); }
[hidden] { display: none !important; }
.shell { width: min(1504px,calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 104px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .065em; line-height: 1.6; }
em { font-family: Georgia,'Times New Roman',serif; font-weight: 400; }
h2 { font-size: clamp(40px,4.6vw,70px); font-weight: 450; line-height: 1.09; letter-spacing: -.055em; }
.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: 12px; left: 20px; z-index: 20; background: var(--ink); color: white; padding: 12px 20px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 88px; z-index: 3; }
.brand { font-size: 16px; font-weight: 700; letter-spacing: -.045em; min-height: 44px; display: flex; align-items: center; }
.desktop-nav { display: flex; gap: 36px; margin-left: auto; }
.desktop-nav a,.header-contact { display: flex; align-items: center; min-height: 44px; font-size: 14px; }
.desktop-nav a:hover,.phone-link:hover,.quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-contact { gap: 36px; margin-left: 44px; border-bottom: 1px solid var(--ink); }
.header-contact span { font-size: 23px; }
.menu-toggle { display: none; }
.masthead { display: flex; flex-direction: column; align-items: center; padding-block: 26px 24px; }
.masthead-mark { font: 400 clamp(180px,25.5vw,420px)/.77 Georgia,'Times New Roman',serif; letter-spacing: -.072em; padding-right: .07em; }
.masthead-caption { font-size: clamp(13px,1.5vw,21px); letter-spacing: .52em; padding-left: .52em; margin-top: 24px; }
.hero-intro { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 80px; padding-block: 24px 52px; }
h1 { font-size: clamp(40px,4.6vw,69px); line-height: 1.08; letter-spacing: -.06em; font-weight: 450; }
.hero-copy { max-width: 450px; justify-self: end; }
.hero-copy>p { max-width: 39ch; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 52px; padding: 14px 20px; font-size: 14px; font-weight: 550; transition: background .2s; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #42483a; }
.button span,.quiet-link span { font-size: 21px; line-height: 1; }
.quiet-link { font-size: 14px; display: inline-flex; gap: 20px; align-items: center; min-height: 44px; }
.section-kicker { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 21px; }
.section-kicker h2 { font-size: 14px; line-height: 1.5; letter-spacing: 0; font-weight: 550; }
.section-kicker>span { font-size: 12px; letter-spacing: .05em; }
.project-stage { position: relative; display: block; overflow: hidden; }
.stage-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 32px 0; font-size: 12px; line-height: 1.5; letter-spacing: .07em; font-weight: 600; }
.agrafe-stage { background: var(--sage); }
.image-button { position: relative; display: block; width: 100%; padding: 0; text-align: left; background: transparent; }
.agrafe-cover { width: min(780px,72%); margin: 28px auto 48px; box-shadow: 0 20px 45px #32472912; }
.agrafe-cover img { width: 100%; height: auto; }
.image-action { position: absolute; bottom: 0; right: 0; display: flex; align-items: center; gap: 28px; background: var(--paper); color: var(--ink); padding: 12px 18px; font-size: 12px; font-weight: 600; min-height: 44px; transition: background .2s; }
.image-action>span { font-size: 21px; line-height: 1; }
a:hover>.image-action,button:hover>.image-action { background: var(--ink); color: var(--paper); }
.project-caption { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; margin-top: 32px; }
.project-caption h3 { font: 400 clamp(38px,4.3vw,64px)/1.1 Georgia,'Times New Roman',serif; letter-spacing: -.055em; margin-top: 12px; }
.project-story>p:first-child { font-size: 24px; line-height: 1.35; letter-spacing: -.035em; max-width: 30ch; }
.project-story .project-detail { color: var(--muted); font-size: 16px; margin-top: 15px; max-width: 46ch; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 44px; font-size: 14px; border-bottom: 1px solid currentColor; }
.text-link>span[aria-hidden] { font-size: 22px; }
.text-link:hover { color: #526140; }
.project-story .text-link { margin-top: 16px; }
.atelier-project { margin-top: 88px; }
.atelier-stage { background: var(--ochre); }
.atelier-composition { position: relative; width: 82%; margin: 38px auto 60px; padding-right: 12%; }
.atelier-desktop { width: 100%; height: auto; box-shadow: 0 20px 40px #54271217; }
.atelier-mobile { position: absolute; right: 0; bottom: -15px; width: 22%; height: auto; border: 5px solid #41372e; border-radius: 15px; box-shadow: 0 12px 24px #44270e26; }
.project-disclosure { font-size: 12px; color: var(--muted); margin-top: 18px; max-width: 55ch; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px 40px; }
.work-grid .project-stage { overflow: visible; }
.escale-stage { background: rgb(195 210 197 / .92); }
.rivage-stage { background: rgb(222 208 187 / .94); }
.maison-azur-stage { background: rgb(221 203 214 / .92); }
.work-grid .stage-label { padding: 24px 24px 0; font-size: 12px; letter-spacing: .035em; }
.project-cover { width: calc(100% - 56px); aspect-ratio: 1.6; margin: 24px 28px 0; padding-bottom: 0; }
.work-grid .project-stage { padding-bottom: 34px; }
.project-cover .cover-main { width: 100%; height: 100%; object-fit: cover; object-position: top; box-shadow: 0 12px 28px #26221b17; }
.project-cover-devices .cover-main { width: 89%; }
.project-cover .cover-mobile { position: absolute; right: 0; bottom: -9px; width: 23%; height: auto; border: 3px solid #34372f; border-radius: 9px; box-shadow: 0 10px 22px #26221b26; }
.project-cover .image-action { bottom: -18px; z-index: 1; }
.work-grid .project-caption { display: block; margin-top: 26px; }
.work-grid .project-caption h3 { font-size: clamp(34px,3.4vw,50px); margin-top: 10px; }
.work-grid .project-story { margin-top: 20px; }
.work-grid .project-story>p:first-child { font-size: 22px; max-width: 36ch; }
.work-grid .project-story .project-detail { max-width: 48ch; }
.work-study { margin-top: 44px; font-size: 13px; }
@media (min-width: 761px) {
  .work-grid .project { display: flex; flex-direction: column; }
  .work-grid .project-caption { flex: 1; display: flex; flex-direction: column; gap: 0; }
  .work-grid .project-story { flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
  .work-grid .project-story .project-detail { margin-bottom: 16px; }
  .work-grid .project-story .text-link { margin-top: auto; }
  .work-grid .project-story>p:first-child { min-height: 2.7em; }
}
@media (max-width: 1050px) {
  .work-grid { gap: 56px 28px; }
  .work-grid .stage-label { padding: 20px 18px 0; }
  .work-grid .stage-label>span:last-child { display: none; }
  .project-cover { width: calc(100% - 36px); margin: 22px 18px 0; }
  .project-cover .cover-mobile { border-width: 2px; border-radius: 6px; }
}
@media (max-width: 760px) {
  .portfolio-page { --portfolio-header-height: 76px; }
  .work-grid { grid-template-columns: 1fr; gap: 48px; }
  .work-grid .project-caption h3 { font-size: 38px; }
  .work-grid .project-story { margin-top: 18px; }
  .work-grid .project-story>p:first-child { font-size: 22px; }
  .work-study { margin-top: 32px; }
}
.offer { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; margin-top: 104px; border-top: 1px solid var(--line); }
.offer-heading h2 { margin-top: 26px; }
.offer-heading>p:not(.eyebrow) { color: var(--muted); margin-top: 26px; }
.offer-heading .text-link { margin-top: 20px; }
.offer-list article { display: grid; grid-template-columns: 26px 1fr; gap: 20px; padding-block: 27px; border-bottom: 1px solid var(--line); }
.offer-list article:first-child { padding-top: 0; }
.row-number { font-size: 12px; padding-top: 5px; color: var(--muted); }
.offer-list h3 { font-size: 20px; font-weight: 550; line-height: 1.4; letter-spacing: -.035em; margin-bottom: 12px; }
.offer-list p { color: var(--muted); max-width: 43ch; }
.products { background: #eeeeE6; }
.products-heading { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px 80px; align-items: end; margin-bottom: 56px; }
.products-heading .eyebrow { grid-column: 1/-1; }
.products-heading>p:last-child { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.product-screen { height: 330px; overflow: hidden; padding: 30px 50px 0; }
.product-screen .image-button { height: 100%; }
.product-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.document-screen { background: var(--sage); padding-inline: 28px; }
.document-screen img { object-position: top; }
.salon-screen { background: var(--plum); padding-inline: 28px; }
.product-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 98px; padding-top: 16px; }
.product-topline h3 { font: 400 48px/.92 Georgia,'Times New Roman',serif; letter-spacing: -.055em; }
.product-topline>span { font-size: 12px; letter-spacing: .045em; color: var(--muted); }
.coiffure-word { display: block; font: 500 12px/1.4 Manrope,Arial,sans-serif; letter-spacing: .2em; margin-top: 8px; }
.product-lead { font-size: 24px; letter-spacing: -.035em; line-height: 1.4; margin-block: 16px 12px; }
.product-description { color: var(--muted); max-width: 46ch; }
.screen-caption { color: var(--muted); font-size: 12px; margin-top: 18px; }
.product-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; margin-top: 15px; border-bottom: 1px solid #999d8e; font-size: 14px; }
.product-link>span[aria-hidden] { font-size: 25px; }
.product-link:hover { border-color: var(--ink); }
.contact-heading { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; }
.contact-heading h2 { font-size: clamp(54px,7.7vw,116px); }
.contact-bottom { display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: start; margin-top: 48px; }
.contact-note { display: block; color: var(--muted); font-size: 14px; margin-top: 16px; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: clamp(20px,2vw,29px); line-height: 1.35; letter-spacing: -.04em; min-height: 55px; border-bottom: 1px solid var(--ink); }
.email-link:hover { color: var(--focus); }
.phone-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 9px; font-size: 14px; }
.phone-link strong { font-weight: 550; }
.mailto-note { font-size: 12px; color: var(--muted); margin-top: 3px; }
.site-footer { display: flex; align-items: center; gap: 32px; border-top: 1px solid var(--line); padding-block: 26px 32px; }
.footer-brand { font: 400 60px/1 Georgia,serif; letter-spacing: -.065em; }
.site-footer>p { font-size: 12px; line-height: 1.5; color: var(--muted); }
.site-footer>div { display: flex; flex-direction: column; align-items: end; margin-left: auto; font-size: 12px; color: var(--muted); }
.site-footer>div a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; text-underline-offset: 3px; }
/* The existing secondary pages share these deliberately quiet primitives. */
.brand-sga { font: 400 42px/1 Georgia,serif; letter-spacing: -.065em; }
.brand-dot,.footer-brand>span { display: none; }
.brand-caption { font-size: 12px; letter-spacing: .02em; line-height: 1.5; margin-left: 18px; }
.legal { max-width: 820px; padding-block: 64px; }
.legal h1 { font-size: 48px; margin: 22px 0 30px; }
.legal h2 { font-size: 28px; margin: 42px 0 16px; letter-spacing: -.025em; }
.legal p,.legal li { font-size: 16px; color: var(--muted); margin: 14px 0; }
.legal a { text-decoration: underline; text-underline-offset: 4px; }
.legal .preview-note { padding: 18px 24px; background: var(--panel); border-left: 2px solid var(--ink); }
.image-dialog { border: 1px solid var(--line); background: var(--paper); padding: 0; width: min(1240px,95vw); max-width: 95vw; max-height: 92dvh; color: var(--ink); }
.image-dialog::backdrop { background: #15170fcc; }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; border-bottom: 1px solid var(--line); }
.dialog-toolbar h2 { font: 550 14px/1.4 Manrope,Arial,sans-serif; letter-spacing: 0; }
.close-dialog { background: var(--ink); color: var(--paper); display: flex; align-items: center; gap: 22px; padding: 10px 15px; min-height: 44px; white-space: nowrap; font-size: 14px; }
.close-dialog span { font-size: 23px; line-height: 1; }
.dialog-scroll { overflow: auto; max-height: calc(92dvh - 100px); }
.dialog-scroll:focus-visible { outline: 3px solid var(--focus); outline-offset: -4px; }
.zoom-image { max-width: none; width: auto; height: auto; margin: 0 auto; }
@media (min-width: 1700px) {
  .hero-intro { padding-top: 48px; }
  .agrafe-cover { width: 840px; }
}
@media (max-width: 1050px) {
  .shell { width: calc(100% - 64px); }
  .site-header { gap: 24px; }
  .desktop-nav { gap: 24px; }
  .header-contact { margin-left: 10px; gap: 18px; }
  .hero-intro,.project-caption,.offer,.products-heading,.contact-bottom { gap: 40px; grid-template-columns: 1.1fr 1fr; }
  .hero-copy>p { font-size: 16px; }
  .hero-actions { gap: 12px; margin-top: 18px; }
  .hero-intro { align-items: start; }
  .hero-actions .button { width: 100%; }
  .section-space { padding-block: 80px; }
  .product-grid { gap: 28px; }
  .product-screen { height: 275px; }
  .document-screen { padding-inline: 28px; }
  .salon-screen { padding-inline: 18px; }
  .product-topline { align-items: start; flex-direction: column; gap: 14px; padding-top: 24px; min-height: 135px; }
  .product-topline h3 { font-size: 44px; }
  .product-lead { font-size: 22px; }
  .offer { margin-top: 80px; }
  .email-link { font-size: 22px; }
  .contact-bottom { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .site-backdrop img,.hero-film video { object-position: 62% center; }
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 76px; gap: 24px; }
  .desktop-nav,.header-contact { display: none; }
  .brand { font-size: 15px; }
  .menu-toggle { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; padding: 0; background: transparent; font-size: 14px; }
  .menu-toggle>span { font-size: 23px; line-height: 1; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 76px; background: var(--paper); border-block: 1px solid var(--line); padding: 12px 20px; box-shadow: 0 12px 20px #20221e0d; }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .mobile-nav a:last-child { border: 0; }
  .masthead { padding-block: 22px 27px; }
  .masthead-mark { font-size: clamp(150px,39vw,270px); }
  .masthead-caption { margin-top: 20px; font-size: 12px; letter-spacing: .4em; padding-left: .4em; }
  .hero-intro { display: block; padding-block: 23px 44px; }
  h1 { font-size: clamp(38px,6.6vw,50px); line-height: 1.08; }
  .hero-copy { max-width: 520px; margin-top: 22px; }
  .hero-copy>p { max-width: 42ch; }
  .hero-actions { gap: 12px 20px; margin-top: 20px; }
  .hero-actions .button { width: auto; }
  .section-kicker { padding-block: 18px; }
  .section-kicker>span { display: none; }
  .stage-label { padding: 20px 20px 0; font-size: 12px; }
  .stage-label>span:last-child { display: none; }
  .agrafe-cover { width: 86%; margin-block: 20px 30px; }
  .image-action { gap: 20px; padding: 10px 13px; }
  .project-caption { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
  .project-caption h3 { font-size: 42px; margin-top: 8px; }
  .project-story>p:first-child { font-size: 23px; max-width: 34ch; }
  .project-story .project-detail { margin-top: 12px; }
  .atelier-project { margin-top: 52px; }
  .atelier-composition { width: 86%; padding-right: 13%; margin: 28px auto 56px; }
  .atelier-mobile { width: 24%; border-width: 2px; border-radius: 6px; bottom: -10px; }
  .section-space { padding-block: 64px; }
  h2 { font-size: clamp(38px,6.6vw,48px); }
  .offer { display: block; margin-top: 60px; }
  .offer-heading h2 { margin-top: 22px; }
  .offer-heading>p:not(.eyebrow) { margin-top: 22px; }
  .offer-list { margin-top: 40px; }
  .offer-list article { padding-block: 22px; gap: 16px; }
  .offer-list h3 { font-size: 19px; }
  .offer-list p { font-size: 16px; }
  .products-heading { display: block; margin-bottom: 32px; }
  .products-heading h2 { margin-top: 22px; }
  .products-heading>p:last-child { margin-top: 24px; }
  .product-grid { grid-template-columns: 1fr; gap: 48px; }
  .product-screen { height: 290px; padding-top: 22px; }
  .document-screen { padding-inline: 18px; }
  .salon-screen { padding-inline: 18px; }
  .product-topline { align-items: center; flex-direction: row; gap: 20px; min-height: 92px; padding-top: 18px; }
  .product-topline>span { max-width: 138px; text-align: right; line-height: 1.5; }
  .product-lead { margin-top: 14px; font-size: 23px; }
  .contact-heading { margin-top: 22px; gap: 12px; }
  .contact-heading h2 { font-size: clamp(42px,7.3vw,60px); }
  .contact-bottom { display: block; margin-top: 26px; }
  .contact-bottom>p { font-size: 16px; }
  .contact-links { margin-top: 30px; }
  .email-link { font-size: clamp(20px,4vw,28px); }
  .phone-link { font-size: 14px; gap: 8px; }
  .site-footer { flex-wrap: wrap; gap: 20px; padding-block: 25px; }
  .footer-brand { font-size: 56px; }
  .site-footer>p { margin-left: auto; text-align: right; }
  .site-footer>div { align-items: start; margin: 0; width: 100%; }
  .dialog-toolbar { padding: 12px; gap: 12px; }
  .dialog-toolbar h2 { font-size: 12px; }
  .close-dialog { font-size: 13px; gap: 10px; padding: 9px 12px; }
  .brand-caption { display: none; }
  .site-header>.text-link { font-size: 13px; gap: 14px; }
  .legal { padding-top: 40px; }
  .legal h1 { font-size: 39px; }
  .legal h2 { font-size: 25px; }
  .legal .preview-note { padding: 14px 16px; }
}
@media (max-width: 380px) {
  .masthead { padding-top: 16px; }
  .masthead-mark { font-size: 150px; }
  .hero-actions { gap: 10px 16px; }
  .hero-actions .button { width: 100%; }
  .product-screen { height: 245px; }
  .document-screen { padding-inline: 18px; }
  .product-topline>span { font-size: 12px; max-width: 128px; }
  .email-link { font-size: 20px; }
  .phone-link { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-film,.motion-toggle { display: none; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .site-backdrop { display: none; }
  .button,.image-action,.close-dialog,.project-stage,.product-screen { border: 1px solid ButtonText; }
}

.aster-stage { background: rgb(211 199 173 / .94); }
