:root {
  --ink: #111310;
  --ink-soft: #191c18;
  --paper: #f3f4ed;
  --paper-bright: #fbfcf6;
  --accent: #c7ff3d;
  --accent-deep: #9ad80e;
  --muted: #a4aa9d;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(17, 19, 16, 0.18);
  --display: "Oswald", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: var(--accent);
  color: var(--ink);
  padding: .75rem 1rem;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.scrolled {
  height: 70px;
  background: rgba(17, 19, 16, .92);
  border-color: var(--line-dark);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  aspect-ratio: 1;
  background: var(--accent);
  color: var(--ink);
  font: 700 1rem/1 var(--display);
  transform: skew(-7deg);
}
.brand-copy { font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.brand-copy small { display: block; margin-top: .25rem; color: var(--muted); font-size: .69rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta) { color: #dfe3da; }
.site-nav a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { padding: .7rem 1rem; border: 1px solid var(--accent); color: var(--accent); }
.menu-toggle { display: none; }

.section-dark { background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.section-accent { background: var(--accent); color: var(--ink); }

.hero { min-height: 100vh; padding: 10.25rem max(1.25rem, calc((100vw - var(--max)) / 2)) 2rem; }
.hero-grid { min-height: calc(100vh - 13rem); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.5rem; color: #d7dbd1; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 2rem; height: 2px; background: var(--accent); }
.eyebrow-dark { color: #4d524a; }
.eyebrow-dark span { background: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 900px; margin-bottom: 1.5rem; font-size: clamp(3.6rem, 5.8vw, 5.8rem); line-height: .92; letter-spacing: -.045em; }
h1 em { color: var(--accent); font-style: normal; }
.hero-intro { max-width: 660px; color: #c7ccc1; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.7rem; min-height: 3.5rem; padding: .8rem 1rem .8rem 1.25rem; border: 1px solid transparent; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #d4ff67; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-outline-dark { border-color: var(--ink); color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: var(--paper); }
.text-link { color: #e5e8e0; font-size: .95rem; font-weight: 600; text-underline-offset: .35rem; }
.external-arrow {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -.12em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.hero-visual { position: relative; min-height: 560px; border: 1px solid var(--line-dark); overflow: hidden; background: var(--ink-soft); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 49% center; filter: saturate(.82) contrast(1.05); }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,19,16,.06) 20%, rgba(17,19,16,.86) 100%), linear-gradient(90deg, rgba(17,19,16,.45), transparent 50%); }
.visual-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 20% 20%; opacity: .16; }
.visual-stat { position: absolute; display: flex; align-items: baseline; gap: .7rem; z-index: 2; }
.visual-stat strong { color: var(--accent); font: 700 clamp(2.2rem, 5vw, 4.6rem)/1 var(--display); }
.visual-stat span { color: #d8ddd3; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-stat-a { top: 12%; left: 9%; }
.visual-stat-b { top: 42%; right: 8%; }
.visual-stat-c { bottom: 13%; left: 12%; }
.visual-caption { position: absolute; right: 2rem; bottom: 1.5rem; width: 11rem; color: #e6e9e1; font-size: .85rem; line-height: 1.45; text-align: right; }
.hero-footer { display: flex; align-items: center; justify-content: center; gap: 1rem; color: #9ca195; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-footer i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.services, .method, .about, .testimonials, .pricing, .studio, .cta-section { padding: clamp(5rem, 10vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .method h2, .cta-section h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.035em; }
.section-heading > p:last-child { margin-bottom: .35rem; color: #4e544b; }
.service-list { border-top: 1px solid var(--line-light); }
.service-card { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; gap: 2rem; align-items: start; padding: 2.2rem 0; border-bottom: 1px solid var(--line-light); }
.service-index { font: 600 1.1rem/1 var(--display); color: #636960; }
.service-card h3 { margin-bottom: .6rem; font-size: clamp(1.6rem, 2.8vw, 2.5rem); letter-spacing: -.02em; }
.service-card p { max-width: 700px; margin-bottom: 0; color: #50554e; }
.service-tag { align-self: center; padding: .35rem .65rem; border: 1px solid var(--line-light); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }

.manifesto { overflow: hidden; padding: 4rem max(1.25rem, calc((100vw - var(--max)) / 2)) 6rem; }
.manifesto-track { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin: 0 -15vw 4rem; white-space: nowrap; font: 700 clamp(3rem, 7vw, 6.5rem)/1 var(--display); text-transform: uppercase; }
.manifesto-track i { width: .9rem; height: .9rem; background: var(--ink); transform: rotate(45deg); }
blockquote { max-width: 920px; margin: 0 auto; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 600; line-height: 1.35; text-align: center; letter-spacing: -.025em; }

.method { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 9vw, 9rem); }
.method-intro { position: sticky; top: 8rem; align-self: start; }
.method-intro > p:last-child { max-width: 520px; margin-top: 1.8rem; color: #afb5aa; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.method-steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line-dark); }
.method-steps li > span { color: var(--accent); font: 600 1rem/1 var(--display); }
.method-steps h3 { margin-bottom: .7rem; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.method-steps p { margin-bottom: 0; color: #aeb4a9; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; border-bottom: 1px solid var(--line-light); }
.about-portrait { position: relative; margin: 0; }
.about-portrait img { width: 100%; max-height: 690px; object-fit: cover; object-position: center top; filter: saturate(.8) contrast(1.04); }
.about-portrait > p { position: absolute; right: -1.5rem; bottom: 1.5rem; margin: 0; padding: 1rem 1.2rem; background: var(--accent); color: var(--ink); box-shadow: 0 12px 32px rgba(17,19,16,.18); }
.about-portrait strong, .about-portrait span { display: block; }
.about-portrait strong { font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.about-portrait span { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.about-copy > p { max-width: 680px; color: #4f554c; font-size: 1.1rem; }
.about-copy .about-highlight { margin-top: 2rem; padding-left: 1.2rem; border-left: 3px solid var(--accent-deep); color: var(--ink); font-weight: 700; }
.credential-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2rem 0 0; padding: 1px; background: var(--line-light); list-style: none; }
.credential-list li { padding: 1rem; background: var(--paper-bright); }
.credential-list strong, .credential-list span { display: block; }
.credential-list strong { font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; }
.credential-list span { margin-top: .25rem; color: #656b62; font-size: .76rem; line-height: 1.35; }
.testimonials { padding-top: 5rem; padding-bottom: 5rem; }
.section-heading.compact { margin-bottom: 3rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--line-light); }
.testimonial-card { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; margin: 0; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--paper-bright); }
.testimonial-card.featured { background: var(--accent); }
.testimonial-card blockquote { margin: 0 0 2rem; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.35; text-align: left; }
.testimonial-card figcaption strong, .testimonial-card figcaption span { display: block; }
.testimonial-card figcaption strong { font-family: var(--display); font-size: 1.1rem; text-transform: uppercase; }
.testimonial-card figcaption span { margin-top: .25rem; color: #62685f; font-size: .78rem; line-height: 1.4; }

.pricing .section-heading > p:last-child { color: #aeb4a9; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price-card { display: flex; min-height: 530px; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.3rem); border: 1px solid var(--line-dark); background: var(--ink-soft); }
.price-card-accent { background: var(--accent); color: var(--ink); }
.price-kicker { margin-bottom: 1.4rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card-accent .price-kicker { color: #40510f; }
.price-card h3 { min-height: 4.5rem; margin-bottom: 1.5rem; font-size: clamp(1.7rem, 2.6vw, 2.35rem); line-height: 1.05; }
.price { display: flex; align-items: baseline; gap: .5rem; margin-bottom: 1.5rem; }
.price strong { font: 700 clamp(2.6rem, 5vw, 4.2rem)/1 var(--display); }
.price span { color: var(--muted); font-size: .85rem; }
.price-card-accent .price span { color: #40510f; }
.price-card ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.price-card li { padding: .7rem 0; border-top: 1px solid var(--line-dark); color: #c2c7bd; }
.price-card-accent li { border-color: rgba(17,19,16,.22); color: var(--ink); }
.price-card .text-link { align-self: flex-start; margin-top: auto; }
.dark-link { color: var(--ink); }

.studio { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 8rem); align-items: center; }
.studio-photo { position: relative; min-height: 620px; overflow: hidden; }
.studio-photo::after { content: "Toulouse centre"; position: absolute; right: 0; bottom: 0; padding: .8rem 1rem; background: var(--accent); color: var(--ink); font: 700 .8rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.studio-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.studio-copy h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.035em; }
.studio-copy > p { max-width: 580px; color: #4f554c; }
.studio-copy address { margin: 2rem 0 1rem; padding-left: 1.2rem; border-left: 3px solid var(--accent-deep); font-style: normal; }
.studio-copy address strong { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.studio-copy .access-note { font-size: .85rem; }
.studio-copy .button { margin-top: 1.5rem; }

.cta-section { display: grid; grid-template-columns: 1.5fr auto; gap: 3rem; align-items: center; }
.cta-section h2 { margin-bottom: 1rem; font-size: clamp(3.5rem, 7vw, 6.5rem); }
.cta-section p { max-width: 650px; margin-bottom: 0; }
.cta-section .button { min-width: 300px; }
.booking-note { grid-column: 2; font-size: .8rem; text-align: right; opacity: .7; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: 2rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--ink); color: #9ca195; font-size: .78rem; }
.footer-brand { color: var(--paper); }
footer p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (max-width: 900px) {
  html { scroll-padding-top: 84px; }
  .site-header { height: 72px; }
  .menu-toggle { display: grid; place-content: center; gap: .4rem; width: 3rem; height: 3rem; border: 0; background: transparent; color: white; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 1.65rem; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 72px 0 auto; display: none; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.4rem; background: rgba(17,19,16,.98); border-bottom: 1px solid var(--line-dark); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: .8rem 0; }
  .nav-cta { margin-top: .5rem; padding-inline: .8rem !important; text-align: center; }
  .hero { min-height: auto; padding-top: 10.75rem; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { min-height: 420px; }
  .hero-footer { margin-top: 3rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading h2 { max-width: 700px; }
  .method, .about { grid-template-columns: 1fr; }
  .about-portrait { max-width: 560px; }
  .about-portrait > p { right: 1rem; }
  .method-intro { position: static; }
  .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .studio { grid-template-columns: 1fr; }
  .studio-photo { min-height: 520px; }
  .cta-section { grid-template-columns: 1fr; }
  .booking-note { grid-column: 1; text-align: left; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:first-of-type { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 620px) {
  .brand-copy { font-size: .9rem; }
  .hero { padding-top: 7.5rem; }
  h1 { font-size: clamp(2.85rem, 12.5vw, 3.35rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 350px; }
  .visual-stat-b { top: 40%; }
  .visual-caption { right: 1rem; bottom: 1rem; }
  .hero-footer { gap: .5rem; font-size: .62rem; }
  .hero-footer i { display: none; }
  .hero-footer span:not(:last-child)::after { content: " · "; }
  .service-card { grid-template-columns: 2.2rem 1fr; gap: 1rem; }
  .service-tag { grid-column: 2; justify-self: start; }
  .manifesto { padding-top: 3rem; padding-bottom: 4rem; }
  .manifesto-track { margin-bottom: 3rem; }
  .method-steps li { grid-template-columns: 2.2rem 1fr; gap: .8rem; }
  .section-heading.compact { display: block; }
  .section-heading.compact h2 { margin-bottom: 1rem; }
  .credential-list { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 280px; }
  .studio-photo { min-height: 430px; }
  .cta-section .button { min-width: 0; width: 100%; }
  footer { grid-template-columns: 1fr; }
  footer > p:first-of-type { grid-column: auto; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
