/* Shared visual system from the approved Tanja Stadnic design prototype. */


/* Commission-first journey and Porsche Crest bestseller */
html { scroll-behavior: smooth; }
#porsche-crest, #commission-form { scroll-margin-top: 90px; }
.home-commission { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; background: var(--ivory); }
.home-commission-image { min-width: 0; padding: 34px 0 34px 4vw; }
.home-commission-image img { width: 100%; height: auto; display: block; object-fit: contain; background: #171513; }
.home-commission-copy { padding: 68px 6vw; }
.home-commission-copy h2 { margin: 18px 0 25px; font-size: clamp(48px, 5.4vw, 84px); }
.home-commission-copy h2 em, .crest-bestseller h2 em, .commission-form-heading h2 em { color: var(--wine); }
.home-commission-copy > p:not(.eyebrow) { max-width: 540px; margin: 0 0 28px; color: #655e56; line-height: 1.75; }
.home-commission-copy > div { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 30px; }
.home-commission-copy .button, .crest-bestseller-copy .button { background: var(--wine); color: #fff; }

.crest-bestseller { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; background: var(--ink); color: #fff; }
.crest-bestseller-image { min-width: 0; padding: 34px 0 34px 4vw; }
.crest-bestseller-image > .crest-bestseller-art { width: 100%; height: auto; display: block; object-fit: contain; background: #100f0e; }
.crest-bestseller-copy { padding: 68px 6vw; }
.commission-original-mark { margin: 0 0 34px; padding: 0 0 28px; display: grid; grid-template-columns: clamp(118px, 10vw, 155px) 1fr; gap: 24px; align-items: center; border-bottom: 1px solid #3d3934; }
.commission-original-mark img { width: 100%; height: auto; display: block; filter: drop-shadow(0 10px 18px rgba(0,0,0,.3)); }
.commission-original-mark .eyebrow { margin: 0 0 9px; }
.commission-original-mark span { display: block; max-width: 280px; color: #c9c0b5; font-size: 11px; line-height: 1.55; }
.crest-bestseller-copy h2 { margin: 18px 0 24px; font-size: clamp(54px, 6vw, 94px); }
.crest-bestseller-copy h2 em { color: #d8bc88; }
.crest-bestseller-copy > p:not(.eyebrow) { margin: 0 0 25px; color: #bbb2a7; line-height: 1.75; }
.crest-bestseller-copy ul { list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid #3d3934; }
.crest-bestseller-copy li { padding: 13px 0; border-bottom: 1px solid #3d3934; color: #d8d1c8; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }

.crest-gallery { padding: 54px 5vw 68px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 18px; align-items: end; background: var(--paper); }
.crest-gallery figure { margin: 0; min-width: 0; }
.crest-gallery img { width: 100%; height: auto; display: block; object-fit: contain; background: #ded5c9; }
.crest-gallery figcaption { padding-top: 12px; color: #746c62; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }

.commission-form-section { padding: 76px 6vw 84px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; background: var(--paper); }
.commission-form-heading { position: sticky; top: 28px; }
.commission-form-heading h2 { margin: 18px 0 24px; font-size: clamp(50px, 5vw, 78px); }
.commission-form-heading > p:last-child { max-width: 440px; margin: 0; color: #655e56; line-height: 1.75; }
.commission-form-frame { min-width: 0; padding: clamp(26px, 4vw, 48px); background: var(--ink); color: #fff; }
.commission-inquiry-form, .commission-form-frame .fluentform { max-width: none; margin: 0; padding: 0; background: transparent; }
.commission-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.commission-inquiry-form label { display: grid; gap: 8px; }
.commission-inquiry-form label > span, .commission-form-frame .ff-el-input--label label { color: #d7cec2; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 700; }
.commission-inquiry-form input:not([type="checkbox"]), .commission-inquiry-form select, .commission-inquiry-form textarea,
.commission-form-frame .ff-el-form-control { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid #625d56; border-radius: 0; box-shadow: none; background: #1c1a18; color: #fff; font: 400 15px/1.5 Arial, sans-serif; }
.commission-inquiry-form textarea { min-height: 150px; resize: vertical; }
.commission-form-story { grid-column: 1 / -1; }
.commission-consent { margin-top: 20px; display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 11px !important; color: #c5bcb1; font-size: 12px; line-height: 1.55; }
.commission-consent input { margin-top: 3px; accent-color: var(--wine); }
.commission-form-submit { margin-top: 24px; display: flex; align-items: center; gap: 22px; }
.commission-form-submit button, .commission-form-frame .ff-btn-submit { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; gap: 24px; border: 1px solid var(--wine); border-radius: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; cursor: pointer; }
.commission-form-submit p { max-width: 330px; margin: 0; color: #948d84; font-size: 11px; line-height: 1.55; }
.commission-form-status { margin: 20px 0 0; padding: 14px; border: 1px solid #749078; background: #17231a; color: #e8f1e9; }
.commission-form-frame .ff-el-group { margin-bottom: 20px; }
.commission-form-frame .ff-message-success { padding: 20px; border: 1px solid #749078; box-shadow: none; background: #17231a; color: #e8f1e9; }

@media (max-width: 900px) {
  .home-commission, .crest-bestseller, .commission-form-section { grid-template-columns: 1fr; }
  .home-commission-image, .crest-bestseller-image { padding: 24px 20px 0; }
  .home-commission-copy, .crest-bestseller-copy { padding: 48px 22px 58px; }
  .crest-gallery { padding: 42px 20px 58px; grid-template-columns: 1fr 1fr; }
  .crest-gallery figure:last-child { grid-column: 1 / -1; max-width: 560px; }
  .commission-form-section { padding: 58px 20px 64px; gap: 34px; }
  .commission-form-heading { position: static; }
}

@media (max-width: 560px) {
  .home-commission-copy h2, .crest-bestseller-copy h2, .commission-form-heading h2 { font-size: clamp(44px, 13vw, 62px); }
  .commission-original-mark { grid-template-columns: 105px 1fr; gap: 18px; }
  .home-commission-copy > div, .commission-form-submit { align-items: flex-start; flex-direction: column; }
  .crest-gallery, .commission-form-grid { grid-template-columns: 1fr; }
  .crest-gallery figure:last-child, .commission-form-story { grid-column: auto; }
  .commission-form-frame { padding: 26px 18px; }
}
@utility scrollbar-thin {
  scrollbar-width: thin;
}

@utility scrollbar-none {
  scrollbar-width: none;

  &::-webkit-scrollbar {
    display: none;
  }
}

@utility scrollbar-gutter-stable {
  scrollbar-gutter: stable;
}

:root {
  --background: #ffffff;
  --foreground: #171717;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f3efe8; color: #181716; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header { height: 82px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; background: #f3efe8; position: relative; z-index: 20; }
.wordmark { font-size: 18px; font-weight: 800; letter-spacing: .13em; }
.wordmark span { font-weight: 300; }
.desktop-nav { display: flex; gap: 30px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .55; }
.header-cta { justify-self: end; color: #8d1e24; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; border-bottom: 1px solid #8d1e24; padding-bottom: 5px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100vh - 82px); color: white; overflow: hidden; display: flex; align-items: flex-end; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,11,.78) 0%, rgba(13,12,11,.32) 52%, rgba(13,12,11,.04) 100%), linear-gradient(0deg, rgba(13,12,11,.55), transparent 46%); }
.hero-copy { position: relative; z-index: 2; padding: 0 6vw 8vh; max-width: 940px; }
.eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.eyebrow.light { color: rgba(255,255,255,.72); }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 8vw, 126px); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
h1 em { font-weight: 400; color: #d9a7a1; }
.hero-intro { max-width: 510px; margin: 36px 0 0; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 30px; padding: 17px 22px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.button-light { background: #f5f1eb; color: #1c1a18; }
.button span, .text-link span { font-size: 16px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.text-link.light { color: #fff; }
.hero-location { position: absolute; z-index: 2; right: 4vw; bottom: 5vh; margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.58); }

.statement { padding: 120px 9vw 130px; background: #f3efe8; }
.statement .eyebrow { color: #8d1e24; }
.statement blockquote { margin: 0; max-width: 1180px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(45px, 6.2vw, 94px); line-height: 1.05; letter-spacing: -.04em; }
.statement blockquote em { color: #8d1e24; font-weight: 400; }
.statement-grid { margin-top: 62px; padding-top: 26px; border-top: 1px solid #cfc7bb; display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.statement-grid p { grid-column: 2; margin: 0; max-width: 520px; font-size: 16px; line-height: 1.8; }
.round-link { grid-column: 1; grid-row: 1; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #9f968b; border-radius: 50%; font-size: 19px; }
.portrait-break { position: relative; height: 88vh; min-height: 680px; background: #181716; overflow: hidden; }
.portrait-break > img { height: 100%; object-fit: cover; object-position: center 34%; }
.portrait-card { position: absolute; left: 5vw; bottom: 5vw; width: 260px; padding: 22px; background: rgba(246,241,234,.94); }
.portrait-card span { font-size: 10px; color: #8d1e24; letter-spacing: .2em; }
.portrait-card p { margin: 36px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.15; }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.section-heading .eyebrow { color: #8d1e24; }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 7vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
h2 em { color: #bb7771; font-weight: 400; }
.section-heading > p { margin: 0; max-width: 450px; line-height: 1.8; font-size: 15px; }
.art-section { padding: 130px 5vw 120px; }
.art-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw 3vw; align-items: start; }
.art-card .image-wrap { overflow: hidden; background: #d8d0c5; }
.art-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.art-card:hover img { transform: scale(1.025); }
.art-card-large .image-wrap { aspect-ratio: 1 / 1; }
.art-card-tall { margin-top: 20vh; }
.art-card-tall .image-wrap { aspect-ratio: .78 / 1; }
.art-card-wide { grid-column: 1 / -1; width: 65%; margin-left: auto; }
.art-card-wide .image-wrap { aspect-ratio: 1.55 / 1; }
.art-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; color: #685f57; }
.art-footer { margin-top: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #cfc7bb; padding-top: 28px; }
.button-dark { background: #181716; color: #fff; }
.art-footer p { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #746a61; }

.process { background: #171615; color: #f4efe8; padding: 130px 7vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.process-intro { position: sticky; top: 50px; align-self: start; }
.process-intro h2 { font-size: clamp(54px, 6vw, 92px); }
.process-intro > p:last-child { max-width: 470px; margin: 42px 0 0; line-height: 1.8; color: #bcb4aa; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid #3a3733; }
.process-list li:last-child { border-bottom: 1px solid #3a3733; }
.process-list li > span { color: #c08079; font-size: 11px; letter-spacing: .16em; padding-top: 8px; }
.process-list h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 36px; }
.process-list p { margin: 14px 0 0; max-width: 470px; color: #aaa198; line-height: 1.7; font-size: 14px; }

.world { padding: 130px 5vw; background: #e7dfd4; }
.world-title { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 70px; }
.world-title .eyebrow { color: #8d1e24; }
.world-title h2 { grid-column: 2; }
.world-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.world-card { min-height: 520px; position: relative; overflow: hidden; color: white; display: flex; align-items: flex-end; }
.world-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.world-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,14,13,.75), transparent 62%); }
.world-card > div:last-child { position: relative; z-index: 2; width: 100%; padding: 28px; display: grid; grid-template-columns: 50px 1fr auto; align-items: end; }
.world-card h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; }
.world-card p { grid-column: 2; margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.world-card span { grid-row: 1 / 3; align-self: start; font-size: 10px; letter-spacing: .18em; color: #d7aaa4; }
.world-card > div > span:last-child { grid-column: 3; grid-row: 1 / 3; font-size: 22px; color: white; }
.world-art { grid-row: span 2; min-height: 800px; }
.world-art > img { object-position: 42% center; }
.world-grid > .world-card:nth-child(2) > img { object-position: 60% center; }
.world-dark { background: #8d1e24; }
.world-dark::after { display: none; }
.world-monogram { position: absolute !important; z-index: 0 !important; inset: -35px auto auto 32px; padding: 0 !important; width: auto !important; font-family: Georgia, 'Times New Roman', serif; font-size: 210px; color: rgba(255,255,255,.08); }

.press { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: #f3efe8; }
.press-photo { position: relative; overflow: hidden; background: #d8d0c5; }
.press-photo img { height: 100%; object-fit: cover; }
.press-photo p { position: absolute; bottom: 28px; left: 28px; right: 28px; margin: 0; padding: 18px; background: rgba(245,240,233,.9); max-width: 370px; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.3; }
.press-content { padding: 10vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.press-content .eyebrow { color: #8d1e24; }
.press-content h2 { font-size: clamp(52px, 6vw, 90px); }
.press-copy { margin: 36px 0; line-height: 1.8; max-width: 520px; color: #5e5751; }
.press-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 10px 0 44px; border-top: 1px solid #cfc7bb; border-left: 1px solid #cfc7bb; }
.press-logos span { min-height: 78px; display: grid; place-items: center; text-align: center; padding: 10px; border-right: 1px solid #cfc7bb; border-bottom: 1px solid #cfc7bb; font-family: Georgia, 'Times New Roman', serif; font-size: 14px; }
.press-content .text-link { align-self: flex-start; }

.contact { min-height: 720px; background: #8d1e24; color: white; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; }
.contact-copy { padding: 120px 7vw; align-self: center; }
.contact h2 { font-size: clamp(56px, 6.4vw, 98px); }
.contact h2 em { color: #e0aaa5; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.74); line-height: 1.8; margin: 34px 0; }
.contact > img { height: 100%; object-fit: cover; object-position: 52% center; mix-blend-mode: luminosity; opacity: .75; }
footer { background: #171615; color: #f3efe8; padding: 68px 5vw 30px; }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-bottom: 60px; }
.footer-mark { font-size: 25px; }
.footer-top > p { margin: 0; color: #8f867d; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.socials { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { border-top: 1px solid #35322f; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: #777068; font-size: 9px; line-height: 1.6; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { text-align: right; }

@media (max-width: 860px) {
  .site-header { height: 70px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { list-style: none; width: 36px; height: 36px; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { width: 22px; height: 1px; background: #181716; display: block; }
  .mobile-menu nav { position: absolute; right: -20px; top: 52px; width: 100vw; padding: 26px 24px 32px; display: grid; gap: 18px; background: #f3efe8; border-top: 1px solid #d9d1c6; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(13,12,11,.82) 0%, rgba(13,12,11,.15) 73%); }
  .hero-copy { padding: 0 22px 64px; }
  h1 { font-size: clamp(48px, 15vw, 76px); line-height: .9; }
  .hero-intro { margin-top: 24px; font-size: 15px; line-height: 1.55; max-width: 360px; }
  .hero-actions { margin-top: 26px; gap: 22px; flex-wrap: wrap; }
  .hero-location { display: none; }
  .statement { padding: 82px 24px 90px; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 42px; }
  .statement-grid p { grid-column: 1; grid-row: 1; }
  .round-link { grid-column: 1; grid-row: 2; }
  .portrait-break { height: 75vh; min-height: 580px; }
  .portrait-break > img { object-position: 60% center; }
  .portrait-card { left: 20px; bottom: 20px; width: 220px; }
  .section-heading { grid-template-columns: 1fr; gap: 34px; margin-bottom: 44px; }
  .art-section { padding: 85px 20px; }
  .art-grid { grid-template-columns: 1fr; gap: 50px; }
  .art-card-tall { margin-top: 0; }
  .art-card-wide { grid-column: 1; width: 100%; }
  .art-card-wide .image-wrap { aspect-ratio: 1 / 1; }
  .art-footer { align-items: flex-start; flex-direction: column; gap: 25px; }
  .process { padding: 85px 24px; grid-template-columns: 1fr; gap: 60px; }
  .process-intro { position: static; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 12px; }
  .process-list h3 { font-size: 30px; }
  .world { padding: 85px 20px; }
  .world-title { grid-template-columns: 1fr; margin-bottom: 45px; }
  .world-title h2 { grid-column: 1; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card, .world-art { grid-row: auto; min-height: 570px; }
  .world-grid > .world-card:nth-child(2) { min-height: 500px; }
  .world-card > div:last-child { grid-template-columns: 36px 1fr auto; padding: 22px; }
  .world-card h3 { font-size: 28px; }
  .press { grid-template-columns: 1fr; }
  .press-photo { min-height: 620px; }
  .press-content { padding: 85px 24px; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { padding: 90px 24px; }
  .contact > img { height: 500px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-top > p { grid-row: 2; }
  .socials { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 18px; }
  .footer-bottom p:last-child { text-align: left; }
}

/* Tanja Stadnic — luxury editorial experience */
:root {
  --ink: #11100f;
  --ivory: #f4f0e8;
  --paper: #eae3d8;
  --stone: #cfc5b6;
  --gold: #b99a62;
  --wine: #78242b;
}

body { background: var(--ivory); color: var(--ink); }
.eyebrow { font-size: 10px; letter-spacing: .25em; font-weight: 700; text-transform: uppercase; }
.eyebrow.gold, .gold { color: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.7); }

.site-header {
  height: 96px;
  padding: 0 4.2vw;
  background: var(--ivory);
  grid-template-columns: minmax(250px, 1fr) auto minmax(180px, 1fr);
  border-bottom: 1px solid rgba(20,18,16,.12);
}
.site-header.header-dark {
  position: absolute;
  inset: 0 0 auto;
  color: #fff;
  background: linear-gradient(180deg, rgba(10,9,8,.66), transparent);
  border: 0;
}
.brand-lockup { display: inline-flex; align-items: center; width: fit-content; }
.brand-lockup img { width: clamp(245px, 22vw, 355px); height: auto; object-fit: contain; flex: 0 0 auto; }
.brand-light { padding: 8px 10px; background: rgba(250,248,244,.94); box-shadow: 0 6px 30px rgba(0,0,0,.1); }
.desktop-nav { gap: clamp(18px, 2.4vw, 38px); font-size: 10px; letter-spacing: .17em; }
.desktop-nav .nav-brochures { color: var(--wine); font-weight: 700; }
.header-cta { color: inherit; border-color: currentColor; font-size: 10px; letter-spacing: .17em; }

.lux-hero, .page-hero { position: relative; min-height: 100svh; background: var(--ink); color: #fff; overflow: hidden; }
.lux-hero { display: flex; align-items: flex-end; }
.lux-hero > img { position: absolute; inset: 0 0 0 auto; width: 72%; height: 100%; object-fit: contain; object-position: right center; }
.lux-hero-shade, .page-hero-shade { position: absolute; inset: 0; }
.lux-hero-shade { background: linear-gradient(90deg, rgba(10,9,8,.84), rgba(10,9,8,.22) 60%, rgba(10,9,8,.05)), linear-gradient(0deg, rgba(10,9,8,.72), transparent 55%); }
.lux-hero-copy { position: relative; z-index: 2; padding: 0 7vw 9vh; width: min(900px, 80vw); }
.lux-hero h1, .page-hero h1 { font-size: clamp(64px, 8.2vw, 132px); line-height: .86; letter-spacing: -.055em; }
.lux-hero h1 em, .page-hero h1 em { color: #d5bb8a; font-style: italic; }
.lux-hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 34px 0 28px; color: rgba(255,255,255,.8); line-height: 1.7; font-size: 17px; }
.lux-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 8px; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.lux-link span { font-size: 16px; }
.ts-arrow { width: 1.15em; height: 1.15em; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: inherit; font-size: 16px; line-height: 1; }
.ts-arrow svg { width: 100%; height: 100%; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.dark-link { color: var(--ink); }
.hero-index { position: absolute; z-index: 2; right: 4vw; bottom: 7vh; display: flex; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.65); }
.hero-index i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.4); }

.lux-intro, .editorial-intro { padding: 130px 8vw 145px; }
.lux-intro .eyebrow, .editorial-intro .eyebrow { margin-bottom: 38px; }
.lux-intro h2, .editorial-intro h2 { max-width: 1050px; }
.lux-intro h2 em, .editorial-intro h2 em { color: var(--wine); }
.lux-intro-copy, .editorial-intro > p:last-child { width: min(540px, 100%); margin: 55px 0 0 auto; color: #5b554e; font-size: 16px; line-height: 1.85; }
.travel-intro { padding: 84px 6vw 92px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: 30px 7vw; align-items: end; }
.travel-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.travel-intro h2 { max-width: 920px; font-size: clamp(50px, 5.7vw, 86px); line-height: .94; }
.travel-intro > p:last-child { width: auto; max-width: 540px; margin: 0; }

.pillars { padding: 0 4vw 130px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: var(--ivory); }
.pillar { position: relative; min-width: 0; overflow: hidden; color: #fff; background: var(--ink); display: flex; flex-direction: column; }
.pillar-art { grid-row: auto; }
.pillar > img { position: relative; height: auto; aspect-ratio: auto; object-fit: contain; transition: transform .9s cubic-bezier(.2,.7,.2,1); background: #1b1917; }
.pillar:hover > img { transform: scale(1.025); }
.pillar::after { display: none; }
.pillar > div { position: relative; z-index: 2; padding: 34px; min-height: 310px; display: grid; grid-template-columns: 36px 1fr auto; align-items: end; }
.pillar > div > span:first-child { align-self: start; color: #d8bc88; font-size: 10px; letter-spacing: .18em; }
.pillar h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(40px, 4vw, 65px); line-height: .93; font-weight: 400; }
.pillar p { grid-column: 2; max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.pillar > div > span:last-child { grid-column: 3; grid-row: 1 / 3; align-self: end; font-size: 22px; }

.home-profile { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; background: var(--ink); color: #fff; }
.profile-image { min-height: 820px; overflow: hidden; }
.profile-image { display: grid; place-items: center; background: #191715; }
.profile-image img { height: 100%; object-fit: contain; object-position: center; }
.profile-copy { padding: 8vw 7vw; align-self: center; }
.profile-copy blockquote { margin: 42px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 5vw, 78px); line-height: 1; letter-spacing: -.04em; }
.profile-copy blockquote em { color: #d8bc88; }
.profile-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 38px; color: #b8afa2; font-size: 15px; line-height: 1.85; }
.profile-copy .dark-link { color: #fff; }
.credibility { padding: 68px 5vw; background: var(--paper); }
.credibility > div { margin-top: 28px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #c8bdae; border-left: 1px solid #c8bdae; }
.credibility span { min-height: 95px; display: grid; place-items: center; border-right: 1px solid #c8bdae; border-bottom: 1px solid #c8bdae; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; letter-spacing: .05em; }

.private-cta { min-height: 650px; padding: 110px 8vw; display: flex; flex-direction: column; justify-content: center; background: var(--wine); color: #fff; }
.private-cta h2 { margin: 25px 0 45px; }
.private-cta h2 em { color: #d8bc88; }
.private-cta > div { display: flex; flex-wrap: wrap; gap: 18px; }
.private-cta > div a { min-width: 220px; display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; }

.page-hero { display: flex; align-items: flex-end; min-height: 88svh; }
.page-hero-image { position: absolute; inset: 0 0 0 auto; width: 60%; display: grid; place-items: center; background: #191715; }
.page-hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.page-hero-shade { background: linear-gradient(90deg, rgba(10,9,8,.86), rgba(10,9,8,.22) 72%), linear-gradient(0deg, rgba(10,9,8,.68), transparent 55%); }
.page-hero-copy { position: relative; z-index: 2; padding: 0 7vw 8vh; width: min(1050px, 90vw); }
.page-hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.page-hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero-actions a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 24px; border: 1px solid rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.page-hero-actions a:first-child { background: var(--wine); border-color: var(--wine); }

.gallery-mosaic { padding: 0 5vw 135px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 26px; align-items: start; }
.gallery-mosaic figure { margin: 0; background: #ded6ca; }
.gallery-mosaic figure > img { height: 100%; object-fit: contain; }
.mosaic-a { grid-row: span 2; }
.mosaic-a > img { aspect-ratio: .82; }
.mosaic-b > img, .mosaic-c > img { aspect-ratio: 1.7; }
.gallery-mosaic figcaption { padding-top: 13px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: #70685f; }
.service-cards, .about-values { padding: 115px 6vw; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: var(--paper); }
.service-cards article, .about-values article { padding: 45px; border: 1px solid #c6baaa; }
.service-cards article + article, .about-values article + article { border-left: 0; }
.service-cards span, .about-values span { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.service-cards h3, .about-values h3 { margin: 95px 0 22px; font: 400 36px/1.05 Georgia, serif; }
.service-cards p, .about-values p { color: #655e56; font-size: 14px; line-height: 1.75; }
.dark-process { padding: 130px 7vw; display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; background: var(--ink); color: #fff; }
.dark-process > div { position: sticky; top: 60px; align-self: start; }
.dark-process ol { list-style: none; margin: 0; padding: 0; }
.dark-process li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 30px 0; border-top: 1px solid #3c3935; }
.dark-process li:last-child { border-bottom: 1px solid #3c3935; }
.dark-process li > span { color: var(--gold); font-size: 10px; letter-spacing: .18em; padding-top: 8px; }
.dark-process li h3 { margin: 0; font: 400 34px/1.1 Georgia, serif; }
.dark-process li p { grid-column: 2; margin: 10px 0 0; max-width: 480px; color: #aaa195; font-size: 14px; line-height: 1.7; }

.realestate-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--ink); color: #fff; }
.re-image { overflow: hidden; display: grid; place-items: center; background: #191715; }
.re-image img { height: 100%; object-fit: contain; object-position: center; }
.re-copy { padding: 8vw 7vw; align-self: center; }
.re-copy h2 { margin-top: 28px; font-size: clamp(52px, 5.6vw, 88px); }
.re-copy > p:not(.eyebrow) { margin: 35px 0; max-width: 520px; color: #b7afa4; line-height: 1.8; }
.re-copy ul { margin: 0 0 40px; padding: 0; list-style: none; border-top: 1px solid #3c3935; }
.re-copy li { padding: 13px 0; border-bottom: 1px solid #3c3935; color: #d7d0c7; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.re-copy .dark-link { color: #fff; }
.dubai-network { padding: 108px 6vw; background: #dce8e6; color: var(--ink); }
.dubai-network-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.dubai-network-heading h2 { margin-top: 22px; font-size: clamp(48px, 5.5vw, 84px); }
.dubai-network-heading h2 em { color: var(--wine); }
.dubai-network-heading > p { max-width: 540px; color: #5f6561; line-height: 1.8; }
.dubai-journey { position: relative; margin: 72px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(20,19,17,.35); }
.dubai-journey li { position: relative; min-height: 200px; padding: 30px 28px 20px 0; display: flex; flex-direction: column; }
.dubai-journey li:not(:last-child) { border-right: 1px solid rgba(20,19,17,.18); }
.dubai-journey li:not(:first-child) { padding-left: 28px; }
.dubai-journey li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--wine); }
.dubai-journey li:not(:first-child)::before { left: 28px; }
.dubai-journey span { color: var(--wine); font-size: 9px; letter-spacing: .2em; }
.dubai-journey strong { margin-top: 54px; font: 400 28px/1.1 Georgia, serif; }
.dubai-journey small { margin-top: 13px; max-width: 230px; color: #626761; font-size: 12px; line-height: 1.6; }
.developer-network { margin-top: 42px; padding: 28px 0; display: grid; grid-template-columns: .75fr 2.25fr; align-items: center; border-top: 1px solid rgba(20,19,17,.24); border-bottom: 1px solid rgba(20,19,17,.24); }
.developer-network p { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.developer-network ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.developer-network li { min-height: 92px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; text-align: center; }
.developer-network li img { display: block; width: 100%; max-width: 210px; max-height: 66px; object-fit: contain; }
.partner-profile { position: relative; margin-top: 74px; padding: 68px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; background: var(--ink); color: #fff; }
.partner-profile-copy h3 { margin: 22px 0 28px; font-size: clamp(44px, 4.7vw, 72px); }
.partner-profile-copy h3 em { color: #d8bc88; }
.partner-profile-copy > p:last-child { max-width: 500px; color: #aaa195; line-height: 1.75; }
.partner-stats { display: grid; grid-template-columns: repeat(3, 1fr); align-self: stretch; border-top: 1px solid #49443d; border-bottom: 1px solid #49443d; }
.partner-stats article { padding: 30px 25px; display: flex; flex-direction: column; justify-content: center; }
.partner-stats article + article { border-left: 1px solid #49443d; }
.partner-stats strong { color: #d8bc88; font: 400 clamp(34px, 3.2vw, 52px)/.95 Georgia, serif; }
.partner-stats span { margin-top: 18px; color: #d7d0c7; text-transform: uppercase; font-size: 9px; line-height: 1.55; letter-spacing: .14em; }
.partner-source { position: absolute; right: 68px; bottom: 22px; margin: 0; color: #777169; font-size: 9px; }
.property-paths { padding: 125px 5vw; }
.property-paths > div { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); }
.property-paths article { min-height: 360px; padding: 40px; border: 1px solid #c9bdad; display: flex; flex-direction: column; }
.property-paths article:nth-child(even) { border-left: 0; }
.property-paths article:nth-child(n+3) { border-top: 0; }
.property-paths article > span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.property-paths h3 { margin: 70px 0 20px; font: 400 42px/1 Georgia, serif; }
.property-paths p { margin: 0 0 30px; max-width: 470px; color: #655e56; line-height: 1.7; }
.property-paths a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid #c9bdad; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.dubai-panels { padding: 120px 8vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; background: var(--wine); color: #fff; }
.dubai-panels > div:last-child p { color: rgba(255,255,255,.72); line-height: 1.85; margin-bottom: 35px; }
.realestate-split { display: grid; grid-template-columns: 1fr 1fr; }
.realestate-split article { padding: 120px 7vw; min-height: 620px; background: var(--paper); }
.realestate-split article + article { background: var(--ivory); }
.realestate-split h2 { margin: 30px 0; font-size: clamp(50px, 5vw, 78px); }
.realestate-split article > p:last-child { color: #655e56; line-height: 1.8; }

.review-heading { padding: 115px 5vw 65px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.review-heading h2 { margin-top: 25px; }
.travel-intro + .review-heading { padding-top: 64px; padding-bottom: 48px; }
.travel-intro + .review-heading h2 { font-size: clamp(48px, 5vw, 76px); }
.review-filters { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.review-filters span { padding: 10px 14px; border: 1px solid #c8bdad; border-radius: 30px; text-transform: uppercase; font-size: 8px; letter-spacing: .15em; }
.reviews-grid { padding: 0 5vw 110px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 22px; }
.reviews-grid article { min-width: 0; padding-bottom: 24px; display: flex; flex-direction: column; border-bottom: 1px solid #c8bdad; }
.reviews-grid article > .review-image { position: relative; overflow: hidden; aspect-ratio: 1.45; background: #d7cec1; }
.reviews-grid article > .review-image > .review-featured-image { width: 100%; height: 100%; object-fit: contain; transition: transform .8s ease; }
.reviews-grid article:hover .review-featured-image { transform: scale(1.025); }
.reviews-grid article > .review-image > .travel-recommendation-badge { position: absolute; right: clamp(12px, 2vw, 24px); bottom: clamp(12px, 2vw, 24px); z-index: 2; width: clamp(92px, 11vw, 152px); height: auto; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(33,26,20,.24)); }
.reviews-grid article > p { margin: 15px 0 8px; color: var(--gold); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.reviews-grid h3 { margin: 0; font: 400 clamp(25px, 2.2vw, 34px)/1.1 Georgia, serif; }
.reviews-grid a { width: fit-content; display: inline-flex; align-items: center; gap: 18px; margin-top: auto; padding: 18px 0 6px; border-bottom: 1px solid #777066; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.award { padding: 120px 8vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; background: var(--paper); }
.award-seal { display: grid; place-items: center; }
.award-seal img { width: min(330px, 100%); filter: drop-shadow(0 12px 24px rgba(62,46,34,.14)); }
.award h2 { margin: 25px 0 35px; }
.award > div:last-child > p:last-child { max-width: 570px; color: #655e56; line-height: 1.8; }
.travel-invite { min-height: 720px; padding: 110px 8vw; display: flex; flex-direction: column; justify-content: center; background: var(--wine); color: #fff; }
.travel-invite h2 { margin: 25px 0 45px; }
.travel-invite .button { align-self: flex-start; }

.about-values { background: var(--ink); color: #fff; }
.about-values article { border-color: #3b3935; }
.about-values p { color: #aaa195; }
.contact-page { min-height: 100svh; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; }
.contact-page > div { padding: 180px 7vw 100px; align-self: center; }
.contact-page h1 { font-size: clamp(58px, 7vw, 108px); }
.contact-page > div > p:not(.eyebrow) { max-width: 580px; margin: 38px 0; color: #b8afa2; line-height: 1.8; }
.contact-page > img { height: 100%; object-fit: contain; background: #191715; }
.contact-options { margin-top: 48px; max-width: 620px; border-top: 1px solid #3c3935; }
.contact-options a { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 20px; padding: 21px 0; border-bottom: 1px solid #3c3935; }
.contact-options a > span:first-child { color: var(--gold); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }
.contact-options b { font-size: 13px; letter-spacing: .03em; }

footer { padding: 70px 5vw 30px; background: #0d0c0b; }
.footer-top { grid-template-columns: 1fr auto 1fr; }

.instagram-journal { padding: 125px 4vw 135px; background: var(--ivory); }
.instagram-heading { padding: 0 4vw 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.instagram-heading h2 { margin-top: 24px; }
.instagram-heading h2 em { color: var(--wine); }
.instagram-heading > div:last-child > p { margin: 0 0 28px; max-width: 500px; color: #5b554e; line-height: 1.8; }
.instagram-live { margin: 0 0 16px; padding: 42px; display: grid; place-items: center; background: var(--paper); border: 1px solid #c8bdad; }
.instagram-live .instagram-media { width: 100% !important; max-width: 980px !important; min-width: 0 !important; margin: 0 auto !important; }
.instagram-live > blockquote > a { display: block; padding: 22px; text-align: center; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .brand-lockup img { width: min(245px, 66vw); height: auto; }
  .brand-light { padding: 5px 7px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; color: inherit; }
  .mobile-menu summary i { background: currentColor; }
  .mobile-menu nav { top: 58px; background: var(--ivory); color: var(--ink); }
  .lux-hero, .page-hero { min-height: 100svh; }
  .lux-hero > img { inset: 76px 0 auto; width: 100%; height: 58%; object-position: center; }
  .lux-hero-shade, .page-hero-shade { background: linear-gradient(0deg, rgba(10,9,8,.88), rgba(10,9,8,.05) 80%); }
  .lux-hero-copy, .page-hero-copy { width: 100%; padding: 0 22px 60px; }
  .lux-hero h1, .page-hero h1 { font-size: clamp(49px, 14.3vw, 78px); }
  .lux-hero-copy > p:not(.eyebrow), .page-hero-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 24px; }
  .hero-index { display: none; }
  .lux-intro, .editorial-intro { padding: 85px 22px 95px; }
  .travel-intro { padding: 64px 22px 72px; grid-template-columns: 1fr; gap: 25px; }
  .travel-intro .eyebrow { grid-column: 1; margin-bottom: 0; }
  .travel-intro h2 { font-size: clamp(47px, 12vw, 70px); }
  .travel-intro > p:last-child { margin-top: 4px; }
  .lux-intro .eyebrow, .editorial-intro .eyebrow { margin-bottom: 28px; }
  .lux-intro-copy, .editorial-intro > p:last-child { margin-top: 35px; font-size: 14px; }
  .pillars { padding: 0 18px 85px; grid-template-columns: 1fr; gap: 14px; }
  .pillar, .pillar-art { min-height: 0; grid-row: auto; }
  .pillar > div { padding: 24px; min-height: 260px; grid-template-columns: 34px 1fr auto; }
  .pillar h3 { font-size: 42px; }
  .home-profile, .realestate-feature, .contact-page { grid-template-columns: 1fr; }
  .profile-image, .re-image { min-height: 70svh; }
  .profile-copy, .re-copy { padding: 85px 24px; }
  .credibility { padding: 65px 22px; }
  .credibility > div { grid-template-columns: 1fr; }
  .credibility span { min-height: 70px; }
  .private-cta { min-height: 580px; padding: 85px 24px; }
  .gallery-mosaic { padding: 0 18px 85px; grid-template-columns: 1fr; gap: 45px; }
  .mosaic-a { grid-row: auto; }
  .mosaic-b > img, .mosaic-c > img { aspect-ratio: 1; }
  .service-cards, .about-values { padding: 75px 20px; grid-template-columns: 1fr; }
  .service-cards article + article, .about-values article + article { border-left: 1px solid #c6baaa; border-top: 0; }
  .about-values article + article { border-color: #3b3935; }
  .service-cards h3, .about-values h3 { margin-top: 55px; }
  .dark-process { padding: 85px 24px; grid-template-columns: 1fr; gap: 55px; }
  .dark-process > div { position: static; }
  .dubai-network { padding: 82px 20px; }
  .dubai-network-heading { grid-template-columns: 1fr; gap: 28px; }
  .dubai-journey { margin-top: 52px; grid-template-columns: 1fr; border-top: 0; }
  .dubai-journey li { min-height: 0; padding: 24px 0 28px 48px; border-top: 1px solid rgba(20,19,17,.28); }
  .dubai-journey li:not(:last-child) { border-right: 0; }
  .dubai-journey li:not(:first-child) { padding-left: 48px; }
  .dubai-journey li::before, .dubai-journey li:not(:first-child)::before { top: 26px; left: 0; }
  .dubai-journey strong { margin-top: 12px; }
  .developer-network { margin-top: 28px; grid-template-columns: 1fr; gap: 24px; }
  .developer-network ul { grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(20,19,17,.18); }
  .developer-network li { min-height: 108px; padding: 22px 14px; background: #dce8e6; }
  .developer-network li img { max-width: 180px; max-height: 58px; }
  .partner-profile { margin-top: 52px; padding: 52px 24px 58px; grid-template-columns: 1fr; gap: 40px; }
  .partner-stats { grid-template-columns: 1fr; }
  .partner-stats article { min-height: 135px; padding: 24px 0; }
  .partner-stats article + article { border-left: 0; border-top: 1px solid #49443d; }
  .partner-source { position: static; grid-column: 1; font-size: 8px; }
  .property-paths { padding: 85px 20px; }
  .property-paths > div { grid-template-columns: 1fr; }
  .property-paths article { min-height: 330px; padding: 30px; }
  .property-paths article:nth-child(even) { border-left: 1px solid #c9bdad; }
  .property-paths article:nth-child(n+2) { border-top: 0; }
  .dubai-panels { padding: 85px 24px; grid-template-columns: 1fr; gap: 48px; }
  .realestate-split { grid-template-columns: 1fr; }
  .realestate-split article { min-height: 500px; padding: 85px 24px; }
  .review-heading { padding: 85px 22px 50px; grid-template-columns: 1fr; gap: 35px; }
  .travel-intro + .review-heading { padding-top: 56px; padding-bottom: 42px; }
  .review-filters { justify-self: start; justify-content: flex-start; }
  .reviews-grid { padding: 0 18px 85px; grid-template-columns: 1fr; gap: 50px; }
  .reviews-grid article > div { aspect-ratio: 1.15; }
  .award { padding: 85px 24px; grid-template-columns: 1fr; gap: 50px; }
  .award-seal img { width: 270px; }
  .travel-invite { min-height: 650px; padding: 85px 24px; }
  .contact-page > div { padding: 150px 24px 85px; }
  .contact-page > img { height: 70svh; }
  .contact-options a { grid-template-columns: 90px 1fr auto; gap: 10px; }
  .contact-options b { font-size: 11px; }
  .page-hero-image { inset: 76px 0 auto; width: 100%; height: 58%; }
  .page-hero-copy { padding-bottom: 48px; }
  .instagram-journal { padding: 85px 18px; }
  .instagram-heading { padding: 0 4px 45px; grid-template-columns: 1fr; gap: 35px; }
  .instagram-live { padding: 12px; }
  .footer-top { grid-template-columns: 1fr; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.site-header .menu-item { list-style: none; }
.site-header .desktop-nav > li { display: contents; }
.ts-admin-note { margin: 18px 0; padding: 16px 18px; border-left: 3px solid var(--gold); background: #fff8df; color: #564b36; }
.ts-form-shell { padding: 0 8vw 90px; background: var(--ivory); }
.ts-form-shell .fluentform { max-width: 900px; padding: 38px; background: var(--ink); color: #fff; }
.ts-form-shell input:not([type="checkbox"]):not([type="radio"]), .ts-form-shell textarea, .ts-form-shell select { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid #625d56; border-radius: 0; background: #1c1a18; color: #fff; }
.ts-form-shell textarea { min-height: 150px; }
.ts-form-shell button, .ts-form-shell input[type="submit"] { padding: 16px 22px; border: 0; border-radius: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.ts-brochure-form { margin: 0 3vw 55px; padding: 38px; background: var(--ink); color: #fff; }
.ts-brochure-form .fluentform { max-width: 880px; }
.ts-brochure-gate:not(.is-unlocked) .brochure-cover img { filter: grayscale(.7); opacity: .55; }
.ts-brochure-gate [hidden] { display: none !important; }
.ts-article { padding: 95px min(9vw, 130px) 120px; background: var(--ivory); }
.ts-article-inner { max-width: 900px; margin: 0 auto; }
.ts-article h1 { margin-bottom: 36px; font-size: clamp(50px, 7vw, 94px); color: var(--ink); }
.ts-article h2 { margin: 55px 0 22px; font-size: clamp(38px, 5vw, 68px); }
.ts-article p, .ts-article li { color: #554f49; font: 400 17px/1.85 Georgia, serif; }
.ts-article img { height: auto; object-fit: contain; }

/* Client references */
.client-references { padding: 92px 6vw 98px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; background: var(--paper); }
.references-heading h2 { margin: 20px 0 28px; font-size: clamp(52px, 5.7vw, 88px); }
.references-heading h2 em { color: var(--wine); }
.references-heading > p:last-child { max-width: 470px; color: #655e56; line-height: 1.8; }
.reference-quotes { display: grid; grid-template-columns: 1fr 1fr; }
.reference-quotes blockquote { min-height: 360px; margin: 0; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #c8bdad; background: var(--ivory); }
.reference-quotes blockquote + blockquote { border-left: 0; }
.reference-quotes blockquote > p { margin: 0; font: italic 400 clamp(28px, 2.6vw, 42px)/1.16 Georgia, serif; color: #2b2825; }
.reference-quotes cite { margin-top: 45px; display: grid; gap: 7px; font-style: normal; }
.reference-quotes cite b { color: var(--wine); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.reference-quotes cite span { color: #746c62; font-size: 11px; }
.reference-context { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #c8bdad; border-top: 0; }
.reference-context span { padding: 17px 18px; text-align: center; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: #655e56; }
.reference-context span + span { border-left: 1px solid #c8bdad; }

/* News, brochure access and social channels */
.latest-news { padding: 92px 6vw 98px; background: var(--ivory); }
.news-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 48px; }
.news-heading h2 { margin: 18px 0 0; font-size: clamp(52px, 5.7vw, 88px); }
.news-heading h2 em { color: var(--wine); }
.news-heading > div:last-child > p { max-width: 520px; margin: 0 0 26px; color: #655e56; line-height: 1.8; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-image { aspect-ratio: 1.35; display: grid; place-items: center; overflow: hidden; background: var(--paper); }
.news-image img { width: 100%; height: 100%; object-fit: contain; }
.news-image > span { color: var(--wine); font: 400 70px/1 Georgia, serif; }
.news-grid article > p { margin: 16px 0 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.news-grid h3 { margin: 0; font: 400 clamp(28px, 2.8vw, 42px)/1.08 Georgia, serif; }
.news-read { margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid #777066; width: fit-content; display: flex; gap: 18px; align-items: center; white-space: nowrap; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 400; }

.home-downloads { padding: 86px 6vw 92px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; background: var(--ink); color: #fff; }
.home-downloads-copy h2 { margin: 18px 0 26px; font-size: clamp(52px, 5.8vw, 88px); }
.home-downloads-copy h2 em { color: #d8bc88; }
.home-downloads-copy > p:not(.eyebrow) { max-width: 510px; margin: 0 0 30px; color: #aaa195; line-height: 1.8; }
.home-downloads-covers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: center; }
.home-downloads-covers img { width: 100%; height: 290px; object-fit: contain; background: #211f1c; border: 1px solid #3b3935; transition: transform .35s ease, border-color .35s ease; }
.home-downloads-covers img:nth-child(even) { transform: translateY(18px); }
.home-downloads-covers:hover img { border-color: #7f7055; }

.social-network-links { margin-top: 44px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #c8bdad; border-bottom: 1px solid #c8bdad; }
.social-network-links a { min-height: 68px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.social-network-links a + a { border-left: 1px solid #c8bdad; }
.social-network-links a:hover { color: var(--wine); background: var(--paper); }

@media (max-width: 900px) {
  .client-references { padding: 64px 20px 70px; grid-template-columns: 1fr; gap: 38px; }
  .reference-quotes { grid-template-columns: 1fr; }
  .reference-quotes blockquote { min-height: 300px; padding: 28px 24px; }
  .reference-quotes blockquote + blockquote { border-left: 1px solid #c8bdad; border-top: 0; }
  .reference-context { grid-template-columns: 1fr; }
  .reference-context span + span { border-left: 0; border-top: 1px solid #c8bdad; }
  .latest-news { padding: 64px 20px 70px; }
  .news-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 36px; }
  .news-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-downloads { padding: 64px 20px 76px; grid-template-columns: 1fr; gap: 44px; }
  .home-downloads-covers { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .home-downloads-covers img { height: 225px; }
  .home-downloads-covers img:nth-child(even) { transform: none; }
  .social-network-links { grid-template-columns: 1fr; margin-top: 32px; }
  .social-network-links a + a { border-left: 0; border-top: 1px solid #c8bdad; }
}
.ts-post-hero { padding: 78px 6vw; background: var(--ink); color: #fff; }
.ts-post-hero img { max-height: 680px; object-fit: contain; margin-top: 45px; background: #191715; }
.ts-shop-shell { padding: 80px 5vw 120px; background: var(--ivory); }
.woocommerce ul.products li.product img, .woocommerce div.product div.images img { object-fit: contain; background: var(--paper); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .1em; }
.cookie-consent[hidden] { display: none; }

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .ts-form-shell { padding: 0 18px 64px; }
  .ts-form-shell .fluentform, .ts-brochure-form { padding: 24px 18px; }
  .ts-brochure-form { margin: 0 0 45px; }
  .ts-article { padding: 64px 22px 80px; }
  .ts-post-hero { padding: 58px 22px; }
}

/* Commission clarity, event depth and gated brochure library */
.own-car-callout, .commission-answer { padding: 110px 8vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; background: var(--paper); }
.own-car-callout h2, .commission-answer h2 { margin-top: 24px; }
.own-car-callout h2 em, .commission-answer h2 em { color: var(--wine); }
.own-car-callout > div:last-child > p, .commission-answer > div:last-child > p { margin: 0 0 30px; color: #5b554e; line-height: 1.85; }
.commission-answer { background: #efe9df; }

.commission-process, .event-journey { padding: 125px 6vw 135px; background: var(--ink); color: #fff; }
.event-journey { background: var(--ivory); color: var(--ink); }
.process-heading { display: grid; grid-template-columns: 1fr 1.6fr; gap: 6vw; align-items: end; margin-bottom: 80px; }
.process-heading h2 { grid-column: 2; }
.process-heading h2 em { color: #d8bc88; }
.event-journey .process-heading h2 em { color: var(--wine); }
.commission-process ol, .event-journey ol { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.commission-process ol::before, .event-journey ol::before { content: ""; position: absolute; left: 4%; right: 4%; top: 27px; height: 1px; background: #4d4944; }
.event-journey ol::before { background: #c6baaa; }
.commission-process li, .event-journey li { position: relative; z-index: 1; }
.commission-process li > span, .event-journey li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--gold); background: var(--ink); color: var(--gold); font-size: 10px; letter-spacing: .14em; }
.event-journey li > span { background: var(--ivory); color: var(--wine); border-color: var(--wine); }
.commission-process li > div, .event-journey li > div { margin-top: 30px; padding-top: 22px; border-top: 1px solid #3c3935; }
.event-journey li > div { border-color: #c6baaa; }
.commission-process li b, .event-journey li b { display: block; min-height: 68px; font: 400 27px/1.05 Georgia, serif; }
.commission-process li p, .event-journey li p { margin: 15px 0 0; color: #aaa195; font-size: 13px; line-height: 1.7; }
.event-journey li p { color: #655e56; }

.commission-details, .event-included { display: grid; grid-template-columns: 1fr 1fr; }
.commission-details > div, .event-included > div { padding: 110px 7vw; background: var(--paper); }
.commission-details > div + div, .event-included > div + div { background: var(--ivory); }
.commission-details h2, .event-included h2 { margin: 26px 0 38px; font-size: clamp(48px, 5vw, 78px); }
.commission-details h2 em, .event-included h2 em { color: var(--wine); }
.commission-certificate-visual { margin: 0 0 30px; overflow: hidden; border: 1px solid #c8bdad; background: #d9dcd9; }
.commission-certificate-visual img { width: 100%; height: auto; display: block; object-fit: contain; }
.size-list { border-top: 1px solid #c8bdad; }
.size-list span, .commission-details li, .event-included li { display: block; padding: 15px 0; border-bottom: 1px solid #c8bdad; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.commission-details ul, .event-included ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c8bdad; }

.download-teaser { min-height: 470px; padding: 90px 8vw; display: flex; justify-content: space-between; align-items: end; gap: 50px; background: var(--ink); color: #fff; }
.download-teaser h2 { margin-top: 24px; font-size: clamp(52px, 6vw, 92px); }
.download-teaser .button { flex: 0 0 auto; }

.event-proof { min-height: 720px; padding: 110px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: var(--ink); color: #fff; }
.event-proof h2 { margin: 26px 0 35px; }
.event-proof h2 em { color: #d8bc88; }
.event-proof > div > p:last-child { max-width: 570px; color: #aaa195; line-height: 1.8; }
.event-proof blockquote { margin: 0; padding: 55px; border: 1px solid #48443f; font: italic 400 clamp(34px, 4vw, 58px)/1.18 Georgia, serif; color: #e8dfd4; }
.event-proof cite { display: block; margin-top: 35px; font: normal 700 9px/1.5 Arial, sans-serif; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; }
.event-promotion { padding: 120px 6vw; background: var(--paper); }
.event-promotion > div:first-child { display: grid; grid-template-columns: 1fr 1.3fr; align-items: end; margin-bottom: 65px; }
.event-promotion > div:first-child h2 { grid-column: 2; }
.promotion-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.promotion-grid article { min-height: 300px; padding: 36px; border: 1px solid #c8bdad; }
.promotion-grid article:nth-child(even) { border-left: 0; }
.promotion-grid article:nth-child(n+3) { border-top: 0; }
.promotion-grid span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.promotion-grid h3 { margin: 65px 0 18px; font: 400 34px/1.05 Georgia, serif; }
.promotion-grid p { color: #655e56; line-height: 1.75; }

.brochure-library { padding: 125px 5vw 140px; background: var(--ivory); }
.brochure-intro { padding: 0 3vw 52px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: end; }
.brochure-intro h2 { max-width: 620px; margin-top: 18px; font-size: clamp(44px, 4.6vw, 70px); }
.brochure-intro h2 em { color: var(--wine); }
.brochure-intro > p:last-child { max-width: 520px; margin: 0 0 5px; color: #5b554e; line-height: 1.8; }
.download-gate-form { margin: 0 3vw 60px; padding: 42px; background: var(--ink); color: #fff; }
.download-gate-form > label:first-child { display: block; margin-bottom: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.download-gate-form > div { display: grid; grid-template-columns: 1fr auto; }
.download-gate-form input[type="email"] { min-height: 58px; padding: 0 18px; border: 1px solid #58534d; background: #1c1a18; color: #fff; font: inherit; outline: none; }
.download-gate-form input[type="email"]:focus { border-color: var(--gold); }
.download-gate-form > div button { min-height: 58px; padding: 0 24px; border: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; cursor: pointer; }
.privacy-check { margin-top: 18px; display: flex; gap: 11px; align-items: flex-start; color: #aaa195; font-size: 11px; line-height: 1.55; }
.privacy-check input { margin-top: 2px; accent-color: var(--wine); }
.privacy-check a { color: #d8bc88; text-decoration: underline; }
.form-error { color: #edb0aa; font-size: 12px; }
.downloads-unlocked { margin: 0 3vw 50px; padding: 24px 28px; display: flex; gap: 18px; align-items: center; background: #e4dccf; border: 1px solid #bdb09e; }
.downloads-unlocked > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: #fff; }
.downloads-unlocked b { font: 400 22px/1.2 Georgia, serif; }
.downloads-unlocked p { margin: 5px 0 0; color: #655e56; font-size: 12px; }
.brochure-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 24px; }
.brochure-grid article { position: relative; }
.brochure-cover { aspect-ratio: 1.45; display: grid; place-items: center; overflow: hidden; background: #d9d0c3; }
.brochure-cover img { width: 100%; height: 100%; object-fit: contain; transition: filter .3s ease, opacity .3s ease; }
.brochure-grid:not(.is-unlocked) .brochure-cover img { filter: grayscale(.7); opacity: .55; }
.brochure-grid article > p { margin: 16px 0 7px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.brochure-grid h3 { margin: 0; font: 400 38px/1.06 Georgia, serif; }
.brochure-grid article > span { display: block; max-width: 520px; margin: 16px 0 20px; color: #655e56; line-height: 1.7; }
.brochure-grid article > a, .brochure-grid article > b { display: inline-flex; padding: 11px 0 7px; border-bottom: 1px solid #777066; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.brochure-grid article > b { color: #91877b; border-style: dashed; font-weight: 400; }

@media (max-width: 900px) {
  .own-car-callout, .commission-answer, .commission-details, .event-included, .event-proof, .brochure-intro { grid-template-columns: 1fr; }
  .own-car-callout, .commission-answer { padding: 85px 24px; gap: 35px; }
  .commission-process, .event-journey { padding: 85px 22px; }
  .process-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 55px; }
  .process-heading h2 { grid-column: 1; }
  .commission-process ol, .event-journey ol { grid-template-columns: 1fr; gap: 0; }
  .commission-process ol::before, .event-journey ol::before { left: 26px; right: auto; top: 20px; bottom: 20px; width: 1px; height: auto; }
  .commission-process li, .event-journey li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding-bottom: 32px; }
  .commission-process li > div, .event-journey li > div { margin: 0; padding: 10px 0 0; border-top: 0; }
  .commission-process li b, .event-journey li b { min-height: 0; font-size: 25px; }
  .commission-process li p, .event-journey li p { margin-top: 10px; }
  .commission-details > div, .event-included > div { padding: 85px 24px; }
  .commission-certificate-visual { margin-bottom: 24px; }
  .download-teaser { min-height: 520px; padding: 85px 24px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .event-proof { padding: 85px 24px; gap: 50px; }
  .event-proof blockquote { padding: 34px 26px; }
  .event-promotion { padding: 85px 20px; }
  .event-promotion > div:first-child { grid-template-columns: 1fr; gap: 30px; }
  .event-promotion > div:first-child h2 { grid-column: 1; }
  .promotion-grid { grid-template-columns: 1fr; }
  .promotion-grid article:nth-child(even) { border-left: 1px solid #c8bdad; }
  .promotion-grid article:nth-child(n+2) { border-top: 0; }
  .brochure-library { padding: 85px 18px; }
  .brochure-intro { padding: 0 4px 45px; gap: 28px; }
  .download-gate-form { margin: 0 0 50px; padding: 24px 18px; }
  .download-gate-form > div { grid-template-columns: 1fr; }
  .download-gate-form > div button { min-height: 54px; }
  .downloads-unlocked { margin: 0 0 45px; }
  .brochure-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-header { padding: 0 2.5vw; grid-template-columns: minmax(205px,.75fr) auto auto; gap: 16px; }
  .brand-lockup img { width: clamp(205px,22vw,245px); }
  .desktop-nav { display: flex; gap: clamp(9px,1.3vw,16px); white-space: nowrap; font-size: 8.5px; letter-spacing: .12em; }
  .header-cta { display: inline-flex; white-space: nowrap; font-size: 8.5px; letter-spacing: .12em; }
  .mobile-menu { display: none; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* WordPress-oriented structure and transparent logo treatment */
.site-header.header-dark {
  position: relative;
  inset: auto;
  color: var(--ink);
  background: var(--ivory);
  border-bottom: 1px solid rgba(20,18,16,.14);
}
.brand-light { padding: 0; background: transparent; box-shadow: none; }
.lux-hero, .page-hero { min-height: calc(100svh - 96px); }

footer { background: var(--ivory); color: var(--ink); border-top: 1px solid #c8bdad; }
.footer-top > p { color: #746c62; }
.footer-bottom { border-color: #c8bdad; color: #746c62; }
.footer-bottom a, .cookie-settings-button { color: var(--wine); }
.cookie-settings-button { appearance: none; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }

.commerce-highlights { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.commerce-highlights > a { position: relative; min-height: 720px; display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; background: var(--ink); color: #fff; }
.commerce-highlights > a + a { border-left: 1px solid #3c3935; }
.commerce-highlights img { width: 100%; height: 100%; object-fit: contain; background: #191715; transition: transform .8s ease; }
.commerce-highlights a:hover img { transform: scale(1.018); }
.commerce-highlights > a > div { padding: 38px; }
.commerce-highlights h2 { margin: 22px 0 30px; font-size: clamp(50px, 5.4vw, 82px); }
.commerce-highlights h2 em { color: #d8bc88; }
.commerce-highlights div > span { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid #3c3935; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }

.commission-showcase { padding: 0 6vw 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.commission-showcase figure { margin: 0; }
.commission-showcase figure img { width: 100%; height: auto; object-fit: contain; background: var(--paper); }
.commission-showcase figcaption { padding-top: 14px; color: #746c62; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.commission-showcase h2 { margin: 28px 0 38px; font-size: clamp(50px, 5vw, 80px); }
.commission-showcase ul, .event-experience ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c8bdad; }
.commission-showcase li, .event-experience li { padding: 15px 0; border-bottom: 1px solid #c8bdad; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.service-cards article > a { display: inline-flex; gap: 18px; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }

.event-formats { padding: 110px 6vw; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); }
.event-formats article { padding: 44px; border: 1px solid #c8bdad; }
.event-formats article + article { border-left: 0; }
.event-formats span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.event-formats h3 { margin: 85px 0 20px; font: 400 36px/1.05 Georgia, serif; }
.event-formats p { color: #655e56; line-height: 1.75; }
.event-experience { padding: 125px 8vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; background: var(--wine); color: #fff; }
.event-experience h2 em { color: #d8bc88; }
.event-experience > div:last-child > p { margin: 0 0 35px; color: rgba(255,255,255,.72); line-height: 1.8; }
.event-experience ul { border-color: rgba(255,255,255,.28); }
.event-experience li { border-color: rgba(255,255,255,.28); }
.event-film { padding: 86px 6vw; display: grid; grid-template-columns: .62fr 1.38fr; gap: 6vw; align-items: center; background: var(--ink); color: #fff; scroll-margin-top: 96px; }
.event-film-copy h2 { margin: 20px 0 26px; font-size: clamp(48px, 5.4vw, 82px); }
.event-film-copy h2 em { color: #d8bc88; }
.event-film-copy > p:last-child { margin: 0; max-width: 430px; color: #aaa195; line-height: 1.75; }
.event-film-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #080808; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.event-film-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fine-event-reportage { padding: 88px 6vw 96px; background: var(--paper); }
.fine-event-heading { display: grid; grid-template-columns: .65fr 1.35fr; column-gap: 6vw; align-items: end; margin-bottom: 44px; }
.fine-event-heading .eyebrow { align-self: start; }
.fine-event-heading h2 { margin: 0; font-size: clamp(50px, 5.8vw, 88px); }
.fine-event-heading h2 em { color: var(--wine); }
.fine-event-heading > p:last-child { grid-column: 2; max-width: 620px; margin: 24px 0 0; color: #655e56; line-height: 1.75; }
.fine-event-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fine-event-gallery figure { margin: 0; padding: 0 0 16px; border-bottom: 1px solid #c8bdad; }
.fine-event-gallery img { width: 100%; height: auto; object-fit: contain; background: #191715; }
.fine-event-gallery figcaption { padding-top: 13px; color: #746c62; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.fine-event-gallery-wide { grid-column: 1 / -1; }

.shop-products { padding: 0 5vw 120px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.shop-products article > div { aspect-ratio: 1.15; display: grid; place-items: center; overflow: hidden; background: #191715; }
.shop-products img { width: 100%; height: 100%; object-fit: contain; }
.shop-products article > p { margin: 18px 0 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.shop-products h3 { margin: 0; font: 400 38px/1.08 Georgia, serif; }
.shop-products article > a { display: inline-flex; gap: 18px; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid #777066; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.shop-categories { padding: 100px 6vw; background: var(--paper); }
.shop-categories > a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; padding: 30px 0; border-top: 1px solid #c8bdad; }
.shop-categories > a:last-child { border-bottom: 1px solid #c8bdad; }
.shop-categories span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.shop-categories h3 { margin: 0; font: 400 clamp(34px, 4vw, 58px)/1 Georgia, serif; }
.shop-categories > a > span:last-child { color: var(--ink); font-size: 20px; }

.cookie-consent { position: fixed; z-index: 1000; inset: auto 24px 24px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 30px; background: #11100f; color: #fff; border: 1px solid #4a453f; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.cookie-consent h2 { margin: 12px 0 16px; font-size: 34px; letter-spacing: -.03em; }
.cookie-consent p:not(.eyebrow) { margin: 0 0 12px; max-width: 720px; color: #c3baae; line-height: 1.65; font-size: 13px; }
.cookie-consent a { color: #d8bc88; text-decoration: underline; text-underline-offset: 4px; font-size: 11px; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions button, .instagram-consent-placeholder button { padding: 14px 18px; border: 1px solid #7d746a; background: transparent; color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; cursor: pointer; }
.cookie-actions .cookie-accept { background: var(--wine); border-color: var(--wine); }
.instagram-consent-placeholder { margin-bottom: 16px; padding: 48px; display: grid; place-items: center; gap: 18px; min-height: 260px; text-align: center; background: var(--paper); border: 1px solid #c8bdad; }
.instagram-consent-placeholder p { max-width: 540px; color: #5b554e; line-height: 1.7; }
.instagram-consent-placeholder button { color: var(--ink); border-color: #776f65; }
.instagram-consent-placeholder a { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }

@media (max-width: 900px) {
  .site-header.header-dark { position: relative; }
  .lux-hero, .page-hero { min-height: calc(100svh - 76px); }
  .lux-hero > img, .page-hero-image { inset: 0 0 auto; }
  .commerce-highlights, .commission-showcase, .event-formats, .event-experience, .event-film, .shop-products { grid-template-columns: 1fr; }
  .commerce-highlights > a { min-height: 620px; }
  .commerce-highlights > a + a, .event-formats article + article { border-left: 1px solid #3c3935; border-top: 0; }
  .commerce-highlights > a > div { padding: 26px; }
  .commission-showcase { padding: 0 22px 85px; gap: 50px; }
  .event-formats { padding: 75px 20px; }
  .event-formats article + article { border-color: #c8bdad; }
  .event-experience { padding: 85px 24px; gap: 48px; }
  .event-film { padding: 68px 22px; gap: 38px; scroll-margin-top: 76px; }
  .fine-event-reportage { padding: 68px 20px 74px; }
  .fine-event-heading, .fine-event-gallery { grid-template-columns: 1fr; }
  .fine-event-heading { gap: 20px; margin-bottom: 34px; }
  .fine-event-heading > p:last-child { grid-column: 1; margin-top: 0; }
  .fine-event-gallery { gap: 34px; }
  .fine-event-gallery-wide { grid-column: 1; }
  .shop-products { padding: 0 18px 85px; gap: 55px; }
  .shop-categories { padding: 75px 22px; }
  .shop-categories > a { grid-template-columns: 45px 1fr auto; }
  .cookie-consent { inset: auto 10px 10px; grid-template-columns: 1fr; gap: 22px; padding: 22px; }
  .cookie-consent h2 { font-size: 28px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions button { width: 100%; }
  .instagram-consent-placeholder { padding: 32px 18px; }
}

/* Refined editorial rhythm — closer relationships between headings and content */
@media (min-width: 901px) {
  .lux-hero { min-height: min(86svh, 900px); }
  .page-hero { min-height: clamp(590px, 74svh, 780px); }
  .lux-hero-copy { padding-bottom: 6.5vh; }
  .page-hero-copy { padding-bottom: 6vh; }
  .lux-hero-copy > p:not(.eyebrow),
  .page-hero-copy > p:not(.eyebrow) { margin-top: 24px; }

  .lux-intro,
  .editorial-intro { padding-top: 88px; padding-bottom: 96px; }
  .lux-intro .eyebrow,
  .editorial-intro .eyebrow { margin-bottom: 24px; }
  .lux-intro-copy,
  .editorial-intro > p:last-child { margin-top: 30px; }

  .section-heading { margin-bottom: 46px; }
  .art-section { padding-top: 92px; padding-bottom: 92px; }
  .process, .world, .dark-process { padding-top: 94px; padding-bottom: 94px; }
  .world-title { margin-bottom: 46px; }
  .private-cta { min-height: 520px; padding-top: 84px; padding-bottom: 84px; }
  .private-cta h2 { margin: 18px 0 30px; }

  .service-cards,
  .about-values,
  .event-formats { padding-top: 82px; padding-bottom: 82px; }
  .service-cards h3,
  .about-values h3 { margin-top: 52px; }
  .event-formats h3 { margin-top: 48px; }

  .own-car-callout,
  .commission-answer { padding-top: 78px; padding-bottom: 78px; }
  .commission-process,
  .event-journey { padding-top: 92px; padding-bottom: 98px; }
  .process-heading { margin-bottom: 52px; }
  .commission-details > div,
  .event-included > div { padding-top: 82px; padding-bottom: 82px; }
  .commission-details h2,
  .event-included h2 { margin: 18px 0 28px; }
  .commission-showcase { padding-bottom: 92px; }
  .commission-showcase h2 { margin: 20px 0 28px; }

  .event-experience,
  .event-proof,
  .event-promotion { padding-top: 88px; padding-bottom: 88px; }
  .event-proof { min-height: 590px; }
  .event-proof h2 { margin: 18px 0 26px; }
  .event-promotion > div:first-child { margin-bottom: 44px; }
  .promotion-grid h3 { margin-top: 38px; }
  .download-teaser { min-height: 390px; padding-top: 68px; padding-bottom: 68px; }
  .download-teaser h2 { margin-top: 18px; }

  .property-paths,
  .dubai-panels,
  .realestate-split article,
  .award { padding-top: 88px; padding-bottom: 88px; }
  .property-paths > div { margin-top: 26px; }
  .property-paths h3 { margin-top: 44px; }
  .realestate-split h2 { margin: 20px 0 24px; }
  .re-copy h2 { margin-top: 20px; }
  .re-copy > p:not(.eyebrow) { margin: 26px 0; }

  .review-heading { padding-top: 82px; padding-bottom: 44px; }
  .review-heading h2,
  .award h2,
  .travel-invite h2,
  .instagram-heading h2,
  .brochure-intro h2 { margin-top: 18px; }
  .reviews-grid { padding-bottom: 96px; gap-row: 48px; }
  .travel-invite { min-height: 560px; padding-top: 82px; padding-bottom: 82px; }
  .travel-invite h2 { margin-bottom: 30px; }

  .instagram-journal,
  .brochure-library { padding-top: 88px; padding-bottom: 96px; }
  .instagram-heading,
  .brochure-intro { padding-bottom: 44px; }
  .contact-page > div { padding-top: 130px; padding-bottom: 76px; }
  .contact-page > div > p:not(.eyebrow) { margin: 26px 0; }
  .contact-options { margin-top: 32px; }
}

@media (max-width: 900px) {
  .lux-hero { min-height: min(82svh, 720px); }
  .page-hero { min-height: clamp(540px, 72svh, 680px); }
  .lux-hero-copy,
  .page-hero-copy { padding-bottom: 38px; }
  .lux-hero-copy > p:not(.eyebrow),
  .page-hero-copy > p:not(.eyebrow) { margin-top: 18px; }

  .lux-intro,
  .editorial-intro { padding-top: 64px; padding-bottom: 70px; }
  .lux-intro .eyebrow,
  .editorial-intro .eyebrow { margin-bottom: 20px; }
  .lux-intro-copy,
  .editorial-intro > p:last-child { margin-top: 24px; }
  .section-heading { gap: 22px; margin-bottom: 34px; }

  .service-cards,
  .about-values,
  .event-formats,
  .event-promotion,
  .shop-categories { padding-top: 64px; padding-bottom: 64px; }
  .service-cards h3,
  .about-values h3,
  .event-formats h3 { margin-top: 38px; }
  .promotion-grid h3 { margin-top: 34px; }

  .own-car-callout,
  .commission-answer,
  .commission-process,
  .event-journey,
  .event-experience,
  .event-proof,
  .commission-details > div,
  .event-included > div { padding-top: 64px; padding-bottom: 64px; }
  .process-heading { gap: 20px; margin-bottom: 38px; }
  .commission-details h2,
  .event-included h2 { margin: 18px 0 26px; }
  .download-teaser { min-height: 410px; padding-top: 64px; padding-bottom: 64px; }

  .review-heading,
  .instagram-journal,
  .brochure-library { padding-top: 64px; }
  .instagram-heading,
  .brochure-intro { gap: 22px; padding-bottom: 34px; }
  .reviews-grid,
  .shop-products,
  .commission-showcase { padding-bottom: 70px; }
}

/* Compact, conversion-led commissioned painting page */
.commission-page .page-hero { min-height: clamp(560px, 70svh, 720px); }
.commission-page .page-hero-copy { padding-bottom: 5vh; }
.commission-page .commission-answer { padding: 64px 8vw 70px; grid-template-columns: .9fr 1.1fr; gap: 6vw; align-items: end; }
.commission-page .commission-answer h2 { max-width: 720px; margin: 18px 0 0; font-size: clamp(48px, 5.2vw, 80px); }
.commission-page .commission-showcase { padding-top: 68px; padding-bottom: 72px; gap: 6vw; }
.commission-page .commission-showcase h2 { font-size: clamp(46px, 4.6vw, 72px); }
.commission-inline-actions { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.commission-inline-actions > a:not(.lux-link) { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid #777066; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.commission-film { padding: 78px 6vw; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 6vw; align-items: center; background: #e8dfd3; }
.commission-film-copy { max-width: 620px; }
.commission-film-copy h2 { margin: 18px 0 24px; font: 400 clamp(44px, 4.7vw, 76px)/.96 Georgia, serif; letter-spacing: -.045em; }
.commission-film-copy h2 em { color: var(--wine); font-weight: 400; }
.commission-film-copy > p:not(.eyebrow):not(.commission-materials) { max-width: 560px; margin: 0; color: #5f5850; font: 400 15px/1.75 Georgia, serif; }
.commission-materials { margin: 25px 0 27px; color: var(--wine); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.commission-materials span { padding: 0 7px; color: var(--gold); }
.commission-film-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d0c0b; box-shadow: 0 24px 55px rgba(31,24,18,.18); }
.commission-film-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.commission-film-stills { padding: 0 6vw 76px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; background: #e8dfd3; }
.commission-film-stills figure { margin: 0; min-width: 0; border-top: 1px solid #bcb09f; }
.commission-film-stills img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: center; background: #111; }
.commission-film-stills figcaption { padding: 14px 0 0; display: flex; gap: 14px; align-items: center; color: #5e574f; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.commission-film-stills figcaption span { color: var(--gold); font-weight: 700; }
.commission-page .commission-process { padding-top: 76px; padding-bottom: 72px; }
.commission-page .process-heading { margin-bottom: 42px; }
.commission-page .commission-process ol { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.commission-page .commission-process ol::before { display: none; }
.commission-page .commission-process li { display: block; min-width: 0; padding: 24px; border: 1px solid #393632; background: #181715; }
.commission-page .commission-process li > div { margin-top: 22px; padding-top: 19px; }
.commission-page .commission-process li b { min-height: 0; font-size: 25px; }
.commission-page .commission-process li p { margin-top: 11px; }
.commission-process-cta { margin-top: 42px; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #3c3935; }
.commission-process-cta p { margin: 0; font: 400 clamp(25px, 2.6vw, 38px)/1.1 Georgia, serif; }
.commission-page .commission-details > div { padding-top: 66px; padding-bottom: 70px; }
.commission-page .download-teaser { min-height: 340px; padding-top: 58px; padding-bottom: 58px; }
.commission-page .download-teaser h2 { font-size: clamp(46px, 5vw, 76px); }
.commission-page .private-cta { min-height: 430px; padding-top: 68px; padding-bottom: 68px; }

@media (max-width: 900px) {
  .page-hero-actions { margin-top: 22px; gap: 8px; }
  .page-hero-actions a { width: 100%; justify-content: space-between; }
  .commission-page .page-hero { min-height: 680px; }
  .commission-page .commission-answer { padding: 54px 22px 58px; grid-template-columns: 1fr; gap: 28px; }
  .commission-page .commission-showcase { padding: 54px 20px 60px; gap: 36px; }
  .commission-inline-actions { align-items: flex-start; flex-direction: column; }
  .commission-film { padding: 58px 22px; grid-template-columns: 1fr; gap: 38px; }
  .commission-film-copy { max-width: none; }
  .commission-film-stills { padding: 0 22px 58px; grid-template-columns: 1fr; gap: 30px; }
  .commission-page .commission-process { padding: 58px 20px 54px; }
  .commission-page .process-heading { margin-bottom: 34px; }
  .commission-page .commission-process ol { grid-template-columns: 1fr; gap: 12px; }
  .commission-page .commission-process li { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: 20px; }
  .commission-page .commission-process li > div { margin: 0; padding: 7px 0 0; border-top: 0; }
  .commission-process-cta { align-items: flex-start; flex-direction: column; margin-top: 24px; }
  .commission-page .commission-details > div { padding: 56px 22px; }
  .commission-page .download-teaser { min-height: 330px; padding: 54px 22px; }
  .commission-page .private-cta { min-height: 390px; padding: 58px 22px; }
}

@media (max-width: 560px) {
  .commission-film { padding: 50px 20px; }
  .commission-film-copy h2 { font-size: clamp(42px, 13vw, 60px); }
  .commission-materials { line-height: 1.8; }
  .commission-film-stills { padding-right: 20px; padding-bottom: 50px; padding-left: 20px; }
  .commission-page .commission-process li { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 17px; }
  .commission-page .commission-process li > span { width: 46px; height: 46px; }
}

/* WooCommerce, Fluent Forms and editorial compatibility */
.ts-product-bar { min-height: 76px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid #c8bdad; background: var(--paper); color: #655e56; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.ts-product-bar a { display: inline-flex; align-items: center; gap: 18px; color: var(--wine); font-weight: 700; }
.ts-shop-shell { padding: 72px 6vw 110px; overflow: hidden; }
.ts-shop-shell > .woocommerce { width: min(100%, 1440px); margin: 0 auto; }
.ts-shop-shell .woocommerce-breadcrumb { margin: 0 0 34px; color: #7a7167; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.ts-shop-shell .woocommerce-breadcrumb a { color: var(--wine); }
.post-type-archive-product .ts-shop-shell .woocommerce-products-header { display: none; }
.ts-shop-shell .woocommerce-products-header__title,
.ts-shop-shell .term-description h1 { margin: 0 0 34px; font: 400 clamp(46px, 5vw, 76px)/.95 Georgia, serif; }
.ts-shop-shell .woocommerce-result-count { margin: 14px 0 38px; color: #746c62; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.ts-shop-shell .woocommerce-ordering { margin: 0 0 34px; }
.ts-shop-shell .woocommerce-ordering select { min-height: 46px; padding: 0 42px 0 14px; border: 1px solid #bfb4a5; border-radius: 0; background: transparent; color: var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.woocommerce ul.products { clear: both; display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 30px; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; min-width: 0; margin: 0 !important; padding: 0 0 26px; display: flex; flex-direction: column; border-bottom: 1px solid #c8bdad; }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: block; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; height: auto !important; margin: 0 0 20px !important; padding: 18px; border: 1px solid #ded5c9; object-fit: contain; background: #e9e2d8; transition: border-color .25s ease, transform .35s ease; }
.woocommerce ul.products li.product:hover a img { border-color: #b7aa9a; transform: translateY(-2px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; margin: 0; padding: 0 !important; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: clamp(16px, 1.15vw, 20px); font-weight: 500; letter-spacing: .005em; line-height: 1.35; text-wrap: balance; transition: color .2s ease; }
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title { color: var(--wine); }
.woocommerce ul.products li.product .price { margin: 10px 0 18px; display: block; color: var(--wine) !important; font-family: Arial, Helvetica, sans-serif; font-size: 13px !important; font-weight: 600; letter-spacing: .03em; }
.woocommerce ul.products li.product .price del { color: #887f75; opacity: .65; }
.woocommerce ul.products li.product .ts-product-actions { width: 100%; margin-top: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8px; align-items: stretch; }
.woocommerce ul.products li.product .ts-product-actions .ts-product-explore,
.woocommerce ul.products li.product .ts-product-actions .button { width: 100% !important; min-height: 42px !important; height: 42px; margin: 0 !important; padding: 0 14px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; font-size: 9px !important; font-weight: 700; letter-spacing: .12em; line-height: 1 !important; text-align: center; text-transform: uppercase; white-space: nowrap; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.woocommerce ul.products li.product .ts-product-actions .ts-product-explore { border: 1px solid #8d8479; background: transparent; color: var(--ink); }
.woocommerce ul.products li.product .ts-product-actions .ts-product-explore:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.woocommerce ul.products li.product .ts-product-actions .button { border: 1px solid var(--wine); background: var(--wine); color: #fff; }
.woocommerce ul.products li.product .ts-product-actions .button:hover { border-color: #67171c; background: #67171c; color: #fff; }
.woocommerce ul.products li.product .ts-product-actions .added_to_cart { grid-column: 1 / -1; width: fit-content; margin-top: 4px; padding-bottom: 4px; border-bottom: 1px solid #91877b; color: var(--ink); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.woocommerce span.onsale { min-width: 0; min-height: 0; margin: 14px !important; padding: 10px 12px; border-radius: 0; background: var(--wine); color: #fff; line-height: 1; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.woocommerce nav.woocommerce-pagination { margin-top: 60px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; justify-content: center; gap: 8px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid #c8bdad; background: transparent; color: var(--ink); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ink); color: #fff; }

.ts-product-shell { padding-top: 64px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: calc(50% - 3vw); margin-bottom: 78px; }
.woocommerce div.product div.images { float: left; }
.woocommerce div.product div.summary { float: right; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: #e9e2d8; }
.woocommerce div.product div.images img { width: 100%; max-height: 760px; padding: 22px; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { margin-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; }
.woocommerce div.product div.images .flex-control-thumbs img { padding: 8px; border: 1px solid transparent; background: var(--paper); }
.woocommerce div.product div.images .flex-control-thumbs img.flex-active { border-color: var(--wine); }
.woocommerce div.product .product_title { margin: 0 0 22px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(32px, 3.4vw, 52px); font-weight: 500; letter-spacing: -.025em; line-height: 1.06; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 0 0 28px; color: var(--wine); font-size: 22px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #5b554e; font: 400 15px/1.75 Arial, Helvetica, sans-serif; }
.woocommerce div.product form.cart { margin: 34px 0; padding: 26px 0; display: flex; flex-wrap: wrap; gap: 12px; border-top: 1px solid #c8bdad; border-bottom: 1px solid #c8bdad; }
.woocommerce .quantity .qty { width: 76px; min-height: 50px; border: 1px solid #bfb4a5; border-radius: 0; background: transparent; }
.woocommerce div.product form.cart .variations { width: 100%; margin: 0 0 20px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { padding: 7px 0; text-align: left; }
.woocommerce div.product form.cart .variations label { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.woocommerce div.product form.cart .variations select { min-height: 48px; padding: 0 14px; border: 1px solid #bfb4a5; border-radius: 0; background: transparent; }
.woocommerce div.product .product_meta { display: grid; gap: 10px; color: #746c62; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 !important; padding: 0 !important; display: flex; border-bottom: 1px solid #c8bdad; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 28px 0 0 !important; padding: 0 0 14px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #6e665d; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--wine) !important; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; padding: 34px 0 54px; color: #554f49; font: 400 16px/1.8 Georgia, serif; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { margin: 0 0 28px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.035em; }
.woocommerce div.product .woocommerce-tabs .panel p { margin: 0 0 18px; }
.woocommerce div.product .woocommerce-tabs .panel > *:last-child { margin-bottom: 0; }
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products { clear: both; padding-top: 62px; border-top: 1px solid #c8bdad; }
.woocommerce div.product .related.products > h2,
.woocommerce div.product .upsells.products > h2 { margin: 0 0 42px; font-size: clamp(42px, 4vw, 66px); }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--wine); border-radius: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; line-height: 1.2; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { margin: 0 0 30px !important; padding: 20px 22px 20px 52px !important; border-top: 0; border-left: 3px solid var(--gold); background: var(--paper); color: #4e4943; }
.woocommerce-error { border-left-color: var(--wine); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--wine); top: 20px; }
.woocommerce-error::before { color: var(--wine); top: 20px; }

.ts-commerce-content { padding: 92px 6vw 120px; background: var(--ivory); }
.ts-commerce-content .ts-article-inner { max-width: 1240px; }
.ts-commerce-content h1 { margin: 0 0 50px; font-size: clamp(54px, 6vw, 88px); }
.woocommerce table.shop_table { border: 1px solid #c8bdad; border-radius: 0; border-collapse: collapse; background: var(--paper); }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 18px; border-color: #d5ccbf; }
.woocommerce table.shop_table th { color: #6b6259; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.woocommerce-cart table.cart img { width: 90px; height: 90px; object-fit: contain; background: #e9e2d8; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 190px; min-height: 48px; border: 1px solid #bfb4a5; border-radius: 0; }
.woocommerce .cart-collaterals .cart_totals { width: min(100%, 560px); }
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 { margin: 42px 0 24px; font-size: clamp(34px, 3.5vw, 52px); }
.woocommerce form .form-row { padding: 0; margin: 0 0 20px; }
.woocommerce form .form-row label { margin-bottom: 8px; color: #5f5850; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single { min-height: 52px; padding: 12px 14px; border: 1px solid #bfb4a5; border-radius: 0; background: var(--paper); color: var(--ink); }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 26px; }
.woocommerce-checkout #payment { border-radius: 0; background: var(--paper); }
.woocommerce-checkout #payment div.payment_box { background: #e8e0d5; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #e8e0d5; }

#contact-form { scroll-margin-top: 24px; }
.ts-form-shell { padding: 88px 7vw 110px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; background: var(--ivory); }
.ts-form-heading { position: sticky; top: 32px; }
.ts-form-heading h2 { margin: 18px 0 28px; font-size: clamp(50px, 5.4vw, 82px); }
.ts-form-heading h2 em { color: var(--wine); }
.ts-form-heading > p:last-child { max-width: 410px; margin: 0; color: #655e56; line-height: 1.75; }
.ts-form-frame { min-width: 0; padding: clamp(28px, 4vw, 54px); background: var(--ink); color: #fff; }
.ts-form-shell .fluentform { max-width: none; padding: 0; background: transparent; }
.ts-brochure-form { margin: 0 3vw 55px; padding: clamp(28px, 4vw, 50px); }
.ts-form-frame .ff-el-group,
.ts-brochure-form .ff-el-group { margin-bottom: 22px; }
.ts-form-frame .ff-el-input--label,
.ts-brochure-form .ff-el-input--label { margin-bottom: 8px; }
.ts-form-frame .ff-el-input--label label,
.ts-brochure-form .ff-el-input--label label { color: #d7cec2; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.ts-form-frame .ff-el-form-control,
.ts-brochure-form .ff-el-form-control { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid #625d56; border-radius: 0; box-shadow: none; background: #1c1a18; color: #fff; font: 400 15px/1.5 Arial, sans-serif; }
.ts-form-frame textarea.ff-el-form-control,
.ts-brochure-form textarea.ff-el-form-control { min-height: 150px; resize: vertical; }
.ts-form-frame .ff-el-form-control::placeholder,
.ts-brochure-form .ff-el-form-control::placeholder { color: #8e877f; opacity: 1; }
.ts-form-frame .ff-el-form-control:focus,
.ts-brochure-form .ff-el-form-control:focus { border-color: #d8bc88; outline: 1px solid #d8bc88; outline-offset: 0; }
.ts-form-frame .ff-btn-submit,
.ts-brochure-form .ff-btn-submit { min-height: 50px; padding: 0 22px; border: 1px solid var(--wine); border-radius: 0; background: var(--wine); color: #fff; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; opacity: 1; }
.ts-form-frame .ff-btn-submit:hover,
.ts-brochure-form .ff-btn-submit:hover { background: #fff; border-color: #fff; color: var(--ink); }
.ts-form-frame .ff-el-is-error .ff-el-form-control,
.ts-brochure-form .ff-el-is-error .ff-el-form-control { border-color: #e58b83; }
.ts-form-frame .text-danger,
.ts-form-frame .error-text,
.ts-brochure-form .text-danger,
.ts-brochure-form .error-text { margin-top: 7px; color: #f0a59d !important; font-size: 11px; }
.ts-form-frame .ff-message-success,
.ts-brochure-form .ff-message-success { padding: 22px; border: 1px solid #749078; box-shadow: none; background: #17231a; color: #e8f1e9; }
.ts-form-frame .ff-el-form-check-label,
.ts-brochure-form .ff-el-form-check-label { color: #c5bcb1; font-size: 12px; line-height: 1.55; }
.ts-form-frame input[type="checkbox"],
.ts-brochure-form input[type="checkbox"] { accent-color: var(--wine); }
.ts-form-fallback { padding: 24px; border: 1px solid #665f57; }
.ts-form-fallback p { margin: 0 0 18px; color: #d4ccc2; line-height: 1.7; }
.ts-form-fallback a { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid #fff; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }

.ts-post-hero { padding: 72px 6vw 80px; }
.ts-post-heading { position: relative; width: min(100%, 1180px); margin: 0 auto; }
.ts-post-heading.has-recommendation { padding-right: clamp(145px, 17vw, 205px); }
.post-recommendation-badge { position: absolute; top: 0; right: 0; width: clamp(120px, 14vw, 175px); height: auto; margin: 0 !important; background: transparent !important; filter: drop-shadow(0 10px 20px rgba(0,0,0,.28)); }
.ts-post-hero h1 { max-width: 1120px; font-size: clamp(50px, 7vw, 102px); line-height: .93; overflow-wrap: anywhere; }
.ts-post-meta { margin-top: 30px; padding-top: 18px; display: flex; gap: 28px; border-top: 1px solid #3d3935; color: #aaa195; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.ts-post-hero figure { width: min(100%, 1320px); margin: 48px auto 0; }
.ts-post-hero figure img { width: 100%; max-height: 760px; margin: 0; padding: 0; object-fit: contain; background: #191715; }
.ts-single-article { padding-top: 80px; }
.ts-single-article .ts-article-inner { max-width: 920px; }
.ts-single-article .entry-content > *:first-child { margin-top: 0; }
.ts-single-article .entry-content h2 { margin: 54px 0 22px; font-size: clamp(38px, 4.7vw, 64px); line-height: 1; }
.ts-single-article .entry-content h3 { margin: 42px 0 18px; font: 400 clamp(28px, 3vw, 40px)/1.1 Georgia, serif; }
.ts-single-article .entry-content p,
.ts-single-article .entry-content li { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.85; }
.ts-single-article .entry-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.ts-single-article .entry-content figure,
.ts-single-article .entry-content .wp-block-image { margin: 42px 0; }
.ts-single-article .entry-content img { width: auto; max-width: 100%; max-height: 820px; margin-right: auto; margin-left: auto; object-fit: contain; }
.ts-legacy-image { margin: 40px 0; }
.ts-legacy-image img { display: block; }
.ts-single-article .ts-legacy-rating-image { width: min(100%, 230px); margin: 26px auto 38px !important; }
.ts-single-article figure:has(img[alt*="excellent choice" i]),
.ts-single-article figure:has(img[src*="excellent-choice" i]),
.ts-single-article figure:has(img[src*="excellent_choice" i]),
.ts-single-article p:has(> img[alt*="excellent choice" i]),
.ts-single-article p:has(> a > img[alt*="excellent choice" i]),
.ts-single-article img[alt*="excellent choice" i],
.ts-single-article img[src*="excellent-choice" i],
.ts-single-article img[src*="excellent_choice" i] { display: none !important; }
.ts-single-article .ts-legacy-rating-image img,
.ts-single-article img.ts-inline-expert-rating,
.ts-single-article img[alt*="expert rating" i],
.ts-single-article img[src*="expert-rating" i],
.ts-single-article img[src*="-from-10-stars-rating" i],
.ts-single-article img[data-src*="-from-10-stars-rating" i],
.ts-single-article img[src*="10-10" i],
.ts-single-article img[src*="10_10" i] { display: block !important; width: min(100%, 230px) !important; height: auto !important; max-height: 150px !important; margin-right: auto !important; margin-left: auto !important; object-fit: contain !important; }
.ts-legacy-gallery { margin: 42px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ts-legacy-gallery figure { min-width: 0; margin: 0 !important; display: grid; place-items: center; background: #e8e0d5; }
.ts-legacy-gallery img { width: 100% !important; height: auto !important; max-height: 680px !important; display: block; object-fit: contain !important; }
.ts-legacy-button { width: fit-content; min-height: 46px; margin: 28px 0; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--wine); background: var(--wine); color: #fff !important; text-decoration: none !important; text-transform: uppercase; letter-spacing: .13em; font: 700 9px/1 Arial, Helvetica, sans-serif; }
.ts-legacy-content-block { margin: 42px 0; }
.ts-legacy-content-block h2 { margin-top: 0 !important; }
.ts-legacy-separator { margin: 38px 0; border: 0; border-top: 1px solid #c8bdad; }
.ts-single-article .entry-content figcaption { margin-top: 10px; color: #7d756b; text-align: center; font-size: 11px; }
.ts-single-article .entry-content blockquote { margin: 50px 0; padding: 8px 0 8px 30px; border-left: 2px solid var(--wine); }
.ts-single-article .entry-content blockquote p { margin: 0; color: var(--ink); font-size: clamp(26px, 3vw, 40px); line-height: 1.25; }
.ts-single-article .entry-content iframe { width: 100%; max-width: 100%; }
.ts-single-article .entry-content table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; }
.ts-single-article .entry-content th,
.ts-single-article .entry-content td { padding: 12px; border: 1px solid #c8bdad; }
.ts-post-footer { margin-top: 70px; padding-top: 32px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #c8bdad; }
.ts-post-footer p { margin: 0; color: #655e56; font: 400 22px/1.25 Georgia, serif; }

@media (max-width: 900px) {
  .ts-product-bar { min-height: 64px; padding: 14px 20px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
  .ts-shop-shell { padding: 54px 18px 78px; }
  .ts-shop-shell .woocommerce-result-count,
  .ts-shop-shell .woocommerce-ordering { float: none; }
  .ts-shop-shell .woocommerce-ordering { width: 100%; }
  .ts-shop-shell .woocommerce-ordering select { width: 100%; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 38px 12px; }
  .woocommerce ul.products li.product a img { margin-bottom: 16px !important; padding: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px; }
  .woocommerce ul.products li.product .ts-product-actions { grid-template-columns: 1fr 1.25fr; }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { float: none; width: 100%; margin-bottom: 44px; }
  .woocommerce div.product .product_title { font-size: clamp(34px, 9vw, 48px); }
  .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  .ts-commerce-content { padding: 64px 18px 80px; }
  .woocommerce-cart table.cart .product-thumbnail { display: none; }
  .woocommerce-cart table.cart td.actions .coupon { width: 100%; margin-bottom: 10px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { flex: 1; width: auto; }
  .ts-form-shell { padding: 62px 18px 76px; grid-template-columns: 1fr; gap: 36px; }
  .ts-form-heading { position: static; }
  .ts-form-frame { padding: 26px 18px; }
  .ts-brochure-form { margin-right: 0; margin-left: 0; padding: 26px 18px; }
  .ts-post-hero { padding: 54px 20px 58px; }
  .ts-post-heading.has-recommendation { padding-right: 0; }
  .post-recommendation-badge { position: static; width: 118px; margin: 28px 0 0 !important; }
  .ts-post-hero h1 { font-size: clamp(43px, 13vw, 66px); }
  .ts-post-meta { flex-direction: column; gap: 7px; }
  .ts-post-hero figure { margin-top: 32px; }
  .ts-single-article { padding-top: 58px; }
  .ts-post-footer { align-items: flex-start; flex-direction: column; }
  .ts-legacy-gallery { grid-template-columns: 1fr; gap: 10px; }
  .ts-single-article .ts-legacy-rating-image { width: min(100%, 170px); margin: 22px auto 30px !important; }
  .ts-single-article .ts-legacy-rating-image img,
  .ts-single-article img.ts-inline-expert-rating,
  .ts-single-article img[alt*="expert rating" i],
  .ts-single-article img[src*="expert-rating" i],
  .ts-single-article img[src*="-from-10-stars-rating" i],
  .ts-single-article img[data-src*="-from-10-stars-rating" i],
  .ts-single-article img[src*="10-10" i],
  .ts-single-article img[src*="10_10" i] { width: min(100%, 170px) !important; max-height: 112px !important; }
}

@media (max-width: 560px) {
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 42px; }
  .woocommerce ul.products li.product .ts-product-actions { grid-template-columns: 1fr; }
  .commission-inline-actions > a { width: 100%; max-width: 100%; justify-content: space-between; box-sizing: border-box; }
  .commission-page li, .commission-page a, .ts-single-article a { overflow-wrap: anywhere; }
}

/* Expanded Tanja biography and timeline */
.about-origin { padding: 82px 8vw 88px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: end; background: var(--ivory); }
.about-origin h2 { margin: 18px 0 0; font-size: clamp(52px, 5.7vw, 86px); }
.about-origin h2 em { color: var(--wine); }
.about-origin > div:last-child > p { max-width: 620px; margin: 0 0 20px; color: #5f5850; font: 400 16px/1.8 Georgia, serif; }
.about-origin .lux-link { margin-top: 12px; }
.about-quote { padding: 76px 8vw 82px; background: var(--wine); color: #fff; }
.about-quote .eyebrow { color: #e3c9a1; }
.about-quote blockquote { max-width: 1120px; margin: 20px 0 0; font: 400 clamp(52px, 6.8vw, 104px)/.96 Georgia, serif; letter-spacing: -.045em; }
.about-quote blockquote em { color: #e3c9a1; font-weight: 400; }
.about-timeline { padding: 92px 7vw 100px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; background: var(--paper); }
.about-timeline-heading { align-self: start; position: sticky; top: 30px; }
.about-timeline-heading h2 { margin-top: 18px; font-size: clamp(50px, 5.5vw, 84px); }
.about-timeline-heading h2 em { color: var(--wine); }
.about-timeline ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c8bdad; }
.about-timeline li { padding: 27px 0; display: grid; grid-template-columns: 130px .9fr 1.1fr; gap: 24px; align-items: start; border-bottom: 1px solid #c8bdad; }
.about-timeline li > span { padding-top: 7px; color: var(--wine); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 700; }
.about-timeline li h3 { margin: 0; font: 400 clamp(25px, 2.3vw, 36px)/1.08 Georgia, serif; }
.about-timeline li p { margin: 3px 0 0; color: #655e56; font-size: 13px; line-height: 1.7; }
.about-story-split,
.about-world-split { display: grid; grid-template-columns: 1fr 1fr; }
.about-story-split figure,
.about-world-split figure { min-height: 660px; margin: 0; display: grid; place-items: center; overflow: hidden; background: #ded6ca; }
.about-story-split figure img,
.about-world-split figure img { width: 100%; height: 100%; max-height: 780px; object-fit: contain; }
.about-story-split > div,
.about-world-split > div { padding: 82px 7vw; align-self: stretch; display: flex; flex-direction: column; justify-content: center; background: var(--ivory); }
.about-story-split h2,
.about-world-split h2 { margin: 18px 0 30px; font-size: clamp(50px, 5.5vw, 82px); }
.about-story-split > div > p:not(.eyebrow),
.about-world-split > div > p:not(.eyebrow) { max-width: 570px; margin: 0 0 20px; color: #5f5850; font: 400 16px/1.8 Georgia, serif; }
.about-story-split .lux-link { margin-top: 14px; }
.about-world-split { background: var(--ink); color: #fff; }
.about-world-split > div { background: var(--ink); }
.about-world-split h2 em { color: #d8bc88; }
.about-world-split > div > p:not(.eyebrow) { color: #aaa195; }
.about-world-split > div > div { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 20px 30px; }
.about-world-split > div > div a { padding-bottom: 8px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid #817a72; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }
.about-world-split figure { background: #191715; }
.about-recognition { padding: 56px 6vw 62px; background: var(--ivory); }
.about-recognition > div { margin-top: 28px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #c8bdad; border-bottom: 1px solid #c8bdad; }
.about-recognition span { min-height: 82px; display: grid; place-items: center; color: #5f5850; font: 700 clamp(14px, 1.7vw, 22px)/1 Arial, sans-serif; letter-spacing: .08em; }
.about-recognition span + span { border-left: 1px solid #c8bdad; }

@media (max-width: 900px) {
  .about-origin { padding: 58px 22px 64px; grid-template-columns: 1fr; gap: 30px; }
  .about-quote { padding: 58px 22px 64px; }
  .about-timeline { padding: 64px 20px 70px; grid-template-columns: 1fr; gap: 42px; }
  .about-timeline-heading { position: static; }
  .about-timeline li { grid-template-columns: 90px 1fr; gap: 14px 18px; }
  .about-timeline li p { grid-column: 2; }
  .about-story-split,
  .about-world-split { grid-template-columns: 1fr; }
  .about-story-split figure,
  .about-world-split figure { min-height: 0; }
  .about-story-split figure img,
  .about-world-split figure img { height: auto; max-height: 680px; }
  .about-story-split > div,
  .about-world-split > div { padding: 60px 22px 66px; }
  .about-world-split > div { grid-row: 2; }
  .about-recognition { padding: 48px 20px 54px; }
  .about-recognition > div { grid-template-columns: 1fr; }
  .about-recognition span { min-height: 62px; }
  .about-recognition span + span { border-left: 0; border-top: 1px solid #c8bdad; }
}

@media (max-width: 560px) {
  .about-timeline li { grid-template-columns: 1fr; }
  .about-timeline li p { grid-column: 1; }
}

/* Mobile legibility and clearer commissioned-art hierarchy — 1.3.3 */
.own-car-question {
  margin: 0 0 16px;
  color: var(--wine);
  font: 400 clamp(24px, 2.2vw, 34px)/1.12 Georgia, "Times New Roman", serif;
  letter-spacing: -.02em;
}
.porsche-art-page .own-car-callout { padding-top: 72px; padding-bottom: 76px; }
.porsche-art-page .own-car-callout h2 { margin-top: 0; font-size: clamp(48px, 5.4vw, 82px); line-height: .96; }
.porsche-art-intro { padding-top: 76px; padding-bottom: 84px; }
.porsche-art-intro h2 { max-width: 920px; font-size: clamp(48px, 5.5vw, 82px); line-height: .96; }
.size-list span { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.size-list span b { font: inherit; }
.size-list span small { color: #766e64; font-size: 9px; letter-spacing: .11em; white-space: nowrap; }

@media (max-width: 900px) {
  .lux-hero-copy > .eyebrow.gold {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 9px 11px 8px;
    background: rgba(10, 9, 8, .80);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .18);
    color: #e2c37f;
    line-height: 1.55;
  }
  .porsche-art-page .own-car-callout { padding: 52px 22px 58px; }
  .porsche-art-page .own-car-callout h2 { font-size: clamp(44px, 13vw, 62px); }
  .own-car-question { font-size: 26px; }
  .porsche-art-intro { padding: 58px 22px 64px; }
  .porsche-art-intro h2 { font-size: clamp(44px, 12vw, 62px); }
}

@media (max-width: 560px) {
  .size-list span { align-items: flex-start; flex-direction: column; gap: 5px; }
}

/* 1.4.0 quality pass */
#why-dubai, #off-plan, #properties { scroll-margin-top: 110px; }

/* Real, interactive Luxury Travel filters */
.review-tools { justify-self: end; width: min(100%, 720px); display: grid; gap: 16px; justify-items: end; }
.review-filters button { padding: 10px 14px; border: 1px solid #c8bdad; border-radius: 30px; background: transparent; color: var(--ink); text-transform: uppercase; font: 700 8px/1 Arial, sans-serif; letter-spacing: .15em; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.review-filters button:hover, .review-filters button.is-active { border-color: var(--wine); background: var(--wine); color: #fff; }
.travel-search { width: min(100%, 430px); display: block; }
.travel-search input { width: 100%; min-height: 46px; padding: 11px 14px; border: 0; border-bottom: 1px solid #a99e90; border-radius: 0; background: transparent; color: var(--ink); font: 400 14px/1.4 Arial, sans-serif; }
.travel-search input:focus { outline: none; border-color: var(--wine); }
.review-visited { margin: -4px 0 16px !important; color: #8b8175 !important; text-transform: uppercase; letter-spacing: .13em; font-size: 8px !important; }
.reviews-grid [data-travel-card][hidden] { display: none !important; }
.travel-no-results { grid-column: 1 / -1; padding: 45px 0; text-align: center; color: #6a6259; font: 400 22px/1.4 Georgia, serif; }

/* Protected brochure library */
.brochure-locked-notice, .brochure-welcome { margin: 0 3vw 24px; padding: 18px 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: baseline; border: 1px solid #c8bdad; background: #f4eee5; }
.brochure-locked-notice strong, .brochure-welcome strong { font: 400 18px/1.3 Georgia, serif; }
.brochure-locked-notice span, .brochure-welcome span { color: #6c645b; font-size: 12px; line-height: 1.55; }
.brochure-welcome { background: #182019; border-color: #6f8872; color: #fff; }
.brochure-welcome span { color: #b7c9b9; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }

/* Modern legal pages */
.legal-page { background: var(--paper); }
.legal-hero { padding: 170px 8vw 90px; background: var(--ink); color: #fff; }
.legal-hero h1 { max-width: 920px; margin: 18px 0 28px; font: 400 clamp(62px, 8vw, 126px)/.88 Georgia, serif; letter-spacing: -.055em; }
.legal-hero h1 em { color: #d8bc88; font-weight: 400; }
.legal-hero > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #bdb5aa; font: 400 17px/1.75 Georgia, serif; }
.legal-hero > span { display: block; margin-top: 38px; color: #8f877e; text-transform: uppercase; letter-spacing: .15em; font-size: 8px; }
.legal-content { padding: 90px 7vw 110px; display: grid; grid-template-columns: 260px minmax(0, 860px); gap: 8vw; justify-content: center; align-items: start; }
.legal-content aside { position: sticky; top: 34px; display: grid; border-top: 1px solid #bdb1a2; }
.legal-content aside strong { padding: 17px 0; color: var(--wine); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.legal-content aside a { padding: 12px 0; border-top: 1px solid #d8cfc3; color: #665f57; font-size: 12px; }
.legal-content article > section { scroll-margin-top: 80px; padding: 0 0 55px; margin: 0 0 55px; border-bottom: 1px solid #c8bdad; }
.legal-content article > section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 10px 0 24px; font: 400 clamp(36px, 4vw, 58px)/1 Georgia, serif; letter-spacing: -.035em; }
.legal-content article p:not(.eyebrow) { margin: 0 0 18px; color: #5f5850; font: 400 15px/1.82 Georgia, serif; }
.legal-content article a { color: var(--wine); border-bottom: 1px solid #b99188; }
.legal-cookie-button { padding: 0; border: 0; border-bottom: 1px solid #b99188; background: transparent; color: var(--wine); font: inherit; cursor: pointer; }
.legal-note { padding: 38px 7vw; display: grid; grid-template-columns: 160px minmax(0, 900px); gap: 4vw; justify-content: center; background: #eee5d9; border-top: 1px solid #c8bdad; }
.legal-note strong { color: var(--wine); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.legal-note p { margin: 0; color: #655e56; font-size: 12px; line-height: 1.7; }

@media (max-width: 900px) {
  .review-tools { justify-self: stretch; justify-items: start; }
  .review-filters { justify-self: start; justify-content: flex-start; }
  .travel-search { width: 100%; }
  .brochure-locked-notice, .brochure-welcome { margin-right: 0; margin-left: 0; }
  .legal-hero { padding: 130px 22px 68px; }
  .legal-content { padding: 65px 22px 78px; grid-template-columns: 1fr; gap: 45px; }
  .legal-content aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .legal-content aside strong { grid-column: 1 / -1; }
  .legal-note { padding: 30px 22px; grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 560px) {
  .review-filters { gap: 7px; }
  .review-filters button { padding: 9px 11px; }
  .legal-hero h1 { font-size: clamp(56px, 18vw, 82px); }
  .legal-content aside { grid-template-columns: 1fr; }
}

/* 1.4.3 — Luxury Travel hero uses Tanja's Tiara Miramar photograph. */
.travel-page .page-hero-image {
  inset: 0;
  width: 100%;
}
.travel-page .page-hero-image img {
  object-fit: cover;
  object-position: center center;
}
.travel-page .page-hero-shade {
  background:
    linear-gradient(270deg, rgba(10,9,8,.88) 0%, rgba(10,9,8,.62) 42%, rgba(10,9,8,.08) 74%),
    linear-gradient(0deg, rgba(10,9,8,.56), transparent 58%);
}
.travel-page .page-hero-copy {
  margin-left: auto;
  width: min(900px, 58vw);
  padding-right: 7vw;
  padding-left: 4vw;
}

@media (max-width: 760px) {
  .travel-page .page-hero-image {
    inset: 0 0 auto;
    width: 100%;
    height: 56%;
    background: #0d0c0b;
  }
  .travel-page .page-hero-image img {
    object-fit: contain;
    object-position: center top;
  }
  .travel-page .page-hero-shade {
    background: linear-gradient(0deg, rgba(10,9,8,.96) 31%, rgba(10,9,8,.08) 78%);
  }
  .travel-page .page-hero-copy {
    margin-left: 0;
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* 1.4.4 — official developer marks taken from Tanja's supplied brochure. */
.dubai-network-heading h2 { max-width: 880px; }
