/*
Theme Name: New Look Hair Salon — Editable SEO Edition
Theme URI:
Author: New Look Hair Salon
Author URI:
Description: A custom, mobile-first WordPress theme for New Look Hair Salon featuring the salon’s own portfolio photography.
Version: 4.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: new-look-studio
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --nl-ink: #181414;
  --nl-ink-soft: #4c4441;
  --nl-paper: #f7f2ec;
  --nl-paper-deep: #eee4dc;
  --nl-white: #fffdf9;
  --nl-rose: #b96352;
  --nl-rose-deep: #914738;
  --nl-peach: #e7b9a5;
  --nl-sage: #a7ad9b;
  --nl-line: rgba(24, 20, 20, 0.16);
  --nl-shadow: 0 24px 60px rgba(44, 26, 20, 0.14);
  --nl-radius: 26px;
  --nl-container: 1180px;
  --nl-header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nl-ink);
  background: var(--nl-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--nl-white); background: var(--nl-rose); }

body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

.nl-container { width: min(calc(100% - 36px), var(--nl-container)); margin-inline: auto; }
.nl-section { padding: clamp(72px, 9vw, 132px) 0; }
.nl-section--tight { padding: clamp(52px, 7vw, 92px) 0; }
.nl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--nl-rose-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.nl-kicker::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.nl-display,
.nl-title,
.entry-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.nl-display { font-size: clamp(3.25rem, 7.2vw, 6.5rem); }
.nl-title { font-size: clamp(2.45rem, 5vw, 4.7rem); }
.nl-subtitle { margin: 22px 0 0; max-width: 640px; color: var(--nl-ink-soft); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.nl-eyebrow-line { width: 72px; height: 1px; background: var(--nl-line); }

.nl-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--nl-ink);
  color: var(--nl-white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.nl-button:hover, .nl-button:focus-visible { transform: translateY(-2px); background: var(--nl-rose-deep); }
.nl-button--light { color: var(--nl-ink); background: var(--nl-white); }
.nl-button--light:hover, .nl-button--light:focus-visible { color: var(--nl-white); background: var(--nl-rose); }
.nl-button--outline { color: var(--nl-ink); background: transparent; border-color: var(--nl-ink); }
.nl-button--outline:hover, .nl-button--outline:focus-visible { color: var(--nl-white); background: var(--nl-ink); }
.nl-button svg { width: 16px; height: 16px; flex: 0 0 auto; }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); background: #fff; border: 2px solid #000; }
.skip-link:focus { transform: none; }

.nl-topbar {
  position: relative;
  z-index: 52;
  padding: 8px 0;
  color: rgba(255,255,255,.84);
  background: var(--nl-ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  min-height: var(--nl-header);
  background: rgba(247, 242, 236, .93);
  border-bottom: 1px solid var(--nl-line);
  backdrop-filter: blur(16px);
}
.nl-header-inner { min-height: var(--nl-header); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { width: auto; max-height: 56px; }
.nl-brand { display: inline-flex; flex-direction: column; min-width: 154px; }
.nl-brand-main { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; letter-spacing: -.045em; line-height: 1; }
.nl-brand-sub { margin-top: 5px; font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nl-nav { justify-self: center; }
.nl-nav ul { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); margin: 0; padding: 0; list-style: none; }
.nl-nav a { position: relative; padding: 30px 0; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nl-nav a::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--nl-rose); transition: transform .25s ease; }
.nl-nav a:hover::after, .nl-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.nl-header-actions { display: flex; align-items: center; gap: 12px; }
.nl-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--nl-line); border-radius: 999px; background: transparent; cursor: pointer; }
.nl-menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--nl-ink); transition: transform .25s ease, opacity .25s ease; }
body.nl-menu-open .nl-menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
body.nl-menu-open .nl-menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

.nl-hero { position: relative; overflow: hidden; padding: clamp(56px, 7vw, 100px) 0 clamp(76px, 9vw, 124px); }
.nl-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  left: -120px;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 55%, rgba(231,185,165,.72), rgba(231,185,165,0) 68%);
}
.nl-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.nl-hero-copy { min-width: 0; }
.nl-hero-copy .nl-display { max-width: 760px; }
.nl-hero-copy .nl-display em { color: var(--nl-rose); font-weight: 400; }
.nl-hero-copy p { max-width: 610px; margin: 26px 0 0; color: var(--nl-ink-soft); font-size: clamp(1rem, 1.45vw, 1.2rem); }
.nl-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.nl-hero-note { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--nl-ink-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nl-hero-note::before { content: ""; width: 40px; height: 1px; background: var(--nl-rose); }
.nl-hero-visual { position: relative; display: grid; grid-template-columns: minmax(120px, .56fr) minmax(0, 1.44fr); align-items: end; gap: 18px; min-width: 0; }
.nl-hero-card { overflow: hidden; background: var(--nl-paper-deep); box-shadow: var(--nl-shadow); }
.nl-hero-card img { width: 100%; height: 100%; object-fit: cover; }
.nl-hero-card--small img { object-position: 50% 24%; }
.nl-hero-card--main img { object-position: 50% 35%; }
.nl-hero-card--small { aspect-ratio: .72; margin-bottom: 36px; border-radius: 100px 100px 20px 20px; }
.nl-hero-card--main { aspect-ratio: .78; border-radius: 190px 190px 28px 28px; }
.nl-hero-seal { position: absolute; top: 7%; right: -18px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: clamp(112px, 11vw, 148px); aspect-ratio: 1; padding: 16px 12px; overflow: hidden; border-radius: 50%; color: var(--nl-white); background: var(--nl-rose-deep); box-shadow: 0 16px 36px rgba(94,46,37,.22); text-align: center; transform: rotate(4deg); }
.nl-hero-seal-name { display: flex; flex-direction: column; align-items: center; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 400; letter-spacing: -.025em; line-height: .9; white-space: nowrap; }
.nl-hero-seal-name span { display: block; }
.nl-hero-seal small { display: block; max-width: 100%; margin-top: 10px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(.39rem, .62vw, .5rem); font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }

.nl-service-band { color: var(--nl-white); background: var(--nl-ink); }
.nl-service-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 50px; align-items: end; margin-bottom: 48px; }
.nl-service-head .nl-title { max-width: 620px; }
.nl-service-head p { margin: 0; color: rgba(255,255,255,.7); max-width: 560px; }
.nl-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); }
.nl-service-card { min-width: 0; padding: 34px 28px 18px 0; border-right: 1px solid rgba(255,255,255,.18); }
.nl-service-card + .nl-service-card { padding-left: 28px; }
.nl-service-card:last-child { border-right: 0; }
.nl-service-number { display: block; margin-bottom: 34px; color: var(--nl-peach); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-style: italic; }
.nl-service-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.nl-service-card p { margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: .92rem; }

.nl-story { position: relative; }
.nl-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.nl-story-visual { position: relative; min-width: 0; }
.nl-story-image { overflow: hidden; aspect-ratio: 1.03; border-radius: 28px 180px 28px 28px; background: var(--nl-paper-deep); }
.nl-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.nl-story-caption { position: absolute; right: -18px; bottom: 26px; width: min(74%, 380px); padding: 22px 24px; color: var(--nl-white); background: var(--nl-rose-deep); border-radius: 18px; box-shadow: var(--nl-shadow); }
.nl-story-caption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; line-height: 1.08; }
.nl-story-caption span { display: block; margin-top: 8px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
.nl-story-copy p { color: var(--nl-ink-soft); }
.nl-points { display: grid; gap: 18px; margin: 32px 0 0; padding: 0; list-style: none; }
.nl-points li { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: start; gap: 14px; }
.nl-point-icon { display: grid; width: 36px; aspect-ratio: 1; place-items: center; border: 1px solid var(--nl-line); border-radius: 50%; color: var(--nl-rose-deep); font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.nl-points strong { display: block; margin-bottom: 3px; }
.nl-points span { color: var(--nl-ink-soft); font-size: .92rem; }

.nl-gallery-preview { background: var(--nl-white); }
.nl-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.nl-section-head > div { min-width: 0; }
.nl-gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 18px; }
.nl-gallery-card { position: relative; overflow: hidden; min-height: 360px; border-radius: 22px; background: var(--nl-paper-deep); isolation: isolate; }
.nl-gallery-card:first-child { min-height: 590px; }
.nl-gallery-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.nl-gallery-card::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgba(20,15,14,.67), rgba(20,15,14,0) 56%); }
.nl-gallery-card:hover img { transform: scale(1.035); }
.nl-gallery-meta { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: white; }
.nl-gallery-meta span { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .76; }
.nl-gallery-meta h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 400; letter-spacing: -.03em; }
.nl-gallery-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }

.nl-proof { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--nl-paper-deep), var(--nl-paper)); }
.nl-proof::after { content: "NL"; position: absolute; right: -30px; bottom: -120px; color: rgba(185,99,82,.08); font-family: Georgia, "Times New Roman", serif; font-size: clamp(13rem, 32vw, 30rem); line-height: .7; pointer-events: none; }
.nl-proof-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(50px, 9vw, 120px); align-items: center; }
.nl-proof-stat { max-width: 340px; }
.nl-proof-stat strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 7rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.nl-proof-stat span { display: block; margin-top: 14px; color: var(--nl-ink-soft); }
.nl-quote { margin: 0; }
.nl-quote p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; line-height: 1.06; text-wrap: balance; }
.nl-quote footer { margin-top: 22px; color: var(--nl-rose-deep); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.nl-visit-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(42px, 7vw, 90px); align-items: stretch; }
.nl-visit-copy { display: flex; flex-direction: column; justify-content: center; }
.nl-contact-cards { display: grid; gap: 12px; margin-top: 32px; }
.nl-contact-card { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 20px; padding: 20px 0; border-top: 1px solid var(--nl-line); }
.nl-contact-card:last-child { border-bottom: 1px solid var(--nl-line); }
.nl-contact-card strong { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.nl-contact-card span, .nl-contact-card a { color: var(--nl-ink-soft); overflow-wrap: anywhere; }
.nl-visit-image { overflow: hidden; min-height: 560px; border-radius: 180px 28px 28px 28px; background: var(--nl-paper-deep); }
.nl-visit-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }

.nl-final-cta { padding: clamp(72px, 9vw, 126px) 0; color: var(--nl-white); background: var(--nl-rose-deep); }
.nl-final-cta-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: end; }
.nl-final-cta .nl-title { max-width: 820px; }
.nl-final-cta p { max-width: 650px; color: rgba(255,255,255,.76); }

.site-footer { color: var(--nl-white); background: var(--nl-ink); }
.nl-footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 52px; padding: 70px 0 48px; }
.nl-footer-brand .nl-brand-main { font-size: 2.45rem; }
.nl-footer-brand p { max-width: 420px; color: rgba(255,255,255,.6); }
.nl-footer-heading { margin: 0 0 16px; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nl-footer-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.67); }
.nl-footer-list a:hover { color: var(--nl-peach); }
.nl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .72rem; }

.nl-page-hero { padding: clamp(68px, 8vw, 112px) 0; color: var(--nl-white); background: var(--nl-ink); }
.nl-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); align-items: end; gap: 56px; }
.nl-page-hero .nl-kicker { color: var(--nl-peach); }
.nl-page-hero .nl-subtitle { color: rgba(255,255,255,.66); }
.nl-page-hero-art { overflow: hidden; aspect-ratio: 1.8; border-radius: 120px 18px 18px 18px; }
.nl-page-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }

.nl-gallery-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.nl-filter { min-height: 42px; padding: 9px 15px; border: 1px solid var(--nl-line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.nl-filter:hover, .nl-filter.is-active { color: var(--nl-white); background: var(--nl-ink); border-color: var(--nl-ink); }
.nl-work-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.nl-work-card { grid-column: span 4; min-width: 0; }
.nl-work-card.is-hidden { display: none; }
.nl-work-button { width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; text-align: left; }
.nl-work-image { position: relative; overflow: hidden; aspect-ratio: .78; border-radius: 20px; background: var(--nl-paper-deep); }
.nl-work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nl-work-button:hover .nl-work-image img { transform: scale(1.03); }
.nl-work-overlay { position: absolute; right: 12px; bottom: 12px; display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--nl-ink); background: rgba(255,255,255,.9); font-size: 1.2rem; }
.nl-work-meta { display: flex; justify-content: space-between; gap: 16px; padding: 13px 2px 0; }
.nl-work-meta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; font-weight: 400; letter-spacing: -.025em; }
.nl-work-meta span { flex: 0 0 auto; color: var(--nl-rose-deep); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.nl-lightbox { position: fixed; z-index: 9998; inset: 0; display: none; padding: 24px; align-items: center; justify-content: center; background: rgba(14,11,10,.93); }
.nl-lightbox.is-open { display: flex; }
.nl-lightbox-inner { position: relative; width: min(100%, 1040px); max-height: calc(100vh - 48px); }
.nl-lightbox img { width: 100%; max-height: calc(100vh - 48px); object-fit: contain; border-radius: 14px; }
.nl-lightbox-close { position: absolute; top: 12px; right: 12px; display: grid; width: 46px; aspect-ratio: 1; place-items: center; border: 0; border-radius: 50%; color: var(--nl-ink); background: rgba(255,255,255,.94); cursor: pointer; font-size: 1.35rem; }
body.nl-lightbox-open { overflow: hidden; }

.nl-content { width: min(calc(100% - 36px), 820px); margin-inline: auto; padding: 80px 0 110px; }
.nl-content .entry-title { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 36px; }
.nl-content h2, .nl-content h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.03em; line-height: 1.1; }
.nl-content img { border-radius: 18px; }
.nl-not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }

.nl-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.nl-reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  :root { --nl-header: 72px; }
  .nl-header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .nl-nav { position: absolute; z-index: 55; top: calc(100% + 1px); right: 0; left: 0; display: none; width: 100%; padding: 10px 18px 24px; background: var(--nl-paper); border-bottom: 1px solid var(--nl-line); box-shadow: 0 18px 30px rgba(40,28,24,.08); }
  body.nl-menu-open .nl-nav { display: block; }
  .nl-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .nl-nav a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--nl-line); }
  .nl-nav a::after { display: none; }
  .nl-menu-toggle { display: block; }
  .nl-header-actions .nl-button { display: none; }
  .nl-hero-grid { grid-template-columns: 1fr; }
  .nl-hero-copy { max-width: 760px; }
  .nl-hero-visual { width: min(100%, 720px); margin-inline: auto; }
  .nl-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nl-service-card:nth-child(2) { border-right: 0; }
  .nl-service-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .nl-service-card:nth-child(3) { padding-left: 0; }
  .nl-story-caption { right: 18px; }
  .nl-gallery-grid { grid-template-columns: 1.15fr .85fr; }
  .nl-gallery-stack:last-child { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .nl-gallery-stack:last-child .nl-gallery-card { min-height: 300px; }
  .nl-proof-grid { grid-template-columns: 1fr; gap: 42px; }
  .nl-proof-stat { max-width: 540px; }
  .nl-visit-grid { grid-template-columns: 1fr; }
  .nl-visit-image { min-height: 480px; }
  .nl-page-hero-grid { grid-template-columns: 1fr; }
  .nl-page-hero-art { max-width: 680px; }
  .nl-work-card, .nl-work-card:nth-child(n) { grid-column: span 6; }
  .nl-work-card:nth-child(n) .nl-work-image { aspect-ratio: .78; }
}

@media (max-width: 720px) {
  .nl-container { width: min(calc(100% - 28px), var(--nl-container)); }
  .nl-topbar { padding: 7px 14px; font-size: .62rem; letter-spacing: .09em; }
  .nl-brand-main { font-size: 1.4rem; }
  .nl-brand-sub { font-size: .54rem; }
  .nl-hero { padding-top: 46px; }
  .nl-hero-visual { grid-template-columns: .72fr 1.28fr; gap: 12px; }
  .nl-hero-card--small { margin-bottom: 24px; border-radius: 70px 70px 16px 16px; }
  .nl-hero-card--main { border-radius: 120px 120px 20px 20px; }
  .nl-hero-seal { right: -2px; width: 98px; padding: 12px 9px; transform: rotate(2deg); }
  .nl-hero-seal-name { font-size: 1.25rem; }
  .nl-hero-seal small { margin-top: 7px; font-size: .39rem; letter-spacing: .065em; }
  .nl-hero-actions { display: grid; grid-template-columns: 1fr; }
  .nl-button { width: 100%; }
  .nl-service-head { grid-template-columns: 1fr; gap: 20px; }
  .nl-service-grid { grid-template-columns: 1fr; }
  .nl-service-card, .nl-service-card + .nl-service-card { padding: 28px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .nl-service-card:first-child { border-top: 0; }
  .nl-service-number { margin-bottom: 16px; }
  .nl-story-grid { grid-template-columns: 1fr; }
  .nl-story-caption { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -38px auto 0; }
  .nl-section-head { display: block; }
  .nl-section-head .nl-button { margin-top: 24px; }
  .nl-gallery-grid { grid-template-columns: 1fr; }
  .nl-gallery-card, .nl-gallery-card:first-child { min-height: 420px; }
  .nl-gallery-stack, .nl-gallery-stack:last-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .nl-gallery-stack .nl-gallery-card, .nl-gallery-stack:last-child .nl-gallery-card { min-height: 360px; }
  .nl-proof::after { right: -70px; bottom: -40px; font-size: 15rem; }
  .nl-contact-card { grid-template-columns: 1fr; gap: 6px; }
  .nl-visit-image { min-height: 420px; border-radius: 110px 22px 22px 22px; }
  .nl-final-cta-inner { grid-template-columns: 1fr; }
  .nl-footer-main { grid-template-columns: 1fr; gap: 34px; }
  .nl-footer-bottom { flex-direction: column; }
  .nl-page-hero-art { aspect-ratio: 1.25; }
  .nl-work-card, .nl-work-card:nth-child(n) { grid-column: 1 / -1; }
  .nl-work-card:nth-child(n) .nl-work-image { aspect-ratio: .78; }
  .nl-work-meta { align-items: start; }
  .nl-lightbox { padding: 12px; }
}

@media (max-width: 420px) {
  .nl-display { font-size: clamp(2.85rem, 14vw, 3.6rem); }
  .nl-title { font-size: clamp(2.25rem, 12vw, 3rem); }
  .nl-hero-visual { grid-template-columns: .78fr 1.22fr; }
  .nl-hero-seal { top: 2%; right: 0; width: 92px; padding: 11px 8px; }
  .nl-hero-seal-name { font-size: 1.15rem; }
  .nl-hero-seal small { margin-top: 6px; font-size: .36rem; letter-spacing: .055em; }
  .nl-gallery-card, .nl-gallery-card:first-child { min-height: 350px; }
  .nl-gallery-stack .nl-gallery-card, .nl-gallery-stack:last-child .nl-gallery-card { min-height: 320px; }
}


/* SEO content sections */
.nl-local-seo { background: #f7f1eb; }
.nl-local-seo-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.nl-local-seo-copy p { max-width: 62ch; }
.nl-area-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.nl-area-list li { border: 1px solid rgba(45,34,29,.18); border-radius: 999px; padding: .65rem 1rem; background: rgba(255,255,255,.58); font-size: .91rem; }
.nl-faq-list { display: grid; gap: .8rem; }
.nl-faq-item { border-bottom: 1px solid rgba(45,34,29,.16); padding: 0 0 1rem; }
.nl-faq-item summary { cursor: pointer; font-family: var(--nl-serif); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.25; list-style: none; padding-right: 2rem; position: relative; }
.nl-faq-item summary::-webkit-details-marker { display:none; }
.nl-faq-item summary::after { content: '+'; position: absolute; right: 0; top: -.05rem; font-family: var(--nl-sans); font-weight: 400; }
.nl-faq-item[open] summary::after { content: '–'; }
.nl-faq-item p { margin: .8rem 0 0; max-width: 58ch; }
@media (max-width: 800px) { .nl-local-seo-grid { grid-template-columns: 1fr; gap: 2.25rem; } }

/* Editable Gutenberg page compatibility */
.nl-editable-page-content > * { margin-block-start: 0; margin-block-end: 0; }
.nl-editable-page-content .wp-block-group.nl-container { max-width: var(--nl-container); margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }
.nl-editable-page-content .wp-block-image { margin: 0; }
.nl-editable-page-content .wp-block-image img { display: block; }
.nl-editable-page-content .wp-block-button.nl-button .wp-block-button__link,
.nl-editable-page-content .wp-block-button.nl-button--outline .wp-block-button__link,
.nl-editable-page-content .wp-block-button.nl-button--light .wp-block-button__link { border-radius: 999px; }
.nl-editable-page-content .nl-hero-seal-location { max-width: 100%; margin: 9px 0 0; font-size: clamp(.42rem, .6vw, .52rem); font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.nl-editable-page-content .nl-story-caption p { margin: 0; }
.nl-editable-page-content .nl-story-caption p + p { margin-top: 8px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
.nl-editable-page-content .nl-gallery-card img { position: absolute; inset: 0; }
.nl-editable-page-content .nl-contact-card { margin: 0; }
.nl-editable-page-content .nl-contact-card strong,
.nl-editable-page-content .nl-contact-card span,
.nl-editable-page-content .nl-contact-card a { display: block; }

@media (max-width: 720px) {
  .nl-editable-page-content .nl-container { padding-left: 18px; padding-right: 18px; }
  .nl-editable-page-content .nl-hero-seal { right: 2px; top: 4%; width: 104px; padding: 12px 8px; }
  .nl-editable-page-content .nl-hero-seal-name { font-size: 1.25rem; }
  .nl-editable-page-content .nl-hero-seal-location { font-size: .36rem; letter-spacing: .075em; }
}

/* Keep the block editor readable and close to the front end. */
.editor-styles-wrapper { background: #f7f2ec; }
.editor-styles-wrapper .nl-container { max-width: 1180px; margin-left: auto; margin-right: auto; }
.editor-styles-wrapper .nl-hero-grid,
.editor-styles-wrapper .nl-story-grid,
.editor-styles-wrapper .nl-visit-grid,
.editor-styles-wrapper .nl-page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.editor-styles-wrapper .nl-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.editor-styles-wrapper .nl-gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.editor-styles-wrapper .nl-gallery-stack { display: grid; gap: 18px; }
.editor-styles-wrapper .nl-hero-seal { position: absolute; }
