@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-THIN.TTF") format("truetype"); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-EXTRALIGHT.TTF") format("truetype"); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-LIGHT.TTF") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-REGULAR.TTF") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-MEDIUM.TTF") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-SEMIBOLD.TTF") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-BOLD.TTF") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-EXTRABOLD.TTF") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("../fonts/DMSANS-BLACK.TTF") format("truetype"); font-weight: 900; font-style: normal; font-display: swap; }
@font-face {
  font-family: "Melodrame";
  src: url("../fonts/relationship-of-melodrame.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

:root {
  --wine: #4b181f;
  --wine-deep: #452621;
  --rose: #e7aebf;
  --rose-light: #fedbe2;
  --sky: #a1c5e5;
  --butter: #fff4c7;
  --brick: #922423;
  --paper: #f7f3e8;
  --ink: #4b181f;
  --muted: var(--wine-deep);
  --line: rgb(75 24 31 / .2);
  --gutter: clamp(24px, 6vw, 104px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 28px; background: var(--wine); }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--rose); color: var(--wine); }
button, a { touch-action: manipulation; }
a { color: inherit; }
button { font: inherit; }
button:not(:disabled), summary { cursor: pointer; }
a, button, summary { outline-offset: 6px; }
:focus-visible { outline: 2px solid currentColor; }
img { display: block; width: 100%; height: auto; }
figure, p { margin: 0; }
button[hidden] { display: none; }
h1, h2, h3 { margin: 0; font-weight: 500; }
em { font-family: "Melodrame", Georgia, serif; font-weight: 400; font-style: normal; }
.section-shell { padding-inline: var(--gutter); }
.eyebrow, .card-index, .hero-bottom, .service-footnote, .portrait-caption, .footer-bottom { font-family: "DM Sans", sans-serif; font-size: .75rem; line-height: 1.6; letter-spacing: .065em; }
.eyebrow { text-transform: uppercase; margin-bottom: 30px; }
h2 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: 1.1; letter-spacing: -.06em; }
h2 em { font-size: 1.2em; line-height: 1; letter-spacing: -.025em; }
p { font-size: 1rem; line-height: 1.8; }
.lead { font-size: clamp(1.2rem, 1.7vw, 1.5rem); line-height: 1.65; letter-spacing: -.025em; }
.skip-link { position: fixed; left: 24px; top: -100px; z-index: 20; padding: 14px 22px; background: var(--paper); color: var(--wine); border-radius: 30px; }
.skip-link:focus { top: 16px; }
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; background: var(--rose); z-index: 30; pointer-events: none; transform: scaleX(0); transform-origin: left; }

/* A personal, editorial opening. */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px var(--gutter); background: var(--wine); color: var(--paper); position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; font: 3rem/.9 "Melodrame", Georgia, serif; letter-spacing: -.045em; }
.brand span { font: .65rem/1 "DM Sans", sans-serif; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 56px); }
.main-nav a { font-size: .875rem; text-decoration: none; position: relative; }
.main-nav a:not(.nav-contact)::after { content: ""; height: 1px; position: absolute; inset: auto 0 -6px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-contact { border: 1px solid #e7aebf75; border-radius: 999px; padding: 12px 20px; transition: background .2s, color .2s; }
.nav-contact span { margin-left: 18px; }
.nav-contact:hover { background: var(--rose); color: var(--wine); }
.menu-toggle { display: none; color: inherit; background: none; border: 1px solid #e7aebf70; border-radius: 24px; min-height: 44px; padding: 8px 16px; }
.menu-toggle span { font-size: 1.25rem; margin-left: 10px; }
.hero { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; column-gap: 5%; color: var(--paper); background: var(--wine); padding-top: clamp(34px, 5.5vw, 90px); padding-bottom: 24px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 60px; }
.hero .eyebrow { color: var(--rose); }
h1 { font-size: clamp(3.3rem, 5.75vw, 6.15rem); font-weight: 500; line-height: 1.08; letter-spacing: -.065em; }
h1 em { display: inline-block; color: var(--rose); font-size: 1.45em; line-height: .85; letter-spacing: -.025em; margin: 8px 0 12px .08em; }
.hero-description { max-width: 350px; color: var(--rose-light); margin-top: 24px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 10px 12px 10px 26px; border-radius: 999px; text-decoration: none; font-size: .875rem; font-weight: 700; transition: transform .35s var(--ease), box-shadow .35s, background .3s; }
.button-cream { background: var(--butter); color: var(--wine); }
.button-wine { background: var(--wine); color: var(--paper); }
.button-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.3rem; line-height: 1; transition: transform .35s var(--ease); flex-shrink: 0; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgb(75 24 31 / 0.1255); }
.button:hover .button-icon { transform: rotate(45deg); }
.text-link { display: inline-flex; align-items: center; gap: 15px; text-underline-offset: 7px; text-decoration-thickness: 1px; font-size: .875rem; padding-block: 10px; }
.text-link span { display: inline-block; transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-visual { position: relative; align-self: center; padding: 0 6px 90px 0; margin: 0 0 20px; min-width: 0; }
.portrait-frame { position: relative; background: var(--rose); border: 9px solid var(--rose); transform: rotate(3deg) translateY(var(--parallax, 0px)); box-shadow: 5px 16px 48px rgb(75 24 31 / 0.2000); }
.hero-portrait { aspect-ratio: 4 / 4.65; object-fit: cover; object-position: 63% center; }
.portrait-caption { display: flex; align-items: center; justify-content: space-between; padding: 14px 14px 7px; color: var(--wine); letter-spacing: 0; line-height: 1.5; }
.portrait-monogram { font: 3.2rem/.8 "Melodrame", Georgia, serif; }
.portrait-note { position: absolute; left: -20px; bottom: 9px; color: var(--rose); font: 3.6rem/1.2 "Melodrame", Georgia, serif; transform: rotate(-8deg); }
.experience-note { position: absolute; top: -23px; right: -25px; display: flex; gap: 10px; align-items: center; padding: 14px 20px; color: var(--wine); background: var(--sky); transform: rotate(-5deg); box-shadow: 0 5px 20px rgb(75 24 31 / 0.0824); }
.experience-note strong { font: 3.3rem/.9 Georgia, serif; }
.experience-note span { font-size: .75rem; line-height: 1.5; }
.hero-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid #e7aebf35; padding-top: 22px; color: var(--rose); letter-spacing: 0; }
.hero-bottom a { text-decoration: none; }
.hero-bottom a span { margin-left: 12px; font-size: 1.15rem; }
.brand-band { overflow: hidden; padding: 24px 0 30px; background: var(--rose); color: var(--wine); }
.brand-band-track { display: flex; align-items: center; justify-content: center; width: max-content; min-width: 100%; gap: clamp(28px, 4vw, 62px); transform: translateX(var(--band-shift, 0px)); }
.brand-band span { font: clamp(2rem, 3.5vw, 4rem)/1 "Melodrame", Georgia, serif; white-space: nowrap; }
.brand-band i { font-style: normal; font-size: 1.4rem; }

/* Spacious stories alternate with more concise grids. */
.split-section { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(50px, 9vw, 150px); padding-block: clamp(90px, 10vw, 156px); }
.section-heading > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); }
.section-heading .button { margin-top: 32px; }
.section-copy > p + p { margin-top: 24px; color: var(--muted); }
.section-copy .lead { color: var(--ink); }
.recognition-list { list-style: none; padding: 0; margin: 35px 0; }
.recognition-list li { display: grid; grid-template-columns: 24px 1fr; gap: 20px; font-size: 1rem; line-height: 1.7; border-top: 1px solid var(--line); padding: 20px 0; }
.recognition-list li:last-child { border-bottom: 1px solid var(--line); }
.recognition-list span { font: .75rem/2 "DM Sans", sans-serif; color: var(--muted); }
.section-copy .editorial-note { color: var(--wine); font: 2.3rem/1.2 "Melodrame", Georgia, serif; transform: rotate(-3deg); margin-top: 30px; }
.services { padding-block: clamp(80px, 8vw, 120px); background: var(--rose-light); border-radius: 48px 48px 0 0; }
.services-heading { display: grid; grid-template-columns: 1.4fr 1fr; column-gap: 10%; align-items: end; }
.services-heading .eyebrow { grid-column: 1 / -1; }
.services-heading > p:last-child { max-width: 360px; color: var(--muted); padding-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 55px 0 30px; gap: 22px; }
.service-card { border: 1px solid #4b181f40; min-height: 370px; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 44px); transition: background .3s, transform .35s var(--ease); }
.service-card:nth-child(2) { background: var(--wine); color: var(--paper); }
.service-card h3 { margin: 38px 0 24px; font-size: clamp(1.8rem, 2.7vw, 2.8rem); letter-spacing: -.05em; line-height: 1.1; }
.service-card h3 em { font-size: 1.25em; }
.service-card p { font-size: 1rem; line-height: 1.7; }
.service-footnote { display: block; margin-top: auto; padding-top: 36px; letter-spacing: -.02em; }
.dark-link { color: var(--wine); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; padding-block: clamp(100px, 12vw, 180px); background: var(--wine); color: var(--paper); }
.about-visual { position: relative; padding-left: 14px; }
.about-photo { padding: 14px 14px 0; background: var(--paper); transform: rotate(-5deg); box-shadow: 0 10px 40px rgb(75 24 31 / 0.2510); }
.about-photo img { aspect-ratio: 4 / 4.4; object-fit: cover; object-position: 65% 50%; }
.about-photo figcaption { font: .75rem/1.5 "DM Sans", sans-serif; text-align: center; color: var(--wine); padding: 20px 4px; }
.about-signature { position: absolute; bottom: -45px; right: -36px; font: 3.6rem/1 "Melodrame", Georgia, serif; color: var(--rose); transform: rotate(-8deg); }
.about-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--rose-light); }
.about-copy .eyebrow { color: var(--rose); }
.about-copy h2 em { color: var(--rose); }
.about-copy .lead { margin-top: 32px; color: var(--paper); }
.about-copy .text-link { margin-top: 22px; }
.values { padding-block: clamp(85px, 9vw, 140px); background: var(--wine-deep); color: var(--paper); }
.values-heading { text-align: center; }
.values-heading .eyebrow { color: var(--rose); }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px; margin-top: 65px; }
.values-grid article { border-top: 1px solid #e7aebf60; padding-top: 22px; }
.values-grid .card-index { color: var(--rose); }
.values-grid h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.03em; margin: 22px 0 14px; }
.values-grid p { font-size: 1rem; color: var(--rose); line-height: 1.8; }
.process .section-heading { align-self: start; position: sticky; top: 60px; }
.process-list { border-bottom: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 46px 1fr; gap: 22px; border-top: 1px solid var(--line); padding-block: 27px; }
.step-number { font: 2rem/1.1 "Melodrame", Georgia, serif; color: var(--brick); }
.process-step h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 9px; letter-spacing: -.025em; }
.process-step p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.niches { background: var(--sky); text-align: center; padding-block: 85px; }
.niches > p:not(.eyebrow) { margin: 28px auto 30px; }
.niche-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; list-style: none; padding: 0; margin: 0 auto; max-width: 790px; }
.niche-list li { font-size: .875rem; border: 1px solid #4b181f50; padding: 12px 20px; border-radius: 100px; }
.faq-list { align-self: start; border-bottom: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; font-size: 1rem; font-weight: 600; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.4rem; font-weight: 400; transition: transform .3s var(--ease), background .3s; }
.faq-list details[open] summary > span { transform: rotate(45deg); background: var(--rose-light); }
.faq-answer { padding-bottom: 28px; padding-right: 25px; color: var(--muted); }
.faq-answer p { font-size: 1rem; }
.faq-answer .inline-link { display: inline-block; margin-top: 16px; }
.inline-link { text-underline-offset: 5px; color: var(--wine); }
.contact { text-align: center; color: var(--paper); background: var(--wine); padding-block: clamp(90px, 10vw, 160px); }
.contact .eyebrow { color: var(--rose); }
.contact h2 { font-size: clamp(3.4rem, 7vw, 7.5rem); }
.contact h2 em { color: var(--rose); }
.contact > p:not(.eyebrow) { margin-top: 32px; }
.contact .button { margin-top: 32px; }
.contact-note { display: block; font-size: .75rem; margin-top: 22px; color: var(--rose); }
.site-footer { padding-top: 0; padding-bottom: 35px; background: var(--wine); color: var(--ink); }
.footer-panel { background: var(--paper); border-radius: 20px; padding: clamp(26px, 4vw, 60px); }
.site-footer .brand { font-size: clamp(3.4rem, 5vw, 5rem); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-bottom: 45px; }
.footer-top > p { font-size: .875rem; line-height: 1.7; color: var(--muted); margin-right: auto; }
.footer-social { display: flex; gap: 28px; }
.footer-social a { font-size: .875rem; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 22px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: .75rem; letter-spacing: -.015em; }
.footer-bottom a { text-decoration: none; }
.motion-toggle { font-size: .75rem; line-height: 1.5; color: inherit; border: 1px solid var(--line); border-radius: 20px; padding: 8px 12px; background: transparent; min-height: 36px; }

/* Content is visible by default. Motion is a progressive enhancement. */
[data-reveal].reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity .75s var(--ease), transform .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].reveal-ready.is-visible { opacity: 1; transform: translateY(0); }
.service-card.reveal-ready { transition: opacity .75s var(--ease), transform .65s var(--ease), background .3s, color .3s; }
.faq-list details[open] .faq-answer { animation: answer-in .3s var(--ease) both; }
@keyframes answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover, .service-card.is-visible:hover { transform: translateY(-7px); background: var(--paper); color: var(--wine); }
  .service-card:nth-child(2):hover { background: var(--wine-deep); color: var(--paper); }
}

@media (min-width: 1700px) { :root { --gutter: max(104px, calc((100vw - 1480px) / 2)); } }
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1.1fr 1fr; column-gap: 6%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .experience-note { right: -15px; padding: 12px 14px; }
  .portrait-note { font-size: 3rem; left: -20px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 25px; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .footer-social { gap: 18px; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .site-header { padding-block: 22px; flex-wrap: wrap; gap: 22px; }
  .brand { font-size: 2.6rem; }
  .main-nav { gap: 18px; width: 100%; flex-wrap: wrap; }
  .main-nav a { font-size: .875rem; }
  .menu-toggle:not([hidden]) { display: block; }
  .menu-enabled .main-nav { display: none; }
  .menu-enabled .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 0; }
  .menu-enabled .main-nav a { padding: 15px 4px; border-bottom: 1px solid #e7aebf40; }
  .menu-enabled .main-nav .nav-contact { border-radius: 0; border-inline: 0; border-top: 0; }
  .hero { grid-template-columns: 1fr; padding-top: 32px; }
  h1 { font-size: clamp(3.15rem, 9.5vw, 5.4rem); }
  .hero-copy { padding-bottom: 52px; }
  .hero-description { max-width: 380px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 14px 24px; }
  .hero-visual { width: min(84%, 440px); justify-self: center; padding-bottom: 75px; margin-block: 6px 26px; }
  .hero-portrait { aspect-ratio: 4 / 4.2; }
  .portrait-note { left: -18px; bottom: 0; font-size: 3.2rem; }
  .experience-note { right: -28px; }
  .hero-bottom { align-items: flex-start; font-size: .75rem; }
  .hero-bottom > span { max-width: 180px; }
  .hero-bottom a { max-width: 165px; text-align: right; }
  .brand-band { padding-block: 24px; }
  .brand-band span { font-size: 2.5rem; }
  .brand-band-track { justify-content: flex-start; gap: 30px; }
  .split-section { grid-template-columns: 1fr; gap: 45px; padding-block: 80px; }
  h2 { font-size: clamp(2.7rem, 7vw, 4.2rem); }
  .eyebrow { margin-bottom: 24px; }
  .problem h2 br:nth-of-type(3) { display: none; }
  .section-copy { max-width: 560px; }
  .services { border-radius: 30px 30px 0 0; padding-block: 75px; }
  .services-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-heading .eyebrow { margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .service-card { min-height: 0; padding: 28px; }
  .service-card h3 { font-size: 2.3rem; margin-top: 24px; }
  .service-card h3 br { display: none; }
  .service-footnote { padding-top: 26px; }
  .about { grid-template-columns: 1fr; gap: 80px; padding-block: 95px 80px; }
  .about-visual { max-width: 410px; width: 88%; justify-self: center; padding-left: 0; }
  .about-signature { right: -12px; }
  .about-copy { max-width: 560px; }
  .values { padding-block: 75px; }
  .values-grid { margin-top: 40px; gap: 30px 24px; }
  .values-heading { text-align: left; }
  .process .section-heading { position: static; }
  .niches { padding-block: 75px; }
  .niche-list { gap: 8px; }
  .niche-list li { padding: 10px 15px; font-size: .875rem; }
  .faq-list summary { font-size: 1rem; }
  .contact h2 { font-size: clamp(3.2rem, 9vw, 5rem); }
  .contact .button { max-width: 100%; text-align: left; gap: 20px; }
  .footer-top { flex-wrap: wrap; gap: 24px; padding-bottom: 30px; }
  .footer-top > p { margin-right: 0; }
  .footer-social { width: 100%; gap: 24px; }
  .footer-bottom { gap: 20px; }
}
@media (max-width: 380px) {
  :root { --gutter: 20px; }
  h1 { font-size: 2.9rem; }
  .values-grid { grid-template-columns: 1fr; }
  .button { padding-left: 20px; gap: 18px; font-size: .875rem; }
  .hero-bottom { flex-direction: column; gap: 12px; }
  .hero-bottom > span, .hero-bottom a { max-width: none; text-align: left; }
  .experience-note { right: -18px; }
  .experience-note span { font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal].reveal-ready { opacity: 1; transform: none; }
  .portrait-frame { transform: rotate(3deg); }
  .brand-band-track { transform: none; }
}
html[data-motion="reduced"] { scroll-behavior: auto; }
html[data-motion="reduced"] *, html[data-motion="reduced"] *::before, html[data-motion="reduced"] *::after { animation: none !important; transition: none !important; }
html[data-motion="reduced"] [data-reveal].reveal-ready { opacity: 1; transform: none; }
html[data-motion="reduced"] .portrait-frame { transform: rotate(3deg); }
html[data-motion="reduced"] .brand-band-track { transform: none; }
