/* gritpowerlifting.com stylesheet, build 2 (2026-09-08): the ruled direction = inverted lockup over a full-bleed hero photo, editorial sections. Merged from the v3 base and the v5 overrides. */
/* gritpowerlifting.com, look v3 (2026-09-08): editorial sport direction. Dark photo hero with a hairline grid,
   light-weight sentence-case headline low on the image, micro-labels, outlined buttons, offset text columns,
   portrait + statement block, slim closing band. Reference: LAIN "Loire" (Dribbble 27673404).
   Palette and fonts per brand-book §3/§4. Deviation to rule on: display type here is Archivo 300 sentence case,
   not Archivo Black uppercase (§4). Photo slots are framed placeholders until real, permitted photos exist (§6). */
@font-face{font-family:"Archivo";src:url("fonts/Archivo-var.woff2") format("woff2");font-weight:100 900;font-stretch:62% 125%;font-style:normal;font-display:swap}
@font-face{font-family:"Archivo Black";src:url("fonts/ArchivoBlack.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}

:root{
  color-scheme:light;
  --iron:#25282A;--ash:#B2B4B2;--black:#000000;--white:#FFFFFF;--gunmetal:#4F758B;--hairline:#E8E8E8;
  --rule-dark:rgba(178,180,178,.22);--rule-light:#E8E8E8;
  --font-display:Archivo,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-body:Archivo,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --page-max:1200px;--gutter:clamp(1.25rem,4vw,3rem);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--white);color:var(--iron);font:400 .95rem/1.6 var(--font-body);font-stretch:100%}
img,svg{display:block;max-width:100%}
a{color:inherit}
p,ul{margin:0}
h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:300;letter-spacing:-.01em;line-height:1.1}
.wrap{width:min(100% - 2*var(--gutter),var(--page-max));margin-inline:auto;position:relative}
.skip{position:absolute;left:-999px;top:0;z-index:20;background:var(--white);color:var(--iron);padding:.5rem 1rem}
.skip:focus{left:1rem;top:1rem}

/* Micro labels: the editorial captions. Ash on dark, Gunmetal on light. */
.micro{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1.3}
.on-dark .micro{color:var(--ash)}
.on-light .micro{color:var(--gunmetal)}
.micro::before{content:"";display:inline-block;width:5px;height:5px;border:1px solid currentColor;margin-right:.6em;vertical-align:middle;transform:translateY(-1px)}

/* Hairline grid over dark sections: four column rules. */
.grid-lines{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,var(--rule-dark) 1px,transparent 1px);background-size:25% 100%;background-position:0 0}
.on-light .grid-lines{background-image:linear-gradient(to right,var(--rule-light) 1px,transparent 1px)}

/* Buttons: outlined by default, one filled Gunmetal CTA where the booking happens. */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.25rem;border:1px solid currentColor;border-radius:2px;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;background:transparent;color:inherit}
.btn:hover{text-decoration:underline;text-underline-offset:.3em}
.btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.btn--fill{background:var(--gunmetal);border-color:var(--gunmetal);color:var(--white)}
.on-dark .btn{color:var(--white);border-color:var(--ash)}
.on-dark .btn--fill{border-color:var(--gunmetal)}

/* Photo slots: framed, hairline, a label. Replace with <img class="ph-img"> when a permitted photo exists. */
.ph{position:relative;background:var(--black);border:1px solid var(--rule-dark);overflow:hidden}
.on-light .ph{background:var(--iron);border-color:var(--rule-light)}
.ph .micro{position:absolute;left:.9rem;bottom:.8rem;color:var(--ash)}
.ph img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.04)}

/* HERO */
.hero{position:relative;background:var(--iron);color:var(--white);min-height:min(92vh,900px);display:flex;flex-direction:column}
.hero .photo{position:absolute;inset:0;background:var(--iron)}
.hero .photo .slot{position:absolute;right:var(--gutter);top:6.5rem;color:var(--ash)}
.hero .photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05) brightness(.7)}
.hero .wrap{display:flex;flex-direction:column;flex:1}
.nav{display:flex;justify-content:space-between;align-items:center;padding-block:1.4rem;border-bottom:1px solid var(--rule-dark)}
.nav .lockup{width:88px;height:auto}
.nav ul{list-style:none;padding:0;display:flex;gap:1.75rem}
.nav a{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--ash);display:inline-flex;align-items:center;min-height:44px}
.nav a:hover{color:var(--white);text-decoration:underline;text-underline-offset:.3em}
.hero .labels{display:flex;flex-wrap:wrap;gap:.75rem 3rem;padding-block:1.25rem}
.hero .body{margin-top:auto;padding-block:clamp(2rem,6vw,4rem) clamp(1.5rem,3vw,2.5rem)}
.hero h1{font-size:clamp(2.4rem,6.2vw,5rem);max-width:14ch;font-weight:300}
.hero .row{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:end;border-top:1px solid var(--rule-dark);padding-top:1.5rem;margin-top:clamp(1.5rem,4vw,2.5rem)}
@media(min-width:900px){.hero .row{grid-template-columns:1.2fr 1fr 1.2fr}}
.hero .thumbs{display:none;gap:.75rem}
@media(min-width:900px){.hero .thumbs{display:flex}}
.hero .thumbs .ph{width:110px;aspect-ratio:4/3}
.hero .lead{max-width:34ch;color:var(--ash);font-size:.85rem}
.hero .actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}
@media(min-width:900px){.hero .actions{justify-content:flex-end}}

/* Editorial two-column sections: label column left, content right. */
.ed{padding-block:clamp(4rem,9vw,7rem)}
.ed .wrap{display:grid;gap:2rem}
@media(min-width:900px){.ed .wrap{grid-template-columns:1fr 2fr;column-gap:4rem}}
.ed .label{padding-top:.4rem}
@media(min-width:900px){.ed .label{border-right:1px solid var(--rule-light);padding-right:2rem}}
.ed h2{font-size:clamp(1.75rem,3.2vw,2.6rem);max-width:20ch;margin-bottom:1.5rem}
.ed .cols{display:grid;gap:2rem;margin-top:2rem}
@media(min-width:700px){.ed .cols{grid-template-columns:1fr 1fr;gap:3rem}}
.ed h3{font-size:.95rem;font-weight:600;letter-spacing:0;margin-bottom:.75rem}
.ed ul{padding-left:0;list-style:none}
.ed li{padding:.7rem 0;border-top:1px solid var(--rule-light)}
.ed li:last-child{border-bottom:1px solid var(--rule-light)}

/* Dark photo band with three pillars. */
.band{position:relative;background:var(--iron);color:var(--white);padding-block:clamp(3rem,7vw,5rem)}
.band .frame{display:grid;gap:1.5rem}
@media(min-width:900px){.band .frame{grid-template-columns:1.1fr 1fr;align-items:end}}
.band .ph{aspect-ratio:16/10}
.band .pillars{display:grid;gap:0}
@media(min-width:900px){.band .pillars{grid-template-columns:1fr 1fr 1fr}}
.band .pillars div{padding:1.25rem 0 1.25rem 1rem;border-left:1px solid var(--rule-dark)}
.band .pillars p{font-size:.85rem;color:var(--ash);margin-top:.5rem;max-width:22ch}

/* Portrait + statement: the booking block. */
.state{padding-block:clamp(4rem,9vw,7rem);background:var(--white)}
.state .wrap{display:grid;gap:2.5rem}
@media(min-width:900px){.state .wrap{grid-template-columns:2fr 3fr;column-gap:4rem;align-items:start}}
.state .ph{aspect-ratio:4/5}
.state h2{font-size:clamp(1.9rem,3.6vw,3rem);max-width:16ch}
.state .stats{display:grid;grid-template-columns:repeat(3,1fr);margin:1.75rem 0;border-top:1px solid var(--rule-light);border-bottom:1px solid var(--rule-light)}
.state .stats div{padding:1rem .5rem 1rem 0}
.state .stats div+div{border-left:1px solid var(--rule-light);padding-left:1rem}
.state .stats strong{display:block;font-weight:600;font-size:1.05rem}
.state .stats span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gunmetal)}
.state .stack>*+*{margin-top:1rem}
.state .actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}
.state .caption{font-size:.78rem;margin-top:.9rem;color:var(--iron)}

/* Socials: two rows. */
.socials{padding-block:0 clamp(4rem,9vw,7rem)}
.socials .wrap{display:grid;gap:2rem}
@media(min-width:900px){.socials .wrap{grid-template-columns:1fr 2fr;column-gap:4rem}}
.socials ul{list-style:none;padding:0}
.socials li a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--rule-light);text-decoration:none;min-height:44px;align-items:baseline}
.socials li:last-child a{border-bottom:1px solid var(--rule-light)}
.socials .handle{font-weight:600}
.socials .desc{font-size:.85rem;text-align:right}
.socials a:hover .handle{text-decoration:underline;text-underline-offset:.2em}

/* Closing band + footer. */
.close{position:relative;background:var(--iron);color:var(--white);padding-block:clamp(3.5rem,8vw,6rem)}
.close .wrap{display:grid;gap:2rem}
@media(min-width:900px){.close .wrap{grid-template-columns:1fr 1fr;align-items:end}}
.close h2{font-size:clamp(1.9rem,3.6vw,3rem);max-width:14ch}
.close .right{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}
@media(min-width:900px){.close .right{align-items:flex-end}}
.footer{background:var(--iron);color:var(--ash);border-top:1px solid var(--rule-dark);padding-block:1.5rem}
.footer .wrap{display:flex;flex-wrap:wrap;gap:.75rem 2.5rem;justify-content:space-between;align-items:baseline;font-size:.75rem}
.footer .seal{font-family:"Archivo Black",Archivo,"Arial Black",sans-serif;text-transform:uppercase;font-size:.85rem;color:var(--ash)}
.footer .legal{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}
.footer a{color:var(--ash);text-underline-offset:.2em}

/* spacing that used to be inline */
.state .micro + h2{margin-top:.75rem}
.socials h2{font-size:1.4rem;margin-bottom:1rem}

/* v5 (2026-09-08): the inverted lockup overlaid on the full-bleed hero photo; labels + links in the hero's top row. Loads after site-v3.css. */
.hero{min-height:0}
.hero .top{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;flex-wrap:wrap;padding-block:1rem;border-bottom:1px solid var(--rule-dark)}
.hero .top .labels{display:flex;flex-wrap:wrap;gap:.5rem 2.5rem}
.hero .top nav{display:flex;gap:1.75rem}
.hero .top nav a{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--ash);min-height:44px;display:inline-flex;align-items:center}
.hero .top nav a:hover{color:var(--white);text-decoration:underline;text-underline-offset:.3em}
.hero .top nav a:focus-visible{outline:2px solid var(--ash);outline-offset:3px}
.hero .mark{padding-block:clamp(1.5rem,4vw,3.5rem) clamp(.5rem,2vw,1.5rem)}
.hero .mark a{display:block}
.hero .mark img{width:100%;height:auto}
.hero .body{margin-top:0;padding-top:clamp(2rem,5vw,4rem)}
.hero .photo img{filter:grayscale(1) contrast(1.05) brightness(.55)}
.hero .photo .slot{top:auto;bottom:1rem;right:var(--gutter)}

/* slot label: room under the buttons on desktop, hidden on phone */
.hero .body{padding-bottom:3.25rem}
@media(max-width:899px){.hero .photo .slot{display:none}}

/* test photo framing: keep the lifter in frame under the lockup */

/* Secondary pages (privacy, 404): slim dark bar, then an editorial column. */
.bar{background:var(--iron);color:var(--white);border-bottom:1px solid var(--rule-dark)}
.bar .wrap{display:flex;justify-content:space-between;align-items:center;padding-block:1rem}
.bar .lockup{width:88px;height:auto}
.bar a.back{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--ash);min-height:44px;display:inline-flex;align-items:center}
.bar a.back:hover{color:var(--white);text-decoration:underline;text-underline-offset:.3em}
.prose h3{font-size:.95rem;font-weight:600;letter-spacing:0;margin:1.75rem 0 .4rem}
.prose p{max-width:64ch}
.prose p+p{margin-top:.75rem}
.err{min-height:70vh;display:flex;align-items:center}
.err .body{padding-block:clamp(3rem,8vw,6rem)}
.err h1{font-size:clamp(2rem,5vw,3.75rem);font-weight:300;max-width:18ch;line-height:1.1}
.err .lead{color:var(--ash);margin-top:1rem;max-width:40ch}
.err .actions{margin-top:1.75rem}

/* Socials inside the dark band (replaced the pillars on 2026-09-08). */
.band .socials .micro{display:block;margin-bottom:.6rem}
.band .socials h2{font-size:1.4rem;margin-bottom:1rem;color:var(--white)}
.band .socials ul{list-style:none;padding:0}
.band .socials li a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--rule-dark);text-decoration:none;color:var(--white);min-height:44px;align-items:baseline}
.band .socials li:last-child a{border-bottom:1px solid var(--rule-dark)}
.band .socials .handle{font-weight:600}
.band .socials .desc{font-size:.85rem;text-align:right;color:var(--ash)}
.band .socials a:hover .handle{text-decoration:underline;text-underline-offset:.2em}
.band .socials a:focus-visible{outline:2px solid var(--ash);outline-offset:2px}

/* hero photo framing (Nolle crop, subject right third) */
.hero .photo img{object-position:center 18%}

/* 2026-09-08 14:50: thumbnails removed; two-source hero photo (desktop crop / mobile crop) */
.hero .photo picture{display:contents}
@media(min-width:900px){.hero .row{grid-template-columns:1fr auto}}
@media(max-width:899px){.hero .photo img{object-position:57% 50%}}

/* 2026-09-08 15:15: "Before you book" sits above the heading on desktop too; one column, capped width */
@media(min-width:900px){
  #who .wrap{grid-template-columns:1fr;row-gap:.75rem}
  #who .label{border-right:0;padding-right:0;padding-top:0}
  #who h2{margin-bottom:1rem}
  #who .cols{max-width:960px}
}

/* 2026-09-08 15:35 (ruled by Nicolas): hero headline in Archivo Black, uppercase, per brand book §4 */
.hero h1{font-family:"Archivo Black",Archivo,"Arial Black",sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:0;font-size:clamp(1.9rem,4.4vw,3.4rem);line-height:1.08;max-width:16ch}
