:root {
  --ink: #191713;
  --paper: #f5f1e9;
  --sand: #ded1bd;
  --line: rgba(38, 34, 27, 0.22);
  --gold: #b58b51;
  --deep-blue: #182f36;
  --body: "Manrope", Arial, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 14px; line-height: 1.65; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .09; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; background: var(--ink); color: #e9dfcf; font: 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.announcement-rule { width: 23px; height: 1px; background: #ae8b5c; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 91px; padding: 0 5.4vw; border-bottom: 1px solid var(--line); position: relative; z-index: 12; background: rgba(245,241,233,.92); backdrop-filter: blur(8px); }
.brand-lockup, .footer-lockup { display: block; position: relative; width: 74px; height: 47px; }
.monogram, .footer-wordmark { position: absolute; z-index: 1; font: 500 43px/.8 var(--display); letter-spacing: -.09em; }
/* The handwritten mark deliberately sits in front of I.M., as a pale signature. */
.monogram-signature, .footer-lockup img { position: absolute; z-index: 3; width: 62px; height: 50px; object-fit: contain; opacity: .78; filter: invert(76%) sepia(24%) saturate(932%) hue-rotate(355deg) brightness(98%) contrast(88%); mix-blend-mode: normal; pointer-events: none; }
.monogram-signature { left: 15px; top: -5px; }
.footer-lockup img { left: 15px; top: -5px; filter: invert(81%) sepia(17%) saturate(840%) hue-rotate(350deg) brightness(100%) contrast(91%); }
.desktop-nav { display: flex; align-items: center; gap: 31px; }
.desktop-nav a, .nav-contact { font: 500 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; content: ""; height: 1px; width: 0; left: 0; bottom: -7px; background: var(--gold); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.nav-contact { justify-self: end; border-bottom: 1px solid var(--ink); padding-bottom: 6px; transition: color .2s; }
.nav-contact:hover { color: var(--gold); }
.nav-contact span, .text-link span, .outline-button span, .submit-button span, .dialog-request span { font-size: 15px; margin-left: 5px; }
.menu-toggle, .mobile-nav { display: none; }
.section-shell { padding-left: 5.4vw; padding-right: 5.4vw; }
.hero { min-height: calc(100vh - 125px); display: grid; grid-template-columns: minmax(290px, .85fr) minmax(440px, 1.3fr) 115px; gap: clamp(24px,4vw,80px); position: relative; overflow: hidden; }
.hero-copy { align-self: center; padding: 96px 0 114px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 21px; color: #76685a; font: 10px/1.35 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
h1 { margin: 0 0 29px; font-size: clamp(47px, 5.2vw, 90px); max-width: 730px; }
h1 em, h2 em { font-weight: 400; }
.hero-intro { max-width: 370px; margin-bottom: 34px; color: #514b42; font-size: 13px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font: 500 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--gold); border-color: var(--gold); }
.hero-art { position: relative; min-height: 620px; overflow: hidden; background: #d0bfa9; align-self: stretch; }
.sun-disc { position: absolute; width: clamp(180px, 25vw, 390px); aspect-ratio: 1; background: #e7bf77; border-radius: 50%; left: 53%; top: 9%; filter: blur(.2px); }
.arch { position: absolute; bottom: 0; width: 62%; height: 86%; border-radius: 300px 300px 0 0; }
.arch-back { right: -19%; background: #b4724d; }
.arch-front { left: -8%; background: #e3d7c5; box-shadow: inset 0 0 0 22px rgba(175,126,93,.22); }
.hero-frame { position: absolute; z-index: 2; width: min(55%, 430px); aspect-ratio: .73; top: 17%; left: 25%; padding: 12px; background: #44372c; box-shadow: 22px 25px 30px rgba(57, 39, 26, .24); transform: rotate(-2.8deg); }
.hero-frame > img:first-child { width: 100%; height: 100%; object-fit: cover; display: block; }
.plinth { position: absolute; z-index: 3; height: 22%; width: 59%; background: #b3a08b; bottom: 0; right: 4%; box-shadow: -9px -7px 19px rgba(64,44,30,.13); }
.art-caption { position: absolute; z-index: 5; bottom: 23px; right: 14%; margin: 0; color: #f7eee2; font: 10px/1 var(--mono); letter-spacing: .09em; }
.hero-aside { align-self: end; padding-bottom: 45px; display: flex; flex-direction: column; gap: 18px; color: #60574d; font: 9px/1.55 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-aside span:last-child { padding-top: 18px; border-top: 1px solid var(--line); }
.scroll-cue { position: absolute; z-index: 5; bottom: 35px; left: 5.4vw; display: flex; align-items: center; gap: 12px; font: 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; width: 46px; height: 1px; background: var(--ink); position: relative; }
.scroll-cue span::after { content: ""; position: absolute; right: 0; top: -3px; height: 7px; width: 7px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(-45deg); }

.collection { padding-top: 153px; padding-bottom: 168px; }
.section-heading { display: grid; grid-template-columns: 1fr 1.28fr .76fr; align-items: end; gap: 38px; margin-bottom: 68px; }
.section-heading .eyebrow { margin-bottom: 8px; }
h2 { font-size: clamp(40px, 4.4vw, 71px); margin: 0; }
.section-heading > p:last-child { max-width: 277px; margin: 0 0 4px; color: #5e554a; font-size: 12px; line-height: 1.75; }
.collection-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 69px 28px; align-items: start; }
.art-card { cursor: pointer; outline: none; }
.art-card:focus-visible .art-card-image { outline: 2px solid var(--gold); outline-offset: 4px; }
.art-card-large { margin-top: 0; }
.art-card:nth-child(2) { margin-top: 126px; }
.art-card:nth-child(3) { max-width: 79%; justify-self: end; }
.art-card-wide { margin-top: 65px; }
.art-card-five { margin-top: 32px; max-width: 84%; }
.art-card-image { height: clamp(355px, 48vw, 650px); position: relative; overflow: hidden; background: #c8b59e; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.art-card:hover .art-card-image { transform: scale(.985); }
.warm-room { background: linear-gradient(155deg, #e2d9ca 0 47%, #b17d5c 47% 100%); }
.blue-room { background: linear-gradient(135deg, #24414a, #102c31 58%, #bd986b 58%); }
.sand-room { background: linear-gradient(145deg, #e0c79d 0 63%, #b56335 63%); }
.wide-room { background: linear-gradient(90deg, #152e36 0 18%, #d2c5ae 18% 80%, #425960 80%); }
.mini-arch { position: absolute; height: 94%; width: 58%; right: -14%; top: 0; border: 26px solid rgba(255,245,230,.45); border-bottom: 0; border-radius: 240px 240px 0 0; }
.artwork-frame { position: absolute; top: 11%; bottom: 10%; left: 19%; right: 20%; padding: 12px; background: #594536; box-shadow: 14px 18px 22px rgba(47,29,19,.28); }
.dark-frame { background: #d1bb8a; }
.artwork-frame img { height: 100%; width: 100%; display: block; object-fit: cover; }
.art-card-meta { display: flex; align-items: start; justify-content: space-between; gap: 10px; padding-top: 15px; }
.art-card-meta p { margin: 0 0 4px; font: 9px/1 var(--mono); letter-spacing: .12em; color: #7b6d5f; }
.art-card-meta h3 { margin: 0; font: 400 24px/1 var(--display); letter-spacing: -.045em; }
.art-card-meta > span { padding-top: 5px; font: 9px/1 var(--mono); letter-spacing: .1em; color: #75675a; }

.manifesto { display: grid; grid-template-columns: 50% 50%; min-height: 730px; background: var(--deep-blue); color: #f3eee4; }
.manifesto-image { position: relative; overflow: hidden; background: linear-gradient(135deg, #b38261, #dfc58b 65%, #24414a 65%); }
.arch-gallery { position: absolute; height: 78%; width: 66%; bottom: 0; left: 18%; padding: 22px 20px 0; background: #e6d9c8; border-radius: 300px 300px 0 0; box-shadow: 14px 0 30px rgba(18,29,31,.18); }
.arch-gallery img { height: 88%; width: 100%; display: block; object-fit: cover; border: 9px solid #2f2a22; }
.vertical-label { position: absolute; left: 28px; bottom: 31px; color: #f5ecde; font: 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 12vw 90px 8.4vw; }
.manifesto-copy .eyebrow { color: #d0b68c; }
.manifesto-copy h2 { font-size: clamp(38px,4vw,65px); margin-bottom: 29px; }
.manifesto-copy > p:not(.eyebrow) { max-width: 440px; color: #d6d0c8; font-size: 13px; line-height: 1.9; }
.manifesto-copy .text-link { color: #f5ecde; margin-top: 20px; border-color: #f5ecde; align-self: flex-start; }

.commission { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; padding-top: 148px; padding-bottom: 150px; background: #d8c6ae; }
.commission-title h2 { font-size: clamp(53px,6.5vw,105px); }
.commission-copy { max-width: 460px; align-self: end; padding-top: 45px; }
.commission-copy > p { font-size: 15px; line-height: 1.8; margin-bottom: 36px; }
.commission-copy ol { padding: 0; margin: 0 0 45px; list-style: none; border-top: 1px solid rgba(59,49,38,.36); }
.commission-copy li { padding: 16px 0; border-bottom: 1px solid rgba(59,49,38,.36); font-size: 12px; }
.commission-copy li span { display: inline-block; width: 50px; font: 9px/1 var(--mono); letter-spacing: .1em; color: #7c6248; }
.outline-button { display: inline-flex; align-items: center; border: 1px solid var(--ink); padding: 15px 21px; font: 500 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s; }
.outline-button:hover { background: var(--ink); color: var(--paper); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; padding-top: 142px; padding-bottom: 148px; }
.contact-copy h2 { font-size: clamp(50px, 5.5vw, 88px); margin-bottom: 30px; }
.contact-copy > p:not(.eyebrow) { max-width: 380px; font-size: 13px; color: #554e45; line-height: 1.85; }
.contact-details { margin-top: 64px; padding-top: 19px; border-top: 1px solid var(--line); max-width: 380px; }
.contact-details a { font: 400 16px/1 var(--display); border-bottom: 1px solid var(--ink); }
.contact-details p { margin: 13px 0 0; color: #766e63; font: 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.inquiry-form { padding-top: 3px; }
.form-row { position: relative; border-top: 1px solid var(--line); padding: 19px 0 13px; display: grid; grid-template-columns: 174px 1fr; gap: 10px; }
.form-row:last-of-type { border-bottom: 1px solid var(--line); }
.form-row label { color: #655b50; font: 9px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .1em; padding-top: 5px; }
.form-row input, .form-row textarea, .form-row select { width: 100%; min-width: 0; border: 0; outline: none; appearance: none; background: transparent; color: var(--ink); font-size: 13px; line-height: 1.55; resize: vertical; }
.form-row textarea::placeholder { color: #91877b; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { background: rgba(191,167,128,.1); }
.select-row::after { content: "↓"; position: absolute; right: 4px; top: 17px; font-size: 16px; pointer-events: none; }
.submit-button { margin-top: 26px; width: 100%; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 18px; cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s; }
.submit-button:hover { background: transparent; color: var(--ink); }
.form-note, .form-status { margin: 13px 0 0; font-size: 10px; color: #74695d; }
.form-status { color: #856239; min-height: 16px; }
.site-footer { min-height: 120px; padding: 29px 5.4vw; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; background: var(--ink); color: #e9e1d3; }
.site-footer .footer-wordmark { font-size: 41px; }
.site-footer p, .site-footer div { margin: 0; color: #b7aea2; font: 9px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.site-footer div { justify-self: end; display: flex; gap: 19px; }
.site-footer a:hover { color: #d2ad74; }

.art-dialog { color: var(--ink); width: min(1100px, calc(100% - 30px)); height: min(760px, calc(100vh - 30px)); padding: 0; border: 0; overflow: hidden; background: var(--paper); box-shadow: 0 24px 80px rgba(20,16,12,.35); }
.art-dialog::backdrop { background: rgba(20,18,15,.65); backdrop-filter: blur(5px); }
.art-dialog[open] { display: grid; grid-template-columns: 50% 50%; animation: dialog-in .35s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.dialog-close { z-index: 4; position: absolute; top: 18px; right: 20px; height: 36px; width: 36px; border: 1px solid rgba(245,241,233,.55); border-radius: 50%; background: rgba(19,18,16,.28); color: white; cursor: pointer; font: 29px/25px Arial; }
.dialog-art-stage { position: relative; overflow: hidden; background: #c5ad8d; }
.dialog-arch { position: absolute; width: 89%; height: 80%; bottom: -7%; left: 8%; border-radius: 500px 500px 0 0; background: #dcd1c0; }
.dialog-frame { position: absolute; width: 58%; aspect-ratio: .74; padding: 14px; top: 13%; left: 20%; background: #3c3027; box-shadow: 18px 25px 29px rgba(50,31,17,.3); }
.dialog-frame > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.dialog-art-stage[data-view="edge"] .dialog-frame { padding: 26px; background: #b68b51; }
.dialog-art-stage[data-view="edge"] .dialog-frame > img:first-child { transform: scale(1.28) translateX(-22%); }
.dialog-art-stage[data-view="texture"] .dialog-frame > img:first-child { transform: scale(2.25) translate(-12%, -12%); filter: contrast(1.22) saturate(.8); }
.dialog-art-stage[data-view="detail"] .dialog-frame > img:first-child { transform: scale(1.7) translate(18%, -4%); }
.dialog-art-stage[data-view="signature"] .dialog-frame > img:first-child { transform-origin: right bottom; transform: scale(2.35); filter: contrast(1.12); }
.dialog-content { overflow: auto; padding: 67px clamp(28px,5vw,70px) 42px; }
.dialog-content .eyebrow { margin-bottom: 12px; }
.dialog-content h2 { font-size: clamp(42px, 4.3vw,62px); margin-bottom: 19px; }
.dialog-description { max-width: 360px; color: #5b5146; font-size: 12px; line-height: 1.8; }
.art-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 32px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.art-specs div { min-width: 0; }
.art-specs dt { margin-bottom: 5px; color: #887966; font: 8px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.art-specs dd { margin: 0; font: 400 13px/1.35 var(--display); }
.gallery-label { display: flex; justify-content: space-between; margin-bottom: 10px; font: 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.gallery-label span { color: #82633f; }
.dialog-gallery { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.gallery-thumb { padding: 8px 9px; border: 1px solid var(--line); background: transparent; cursor: pointer; color: #685d51; font: 8px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.gallery-thumb:hover, .gallery-thumb.is-active { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.dialog-request { display: block; background: var(--ink); color: var(--paper); padding: 18px; text-align: center; font: 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.dialog-request:hover { background: #9c7140; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .announcement { justify-content: space-between; font-size: 8px; gap: 8px; }
  .site-header { height: 72px; padding: 0 22px; grid-template-columns: 1fr auto; }
  .monogram { font-size: 38px; }
  .desktop-nav, .nav-contact { display: none; }
  .menu-toggle { display: grid; place-items: center; gap: 5px; padding: 0; height: 38px; width: 38px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; height: 1px; width: 15px; background: var(--ink); transition: transform .2s; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 11; top: 106px; right: 0; left: 0; padding: 20px 22px 27px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-115%); opacity: 0; transition: transform .28s ease, opacity .28s ease; }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; }
  .mobile-nav a { display: block; padding: 12px 0; font: 400 28px/1 var(--display); border-bottom: 1px solid var(--line); }
  .section-shell { padding-left: 22px; padding-right: 22px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 72px 0 58px; }
  h1 { font-size: clamp(50px, 16vw, 75px); }
  .hero-art { min-height: 480px; margin: 0 -22px; }
  .hero-frame { width: 54%; left: 24%; }
  .hero-aside { display: none; }
  .scroll-cue { display: none; }
  .collection { padding-top: 96px; padding-bottom: 105px; }
  .section-heading { display: block; margin-bottom: 46px; }
  .section-heading h2 { margin-bottom: 22px; }
  .collection-grid { grid-template-columns: 1fr; gap: 45px; }
  .art-card:nth-child(2), .art-card:nth-child(3), .art-card-wide, .art-card-five { margin-top: 0; max-width: none; }
  .art-card-image { height: min(124vw, 560px); }
  .art-card:nth-child(2) .art-card-image { height: min(108vw,500px); }
  .art-card-wide .art-card-image { height: min(108vw,500px); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 510px; }
  .manifesto-copy { padding: 81px 22px 91px; }
  .commission { grid-template-columns: 1fr; gap: 20px; padding-top: 95px; padding-bottom: 95px; }
  .commission-copy { padding-top: 0; }
  .contact { grid-template-columns: 1fr; gap: 66px; padding-top: 96px; padding-bottom: 90px; }
  .form-row { grid-template-columns: 1fr; gap: 5px; padding: 15px 0 13px; }
  .form-row label { padding: 0; }
  .select-row::after { top: 40px; }
  .site-footer { grid-template-columns: 1fr; padding: 28px 22px; gap: 19px; }
  .site-footer div { justify-self: start; }
  .art-dialog { height: min(900px, calc(100vh - 18px)); width: calc(100% - 18px); }
  .art-dialog[open] { grid-template-columns: 1fr; grid-template-rows: 43% 57%; }
  .dialog-content { padding: 29px 25px 34px; }
  .dialog-content h2 { font-size: 42px; }
  .dialog-description { display: none; }
  .art-specs { margin: 17px 0; }
  .dialog-frame { width: 46%; left: 27%; top: 10%; }
}

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

/* Version 3 — espace membre, favoris et présentation privée */
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.member-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font: 500 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.member-avatar { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #b5976b; border-radius: 50%; color: #8f6c3d; font: 9px/1 var(--mono); letter-spacing: 0; transition: background .25s, color .25s; }
.member-button:hover .member-avatar, .member-button.has-member .member-avatar { background: var(--ink); color: var(--paper); }
.card-meta-end { display: flex; align-items: center; gap: 12px; padding-top: 2px; }
.favorite-toggle, .dialog-favorite { display: inline-grid; place-items: center; padding: 0; border: 0; background: transparent; color: #8d765e; cursor: pointer; font: 24px/1 Georgia, serif; transition: color .2s, transform .2s; }
.favorite-toggle { width: 26px; height: 26px; font-size: 22px; }
.favorite-toggle:hover, .favorite-toggle.is-active, .dialog-favorite:hover, .dialog-favorite.is-active { color: #9a573f; transform: scale(1.12); }
.dialog-title-row { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.dialog-title-row h2 { margin-bottom: 19px; }
.dialog-favorite { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; flex: 0 0 auto; }
.product-inquiry-form { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.inquiry-kicker { margin: 0 0 12px; color: #8a6b46; font: 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.context-choice { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; padding: 0; border: 0; }
.context-choice legend { width: 100%; margin-bottom: 8px; color: #65594c; font: 9px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.context-choice label { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid var(--line); color: #66594c; font: 9px/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.context-choice input { accent-color: #8e6a42; }
.dialog-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dialog-form-grid label, .dialog-message { display: grid; gap: 5px; color: #756859; font: 8px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.dialog-form-grid input, .dialog-message textarea { width: 100%; box-sizing: border-box; padding: 9px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--ink); font: 12px/1.4 var(--body); }
.dialog-message { margin-top: 12px; }
.dialog-message textarea { resize: vertical; }
.professional-field { display: none !important; }
.professional-field.is-visible { display: grid !important; }
.product-inquiry-form .dialog-request { width: 100%; margin-top: 17px; border: 0; cursor: pointer; }
.product-inquiry-form .form-status { min-height: 18px; }
.member-dialog, .legal-dialog { width: min(580px, calc(100% - 28px)); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 90px rgba(20,16,12,.4); }
.member-dialog::backdrop, .legal-dialog::backdrop { background: rgba(20,18,15,.7); backdrop-filter: blur(6px); }
.member-dialog[open], .legal-dialog[open] { animation: dialog-in .35s ease both; }
.member-panel { padding: 65px clamp(28px, 7vw, 70px) 60px; }
.member-panel h2, .legal-content h2 { font-size: clamp(45px, 8vw, 70px); margin-bottom: 22px; }
.member-intro { max-width: 390px; margin-bottom: 28px; color: #61574b; font-size: 13px; line-height: 1.8; }
.google-button { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 15px; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font: 500 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.google-button:hover { background: var(--ink); color: var(--paper); }
.google-mark { display: grid; place-items: center; width: 18px; height: 18px; color: #4285f4; font: 600 16px/1 Arial; text-transform: none; }
.member-or { display: flex; align-items: center; gap: 10px; margin: 20px 0; color: #907f6c; font: 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.member-or::before, .member-or::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.member-form label { display: grid; gap: 7px; color: #756859; font: 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.member-form input { padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; color: var(--ink); font: 13px/1.3 var(--body); }
.member-form .submit-button { margin-top: 19px; }
.member-demo-note { margin: 19px 0 0; color: #8b7a67; font-size: 10px; line-height: 1.65; }
.member-profile { display: flex; align-items: center; gap: 15px; padding: 15px 0 23px; border-bottom: 1px solid var(--line); }
.member-avatar-large { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--ink); color: var(--paper); font: 14px/1 var(--mono); }
.member-profile p { margin: 0 0 5px; font: 400 25px/1 var(--display); }
.member-profile small { color: #7c6e60; font: 10px/1 var(--mono); }
.member-favorites-copy { margin: 24px 0; color: #665b4e; font-size: 13px; line-height: 1.7; }
.member-favorites-copy strong { color: var(--ink); font-weight: 500; }
.legal-content { padding: 65px clamp(28px, 7vw, 70px) 60px; }
.legal-content p { color: #62584d; font-size: 13px; line-height: 1.8; }
.legal-content h3 { margin: 30px 0 10px; font: 400 24px/1 var(--display); }
.cookie-banner { position: fixed; z-index: 30; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 20px 23px; border: 1px solid rgba(211,194,170,.35); background: rgba(25,23,19,.97); color: var(--paper); box-shadow: 0 18px 50px rgba(20,16,12,.24); }
.cookie-banner[hidden] { display: none; }
.cookie-banner .eyebrow { margin-bottom: 8px; color: #c7a26d; }
.cookie-banner p:last-child { max-width: 650px; margin: 0; color: #ded5c8; font-size: 11px; line-height: 1.6; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions button { padding: 12px 15px; border: 1px solid #bca27d; cursor: pointer; font: 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.cookie-actions .button-dark { background: var(--paper); color: var(--ink); }
.cookie-actions .button-light { background: transparent; color: var(--paper); }
.site-footer button { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; text-transform: inherit; letter-spacing: inherit; }
.site-footer button:hover { color: #d2ad74; }

@media (max-width: 800px) {
  .header-actions { display: none; }
  .mobile-member-link { display: block; width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; font: 400 28px/1 var(--display); }
  .cookie-banner { display: block; right: 10px; bottom: 10px; left: 10px; padding: 17px; }
  .cookie-actions { margin-top: 15px; }
  .cookie-actions button { flex: 1; }
  .dialog-form-grid { grid-template-columns: 1fr; }
  .member-panel, .legal-content { padding: 53px 25px 40px; }
}
