/*
Theme Name: Nati Nails Art
Theme URI: https://natinailsart.pl/
Author: Nati Nails Art
Description: Autorski, responsywny motyw dla mobilnej stylistki paznokci z Baranowa.
Version: 0.10.5
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: nati-nails-art
*/

:root {
  --cream: #f8f2eb;
  --paper: #fffdf9;
  --blush: #ead7d3;
  --wine: #6d202d;
  --wine-dark: #45131b;
  --ink: #251c19;
  --muted: #756862;
  --line: rgba(62, 42, 35, .16);
  --serif: "Prata", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.demo-bar { height: 30px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; background: var(--wine-dark); color: #fbeeed; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.demo-bar span { opacity: .45; }
.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,253,249,.93); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-logo { width: 248px; height: 60px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 2.8vw, 44px); font-size: 14px; font-weight: 500; letter-spacing: .01em; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; height: 1px; width: 0; background: var(--wine); position: absolute; left: 0; bottom: 4px; transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-mega { position: static; }
.nav-mega-toggle { min-height: 44px; padding: 0; display: inline-flex; align-items: center; gap: 7px; color: inherit; background: transparent; border: 0; cursor: pointer; font: inherit; }
.nav-mega-chevron { width: 8px; height: 8px; display: inline-block; border-right: 1px solid var(--wine); border-bottom: 1px solid var(--wine); transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-mega-toggle:focus-visible { outline: 1px solid var(--wine); outline-offset: 5px; }
.location-mega-menu { position: absolute; top: calc(100% - 1px); right: clamp(24px, 5vw, 76px); left: clamp(24px, 5vw, 76px); padding: 36px; display: grid; grid-template-columns: .8fr 1.45fr; gap: 42px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 28px 65px rgba(55,30,25,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-mega:hover .location-mega-menu, .nav-mega:focus-within .location-mega-menu, .nav-mega.mega-open .location-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-mega:hover .nav-mega-chevron, .nav-mega:focus-within .nav-mega-chevron, .nav-mega.mega-open .nav-mega-chevron { transform: translateY(2px) rotate(225deg); }
.location-mega-intro { padding: 5px 34px 0 0; border-right: 1px solid var(--line); }
.location-mega-intro > span { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.location-mega-intro > strong { margin: 18px 0; display: block; font: 34px/1.2 var(--serif); font-weight: 400; }
.location-mega-intro p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.location-mega-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; }
.main-nav .location-mega-links a { min-height: 58px; padding: 10px 14px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.main-nav .location-mega-links a::after, .main-nav .location-mega-footer::after { display: none; }
.location-mega-links a:nth-last-child(-n+2) { border-bottom: 0; }
.location-mega-links a:hover { color: var(--wine); background: var(--cream); }
.location-mega-links small { color: #b4918d; font-size: 9px; }
.location-mega-links span { font: 19px var(--serif); }
.location-link-arrow { width: 16px; height: 16px; position: relative; display: block; color: currentColor; }
.location-link-arrow::before { content: ""; width: 12px; height: 1px; position: absolute; left: 1px; top: 8px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.location-link-arrow::after { content: ""; width: 6px; height: 6px; position: absolute; top: 2px; right: 1px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.main-nav .location-mega-footer { grid-column: 1 / -1; margin: 4px -36px -36px; padding: 18px 36px; display: flex; align-items: center; justify-content: space-between; color: #f9e9e7; background: var(--wine-dark); }
.location-mega-footer span { display: grid; gap: 3px; }
.location-mega-footer strong { font-size: 11px; letter-spacing: .04em; }
.location-mega-footer small { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.location-mega-footer b { color: #e7bfbc; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.location-mega-footer b::after { content: ""; width: 6px; height: 6px; margin: 0 0 1px 8px; display: inline-block; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.button { min-height: 52px; padding: 0 26px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 1px solid var(--wine); background: var(--wine); color: white; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; font-size: 10px; }
.button-outline { color: var(--wine); background: transparent; }
.button-outline:hover { color: white; }
.text-link { display: inline-flex; gap: 22px; align-items: center; color: white; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px; }
.text-link.dark { color: var(--wine); border-color: rgba(109,32,45,.35); }
.css-arrow { width: 16px; height: 16px; position: relative; display: inline-block; flex: 0 0 16px; color: currentColor; transition: transform .2s ease; }
.css-arrow-right::before, .css-arrow-up-right::before, .css-arrow-down::before { content: ""; position: absolute; background: currentColor; }
.css-arrow-right::before { width: 13px; height: 1px; left: 1px; top: 8px; }
.css-arrow-right::after { content: ""; width: 6px; height: 6px; position: absolute; top: 5px; right: 1px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.css-arrow-up-right::before { width: 13px; height: 1px; left: 1px; top: 8px; transform: rotate(-45deg); }
.css-arrow-up-right::after { content: ""; width: 6px; height: 6px; position: absolute; top: 2px; right: 1px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.css-arrow-down::before { width: 1px; height: 13px; left: 8px; top: 1px; }
.css-arrow-down::after { content: ""; width: 6px; height: 6px; position: absolute; right: 4px; bottom: 1px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.text-link:hover .css-arrow { transform: translateX(4px); }
.section-pad { padding: clamp(76px, 9vw, 140px) clamp(24px, 7vw, 110px); }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e8c3c3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 0; font-size: clamp(46px, 5.6vw, 82px); line-height: 1.04; letter-spacing: -.025em; }
h1 em, h2 em { color: var(--wine); font-weight: 400; }

.hero { min-height: calc(100vh - 116px); position: relative; display: flex; align-items: center; overflow: hidden; background: #e7d9cd; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,21,17,.62) 0%, rgba(32,21,17,.24) 43%, transparent 68%); }
.hero-content { width: min(700px, 54vw); margin-left: clamp(24px, 8vw, 126px); position: relative; z-index: 1; color: white; padding: 60px 0 46px; }
.hero .eyebrow { color: #f0cdc8; }
.hero h1 { margin-bottom: 28px; display: grid; row-gap: .12em; font-size: clamp(62px, 7vw, 108px); line-height: 1.03; letter-spacing: -.035em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: #f3d4d0; }
.hero-lead { max-width: 520px; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.7; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.trust-row { margin: clamp(48px, 7vh, 86px) 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.22); display: flex; gap: clamp(22px, 3vw, 50px); list-style: none; font-size: 11px; }
.trust-row span { color: #edc2be; margin-right: 8px; }

.intro { display: grid; grid-template-columns: 1fr 1fr 180px; gap: 6vw; align-items: center; background: var(--cream); }
.intro-copy { max-width: 530px; }
.intro-copy p { font-size: 18px; line-height: 1.75; color: var(--muted); margin-bottom: 30px; }
.seal { width: 150px; height: 150px; position: relative; border: 1px solid rgba(109,32,45,.4); border-radius: 50%; display: grid; place-items: center; color: var(--wine); }
.seal span { position: absolute; width: 125px; height: 125px; display: grid; place-items: start center; padding-top: 7px; border-radius: 50%; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.seal strong { font: 44px var(--serif); }

.services { color: white; background: var(--wine-dark); }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 65px; }
.split-heading > p { color: rgba(255,255,255,.65); line-height: 1.7; max-width: 480px; }
.services h2 em, .about h2 em, .contact h2 em { color: #e7bcb8; }
.service-card { min-height: 180px; display: grid; grid-template-columns: 70px 110px 1fr 48px; gap: 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.18); transition: background .25s, padding .25s; }
.service-card:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.service-card:hover { background: rgba(255,255,255,.04); padding: 0 18px; }
.service-number { color: #c99696; font-size: 11px; }
.nail-shape { width: 72px; height: 102px; margin: auto; border-radius: 48% 48% 42% 42% / 54% 54% 28% 28%; transform: rotate(10deg); box-shadow: inset 10px 8px 16px rgba(255,255,255,.35), 0 15px 30px rgba(0,0,0,.18); }
.nail-nude { background: linear-gradient(145deg, #e9cfc8, #bd8d88); }
.nail-wine { background: linear-gradient(145deg, #9a3f4e, #52121e); }
.nail-french { background: linear-gradient(160deg, #f9f0e6 0 22%, #e3b8b1 23% 100%); }
.nail-art { background: radial-gradient(circle at 68% 28%, #e6b7b2 0 5%, transparent 6%), linear-gradient(145deg, #f4e5df 0 58%, #7b2634 59% 67%, #d2a29e 68%); }
.service-info { display: grid; grid-template-columns: 1fr minmax(250px, .8fr) 100px; gap: 4vw; align-items: center; }
.service-info h3 { font: 30px var(--serif); margin: 0; }
.service-info p { color: rgba(255,255,255,.58); line-height: 1.6; margin: 0; font-size: 13px; }
.service-info span { font-size: 12px; color: #e8c3c3; }
.service-card > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.service-card > a:hover { background: white; color: var(--wine); }
.price-note { margin: 24px 0 0; color: rgba(255,255,255,.43); font-size: 10px; }
.technique-panel { margin-top: 38px; padding: 34px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.technique-panel small { color: #d3a2a1; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.technique-panel h3 { margin: 9px 0 12px; font: 27px/1.25 var(--serif); }
.technique-panel p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.technique-tags { align-self: center; display: flex; flex-wrap: wrap; gap: 9px; }
.technique-tags span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.2); color: #edd6d3; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.process { background: var(--cream); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: 80px auto 0; }
.process-grid article { min-height: 290px; padding: 28px 8%; text-align: center; border-right: 1px solid var(--line); }
.process-grid article:last-child { border: 0; }
.step-icon { width: 65px; height: 65px; margin: 0 auto 32px; display: grid; place-items: center; background: var(--blush); color: var(--wine); border-radius: 50%; font: 24px var(--serif); }
.process-grid small { color: var(--wine); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.process-grid h3 { margin: 14px 0; font: 25px var(--serif); }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.lookbook { background: var(--paper); }
.dark-text > p { color: var(--muted); }
.lookbook-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; gap: 15px; min-height: 430px; }
.look { position: relative; overflow: hidden; display: flex; align-items: end; padding: 22px; background: #ddd; }
.look::before { content: ""; position: absolute; width: 65%; height: 78%; left: 18%; top: 12%; border-radius: 48% 48% 38% 38% / 55% 55% 25% 25%; transform: rotate(var(--rotate, 7deg)); box-shadow: inset 18px 16px 30px rgba(255,255,255,.32), 0 30px 50px rgba(69,19,27,.16); }
.look::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 32%, transparent, rgba(44,18,17,.2)); }
.look span { z-index: 1; color: white; font: 21px var(--serif); }
.look-1 { background: #c7a69c; --rotate: -8deg; }
.look-1::before { background: linear-gradient(145deg, #f3dfd7, #c99e96); }
.look-2 { background: #e9ddd0; --rotate: 5deg; }
.look-2::before { background: linear-gradient(160deg, #fff8f0 0 20%, #d9afa8 21%); }
.look-3 { background: #9a5b63; --rotate: -5deg; }
.look-3::before { background: linear-gradient(145deg, #963648, #4b101a); }
.look-4 { background: #d5b6af; --rotate: 9deg; }
.look-4::before { background: linear-gradient(145deg, #f0d3d0, #b67d7d); }
.center-action { display: flex; justify-content: center; margin-top: 46px; }

.color-studio { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 130px); align-items: center; background: #f3e9e1; overflow: hidden; }
.color-studio-copy { max-width: 570px; }
.color-studio h2 em { color: var(--wine); }
.color-studio-lead { max-width: 535px; margin: 30px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.color-selection { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.color-selection span, .finish-picker > span { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.color-selection strong { color: var(--wine-dark); font: 22px var(--serif); font-weight: 400; text-align: right; }
.polish-palette { display: grid; grid-template-columns: repeat(9, 42px); gap: 14px 12px; margin: 28px 0; }
.polish-swatch { width: 42px; height: 42px; position: relative; padding: 0; border: 1px solid rgba(69,19,27,.16); border-radius: 50%; background: var(--swatch); cursor: pointer; box-shadow: inset 6px 6px 10px rgba(255,255,255,.25), 0 5px 15px rgba(69,19,27,.08); transition: transform .2s ease, box-shadow .2s ease; }
.polish-swatch::after { content: ""; position: absolute; inset: -5px; border: 1px solid transparent; border-radius: 50%; transition: border-color .2s; }
.polish-swatch:hover, .polish-swatch:focus-visible { transform: translateY(-3px) scale(1.06); outline: none; }
.polish-swatch.is-selected::after { border-color: var(--wine); }
.polish-swatch.is-selected { box-shadow: inset 6px 6px 10px rgba(255,255,255,.25), 0 7px 18px rgba(69,19,27,.16); }
.finish-picker { display: flex; align-items: center; gap: 10px; }
.finish-picker > span { margin-right: 8px; }
.finish-option { min-width: 76px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 30px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; transition: .2s; }
.finish-option:hover, .finish-option:focus-visible, .finish-option.is-selected { border-color: var(--wine); background: var(--wine); color: white; outline: none; }
.color-booking { margin-top: 30px; }
.color-disclaimer { max-width: 470px; margin: 16px 0 0; color: #8c7d76; font-size: 9px; line-height: 1.55; }
.hand-stage { --tryon-color: #7c1f31; min-height: 0; aspect-ratio: 1; position: relative; display: grid; place-items: center; overflow: hidden; background: #ead7cf; border: 1px solid rgba(109,32,45,.1); isolation: isolate; }
.hand-stage::before { content: ""; width: 460px; height: 460px; position: absolute; right: -180px; bottom: -230px; border: 1px solid rgba(109,32,45,.14); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.08), 0 0 0 110px rgba(109,32,45,.04); }
.hand-stage-meta, .hand-stage-note { position: absolute; z-index: 2; display: flex; align-items: center; color: var(--wine-dark); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hand-stage-meta { top: 25px; left: 28px; right: 28px; justify-content: space-between; }
.hand-stage-meta b { font-weight: 500; }
.hand-stage-note { left: 28px; right: 28px; bottom: 24px; justify-content: space-between; }
.hand-stage-note i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(109,32,45,.24); border-radius: 50%; font: normal 13px var(--serif); }
.realistic-hand-visual { position: absolute; inset: 0; z-index: 1; }
.realistic-hand-visual > img { width: 100%; height: 100%; object-fit: cover; }
.nail-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.tryon-nail-photo { fill: var(--tryon-color); opacity: 1; mix-blend-mode: normal; stroke: var(--tryon-color); stroke-width: 4; stroke-linejoin: round; paint-order: stroke fill; transition: fill .22s ease, stroke .22s ease, filter .22s ease; }
.photo-nail-shine { fill: none; stroke: rgba(255,255,255,.76); stroke-width: 8; stroke-linecap: round; opacity: .62; transition: opacity .22s ease; }
.hand-stage[data-finish="matte"] .tryon-nail-photo { opacity: 1; filter: saturate(.88) brightness(1.04); }
.hand-stage[data-finish="matte"] .photo-nail-shine { opacity: .06; }
.hand-visual { width: min(100%, 680px); position: relative; z-index: 1; overflow: visible; }
.hand-visual-illustrated { display: none; }
.tryon-nail { fill: var(--tryon-color); stroke: rgba(69,19,27,.34); stroke-width: 1.4; transition: fill .22s ease, filter .22s ease; }
.nail-highlight { fill: url(#nailShine); opacity: .88; pointer-events: none; transition: opacity .22s ease; }
.hand-stage[data-finish="matte"] .tryon-nail { filter: saturate(.88) brightness(1.05); }
.hand-stage[data-finish="matte"] .nail-highlight { opacity: .08; }

.about { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; padding-bottom: 0; background: var(--wine); color: white; }
.about-portrait { min-height: 650px; margin-left: calc(clamp(24px, 7vw, 110px) * -1); background: #d8b8b1; position: relative; overflow: hidden; }
.about-portrait::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(45,20,23,.42)); pointer-events: none; }
.about-photo { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 36%; }
.about-photo-signature { position: absolute; z-index: 2; left: clamp(24px, 5vw, 70px); bottom: 38px; margin: 0; display: grid; color: white; text-shadow: 0 2px 20px rgba(45,20,23,.3); }
.about-photo-signature strong { font: 25px/1.25 var(--serif); font-weight: 400; }
.about-photo-signature span { margin-top: 5px; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.portrait-placeholder { width: 280px; height: 410px; border-radius: 50% 50% 8px 8px; background: linear-gradient(165deg, #f4e9df, #bf837e); display: grid; align-content: center; text-align: center; z-index: 1; box-shadow: 0 30px 70px rgba(69,19,27,.2); }
.portrait-placeholder span { font: 110px var(--serif); color: rgba(109,32,45,.65); }
.portrait-placeholder small { color: var(--wine); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.6; }
.about-copy { align-self: center; padding: 90px 0 90px 8vw; max-width: 630px; }
.about-lead { font: 24px/1.5 var(--serif); color: #f0d1cd; margin: 30px 0 22px; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: rgba(255,255,255,.68); line-height: 1.75; font-size: 14px; }
.about-copy .text-link { margin-top: 20px; }

.area { display: grid; grid-template-columns: .78fr 1.22fr; gap: 4.5vw; align-items: center; background: var(--cream); }
.area-copy > p:not(.eyebrow) { max-width: 530px; margin: 28px 0 18px; color: var(--muted); line-height: 1.75; }
.range-badge { width: fit-content; display: flex; align-items: baseline; gap: 9px; margin-bottom: 28px; padding: 10px 15px; border: 1px solid rgba(109,32,45,.18); background: rgba(255,253,249,.68); color: var(--wine); }
.range-badge strong { font: 21px var(--serif); font-weight: 500; }
.range-badge span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.area-map { position: relative; min-height: 500px; border: 1px solid rgba(109,32,45,.1); background: radial-gradient(circle at 50% 50%, rgba(255,253,249,.82), rgba(240,228,220,.76) 58%, #ead8d0 100%); overflow: hidden; }
.route-network { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.route-lines line { fill: none; stroke: rgba(109,32,45,.24); stroke-width: 1.2; stroke-dasharray: 6 12; vector-effect: non-scaling-stroke; animation: route-flow 6s linear infinite; }
.route-lines line:nth-child(2n) { animation-delay: -1.15s; }
.route-lines line:nth-child(3n) { animation-delay: -2.3s; }
.map-ring { position: absolute; z-index: 0; border: 1px solid rgba(109,32,45,.22); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.ring-1 { width: 210px; height: 210px; background: rgba(255,255,255,.3); }
.ring-2 { width: 390px; height: 390px; border-style: dashed; opacity: .62; }
.ring-3 { width: 650px; height: 650px; border-style: dashed; opacity: .62; }
.map-range-label { position: absolute; z-index: 2; right: 18px; bottom: 17px; display: grid; padding: 12px 15px; background: rgba(109,32,45,.9); color: white; text-align: right; box-shadow: 0 10px 30px rgba(69,19,27,.12); }
.map-range-label strong { font: 22px var(--serif); }
.map-range-label span { margin-top: 3px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.place { position: absolute; z-index: 2; left: var(--x); top: var(--y); transform: translate(-50%,-50%); display: flex; align-items: center; gap: 7px; padding: 8px 11px; white-space: nowrap; border: 1px solid rgba(109,32,45,.08); background: rgba(255,253,249,.94); box-shadow: 0 6px 20px rgba(69,19,27,.07); font-size: 10px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.place:hover { z-index: 5; transform: translate(-50%,-50%) scale(1.08); box-shadow: 0 10px 28px rgba(69,19,27,.16); }
.place:focus-visible { z-index: 5; outline: 2px solid var(--wine); outline-offset: 3px; }
.place b { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--wine); box-shadow: 0 0 0 4px rgba(109,32,45,.11); }
.baranowo { z-index: 4; font-weight: 600; color: var(--wine-dark); transform: translate(-50%,-50%) scale(1.1); }
.baranowo b { animation: origin-pulse 2.2s ease-out infinite; }

@keyframes route-flow { to { stroke-dashoffset: -40; } }
@keyframes origin-pulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(109,32,45,.12); } 55% { box-shadow: 0 0 0 13px rgba(109,32,45,0); } }

.faq { background: var(--paper); }
.faq-list { max-width: 900px; margin: 60px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 0; display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font: 21px var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 24px var(--sans); color: var(--wine); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 0 26px; color: var(--muted); line-height: 1.7; }

.journal { background: var(--cream); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-cover { height: 300px; margin-bottom: 24px; position: relative; overflow: hidden; background: #d1aaa3; }
.article-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(37,28,25,.38)); pointer-events: none; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.article-grid article:hover .article-cover img { transform: scale(1.035); }
.article-cover span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: rgba(255,255,255,.9); font: 36px var(--serif); text-shadow: 0 2px 16px rgba(37,28,25,.35); }
.cover-1 img { object-position: center 52%; }.cover-2 img { object-position: center 48%; }.cover-3 img { object-position: center 52%; }
.article-grid small { color: var(--wine); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.article-grid h3 { min-height: 64px; margin: 13px 0 18px; font: 24px/1.3 var(--serif); }

/* Instagram wall */
.instagram-wall { background: var(--paper); border-top: 1px solid var(--line); }
.instagram-heading { align-items: center; }
.instagram-heading h2 em { color: var(--wine); }
.instagram-intro { max-width: 510px; justify-self: end; }
.instagram-intro > p { margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.instagram-intro .text-link { max-width: 100%; overflow-wrap: anywhere; }
.instagram-feed-shell { padding-top: 18px; border-top: 1px solid var(--line); }
.instagram-native-preview { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); min-height: 540px; background: var(--cream); }
.instagram-featured-post { min-height: 540px; position: relative; overflow: hidden; background: #d8c2b8; }
.instagram-featured-post::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(0deg, rgba(37,28,25,.65), transparent); pointer-events: none; }
.instagram-featured-post img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease; }
.instagram-featured-post > span { position: absolute; z-index: 1; right: 28px; bottom: 26px; display: inline-flex; align-items: center; gap: 14px; color: white; font-size: 10px; font-style: normal; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.instagram-featured-post > span i { font-style: normal; }
.instagram-featured-post:hover img { transform: scale(1.025); }
.instagram-preview-copy { padding: clamp(42px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; }
.instagram-preview-copy small { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.instagram-preview-copy h3 { margin: 18px 0 22px; font: 36px/1.22 var(--serif); }
.instagram-preview-copy p { margin: 0 0 30px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.instagram-preview-copy .button { width: max-content; }
.instagram-wall #sb_instagram { width: 100%; padding: 0 !important; }
.instagram-wall #sb_instagram #sbi_images { padding: 0 !important; display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.instagram-wall #sb_instagram .sbi_item { width: 100% !important; display: flex !important; flex-direction: column; background: var(--cream); }
.instagram-wall #sb_instagram .sbi_item:only-child { width: min(100%, 520px) !important; grid-column: 1 / -1; justify-self: center; }
.instagram-wall #sb_instagram #sbi_images.instagram-count-1 { grid-template-columns: minmax(0, 520px) !important; justify-content: center; }
.instagram-wall #sb_instagram #sbi_images.instagram-count-2 { max-width: 980px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.instagram-wall #sb_instagram .sbi_photo { min-height: 0 !important; aspect-ratio: 1 / 1; }
.instagram-post-copy { flex: 1; padding: 22px 24px 24px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-top: 0; }
.instagram-post-copy p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.instagram-post-copy a { margin-top: auto; color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; border-bottom: 1px solid rgba(109,32,45,.35); }
.instagram-post-copy a:hover { color: var(--wine-dark); border-color: var(--wine-dark); }
.instagram-wall #sb_instagram .sbi_follow_btn a { background: var(--wine) !important; border-radius: 0 !important; box-shadow: none !important; font-family: var(--sans); }

.contact { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(560px, 1.28fr); gap: clamp(58px, 8vw, 130px); align-items: start; color: white; background: var(--wine-dark); }
.contact-copy { position: sticky; top: 130px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin: 28px 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.8; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 30px; margin-top: 46px; }
.contact-options a, .contact-detail { font: 20px var(--serif); }
.contact-email { grid-column: 1 / -1; width: max-content; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.3); }
.contact-email:hover { color: #f0ceca; border-color: #f0ceca; }
.contact-address, .contact-detail { margin: 0; font: 20px/1.35 var(--serif); font-style: normal; }
.contact-options small { display: block; color: #dbaead; font: 9px var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }
.contact-panel { padding: clamp(34px, 5vw, 66px); color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(23,11,13,.22); }
.contact-panel-heading { max-width: 620px; margin-bottom: 36px; }
.contact-panel-heading > small { color: var(--wine); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-panel-heading h3 { margin: 16px 0 13px; font: 34px/1.25 var(--serif); }
.contact-panel-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 24px; }
.contact-form label { display: grid; gap: 8px; color: var(--wine-dark); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label > span > em { color: var(--muted); font-style: normal; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #cdbeb6; border-radius: 0; outline: none; font: 14px/1.5 var(--sans); text-transform: none; letter-spacing: 0; transition: border-color .2s ease; }
.contact-form textarea { min-height: 126px; resize: vertical; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #988983; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--wine); }
.contact-form .full { grid-column: 1 / -1; }
.contact-consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 11px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.contact-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--wine); }
.contact-consent a { color: var(--wine); text-decoration: underline; text-underline-offset: 2px; }
.contact-submit { display: flex; align-items: center; gap: 22px; }
.contact-form .button { margin: 2px 0 0; background: var(--wine); border-color: var(--wine); color: white; }
.contact-submit > small { max-width: 230px; color: var(--muted); font-size: 9px; line-height: 1.5; letter-spacing: .04em; }
.contact-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.form-status { margin: 0 0 28px; padding: 14px 17px; border-left: 2px solid var(--wine); background: #f4e9e2; color: var(--wine-dark); font-size: 12px; line-height: 1.6; }
.form-status.is-success { border-color: #62705c; background: #edf0e9; color: #3e493a; }
.prelaunch-panel { align-self: center; padding: clamp(34px, 5vw, 68px); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.prelaunch-panel small { color: #dbaead; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.prelaunch-panel h3 { margin: 18px 0; color: white; font: 34px/1.25 var(--serif); }
.prelaunch-panel p { max-width: 570px; color: rgba(255,255,255,.65); line-height: 1.75; }
.prelaunch-panel .button { margin-top: 24px; background: #e0b4b0; border-color: #e0b4b0; color: var(--wine-dark); }

.site-footer { padding: 55px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr 1.2fr .8fr; gap: 40px; align-items: center; background: #1d1513; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 25px; color: white; }
.copyright { text-align: right; }

/* Editorial blog */
.editorial-page { background: var(--paper); }
.blog-hero { min-height: 510px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: center; background: var(--cream); border-bottom: 1px solid var(--line); }
.blog-hero h1 { max-width: 850px; margin: 20px 0 0; font: 400 clamp(54px, 6.5vw, 104px)/1.02 var(--serif); letter-spacing: -.045em; }
.blog-hero h1 em { color: var(--wine); font-weight: 400; }
.blog-hero > p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.blog-index { background: var(--paper); }
.blog-grid { row-gap: 72px; }
.blog-grid article > p { min-height: 68px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.blog-grid h2 { min-height: 70px; margin: 13px 0 16px; font: 28px/1.25 var(--serif); }
.blog-grid .article-cover { display: block; }
.editorial-cta { color: white; background: var(--wine-dark); }
.editorial-cta h2 { margin: 22px 0; font: 400 clamp(48px, 6vw, 88px)/1.05 var(--serif); }
.editorial-cta h2 em { color: #e9bdb9; font-weight: 400; }
.editorial-cta > p:last-child { max-width: 680px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.8; }
.article-hero { max-width: 1080px; margin: 0 auto; padding-bottom: 74px; background: var(--paper); }
.article-hero .breadcrumbs { margin-bottom: 54px; }
.article-hero h1 { max-width: 1000px; margin: 22px 0; font: 400 clamp(52px, 6.2vw, 92px)/1.03 var(--serif); letter-spacing: -.04em; }
.article-deck { max-width: 760px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.article-author { margin-top: 34px; color: var(--wine); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-main-image { width: min(1380px, calc(100% - 48px)); height: clamp(420px, 58vw, 760px); margin: 0 auto; overflow: hidden; background: var(--cream); }
.article-main-image img { width: 100%; height: 100%; object-fit: cover; }
.article-content { max-width: 820px; margin: 0 auto; }
.article-content > p:first-child { color: var(--ink); font: 23px/1.65 var(--serif); }
.article-content p, .article-content li { color: #514744; font-size: 16px; line-height: 1.85; }
.article-content h2 { margin: 58px 0 18px; color: var(--wine-dark); font: 38px/1.2 var(--serif); }
.article-content ul { padding-left: 22px; }
.article-footer { text-align: center; color: white; background: var(--wine-dark); }
.article-footer p { margin: 0 0 26px; font: 28px var(--serif); }
.article-footer .button { background: #e0b4b0; border-color: #e0b4b0; color: var(--wine-dark); }

/* Local service pages */
.local-page { background: var(--cream); }
.local-hero { min-height: 650px; display: grid; grid-template-columns: 1.06fr .94fr; background: var(--cream); }
.local-hero-copy { padding: clamp(62px, 8vw, 118px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.breadcrumbs { margin-bottom: 48px; display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--wine); }
.breadcrumbs strong { color: var(--wine); font-weight: 500; }
.local-hero h1 { max-width: 760px; margin: 0; font: 400 clamp(53px, 5.6vw, 88px)/1.03 var(--serif); letter-spacing: -.035em; }
.local-hero h1 em { color: var(--wine); font-weight: 400; }
.local-hero-lead { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.local-hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; }
.local-hero-visual { min-height: 650px; position: relative; overflow: hidden; background-position: 62% center; background-size: cover; }
.local-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(69,19,27,.08), rgba(69,19,27,.35)); }
.local-route-card { min-width: 255px; position: absolute; z-index: 1; left: 50%; bottom: 52px; transform: translateX(-50%); padding: 23px 25px; display: grid; grid-template-columns: auto 38px auto; align-items: center; gap: 7px 12px; background: rgba(255,253,249,.94); color: var(--wine-dark); box-shadow: 0 22px 60px rgba(37,28,25,.2); backdrop-filter: blur(12px); }
.local-route-card small, .local-route-card em { grid-column: 1 / -1; font: 8px var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.local-route-card small { color: var(--wine); }
.local-route-card em { color: var(--muted); font-style: normal; }
.local-route-card span, .local-route-card strong { font: 17px var(--serif); white-space: nowrap; }
.local-route-card i { height: 1px; position: relative; background: rgba(109,32,45,.36); }
.local-route-card i::after { content: ""; width: 6px; height: 6px; position: absolute; right: 0; top: -2px; border-radius: 50%; background: var(--wine); }
.local-proof { padding: 0 clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); border-bottom: 1px solid var(--line); }
.local-proof div { min-height: 118px; padding: 24px clamp(18px, 3vw, 42px); display: grid; align-content: center; border-right: 1px solid var(--line); }
.local-proof div:first-child { border-left: 1px solid var(--line); }
.local-proof small { margin-bottom: 7px; color: var(--wine); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.local-proof strong { font: 20px var(--serif); font-weight: 400; }
.local-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; background: var(--paper); }
.local-intro-copy { padding-top: 34px; }
.local-intro-copy p { color: var(--muted); line-height: 1.8; }
.local-intro-copy .local-intro-lead { color: var(--ink); font: 23px/1.55 var(--serif); }
.local-intro-copy .text-link { margin-top: 18px; }
.local-services { color: white; background: var(--wine-dark); }
.local-services .split-heading > p { color: rgba(255,255,255,.65); }
.local-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.local-service-grid article { min-height: 245px; padding: 38px 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.local-service-grid article:nth-child(2n) { border-right: 0; }
.local-service-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.local-service-grid span { color: #c99696; font-size: 10px; }
.local-service-grid h3 { margin: 60px 0 18px; font: 28px/1.2 var(--serif); }
.local-service-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.local-techniques { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.local-techniques strong { margin-right: 8px; color: #d7a5a4; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.local-techniques span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.local-steps { background: var(--cream); }
.local-steps .process-grid { margin-top: 60px; }
.local-steps .step-icon { font-size: 14px; }
.local-area { display: grid; grid-template-columns: 1fr 300px; gap: 8vw; align-items: center; color: white; background: var(--wine); overflow: hidden; }
.local-area-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.7); line-height: 1.75; }
.nearby-list { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.nearby-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); color: #f2d8d5; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.local-area-mark { width: 260px; height: 260px; position: relative; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.local-area-mark span, .local-area-mark em { font: 9px var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.local-area-mark strong { font: 88px/.94 var(--serif); font-weight: 400; }
.local-area-mark em { font-style: normal; }
.local-faq { background: var(--paper); }
.local-cta { display: grid; justify-items: center; text-align: center; color: white; background: #29191a; }
.local-cta h2 { max-width: 950px; }
.local-cta > p:not(.eyebrow) { max-width: 640px; margin: 28px auto 34px; color: rgba(255,255,255,.67); line-height: 1.75; }
.local-cta .button { background: #e0b4b0; border-color: #e0b4b0; color: var(--wine-dark); }

@media (max-width: 1280px) {
  .site-header { grid-template-columns: 1fr auto auto; backdrop-filter: none; background: rgba(255,253,249,.98); }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: none; z-index: 2; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 1px; background: var(--ink); transition: .2s; }
  .main-nav { position: fixed; inset: 0; width: 100vw; height: 100dvh; padding: 120px 40px; display: flex; flex-direction: column; align-items: flex-start; overflow-y: auto; background: var(--cream); transform: translateX(100%); transition: transform .3s; font: 34px var(--serif); }
  .admin-bar .main-nav { top: 32px; bottom: auto; height: calc(100dvh - 32px); }
  .nav-mega { width: 100%; }
  .nav-mega-toggle { width: 100%; min-height: 54px; justify-content: space-between; font: 34px var(--serif); }
  .location-mega-menu { position: static; width: 100%; max-height: 0; padding: 0; display: block; overflow: hidden; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: max-height .35s ease, margin .35s ease; }
  .nav-mega:not(.mega-open) .location-mega-menu { max-height: 0; margin: 0; }
  .nav-mega.mega-open .location-mega-menu { max-height: 760px; margin: 8px 0 22px; }
  .location-mega-intro { display: none; }
  .location-mega-links { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); border: 1px solid var(--line); }
  .main-nav .location-mega-links a { min-height: 52px; padding: 9px 12px; }
  .location-mega-links a:nth-last-child(-n+2) { border-bottom: 0; }
  .location-mega-links span { font-size: 16px; }
  .main-nav .location-mega-footer { margin: 0; padding: 16px; gap: 20px; }
  .menu-open .main-nav { transform: translateX(0); }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .header-cta { display: none; }
  .hero-content { width: 68vw; }
  .intro { grid-template-columns: 1fr 1fr; }.seal { display: none; }
  .service-card { grid-template-columns: 45px 80px 1fr 42px; gap: 18px; }
  .service-info { grid-template-columns: 1fr 90px; }.service-info p { display: none; }
  .lookbook-grid { min-height: 680px; grid-template-columns: 1fr 1fr; }
  .instagram-native-preview { grid-template-columns: 1fr 1fr; }
  .color-studio { grid-template-columns: 1fr; }
  .color-studio-copy { max-width: 680px; }
  .hand-stage { min-height: 0; }
  .about { grid-template-columns: .9fr 1.1fr; }.about-portrait { min-height: 580px; }
  .area { grid-template-columns: 1fr; }.area-map { min-height: 460px; }
  .contact { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy { max-width: 760px; position: static; }
  .local-hero { grid-template-columns: 1fr; }.local-hero-visual { min-height: 520px; }
  .local-intro { grid-template-columns: 1fr; gap: 35px; }.local-intro-copy { padding-top: 0; }
  .local-area { grid-template-columns: 1fr 250px; gap: 5vw; }.local-area-mark { width: 220px; height: 220px; }
  .site-footer { grid-template-columns: 1fr 1fr; }.site-footer nav { justify-content: flex-end; }.copyright { text-align: left; }
}

@media (max-width: 680px) {
  .demo-bar { font-size: 8px; }
  .site-header { height: 72px; padding: 0 20px; }
  .main-nav { padding: 88px 22px 40px; gap: 18px; }
  .admin-bar .main-nav { top: 46px; height: calc(100dvh - 46px); }
  .nav-mega.mega-open .location-mega-menu { max-height: 820px; margin-bottom: 16px; }
  .location-mega-links { grid-template-columns: 1fr; }
  .location-mega-links a:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-mega-links a:last-child { border-bottom: 0; }
  .main-nav .location-mega-links a { min-height: 49px; padding: 8px 14px; grid-template-columns: 26px 1fr 18px; }
  .main-nav .location-mega-footer { padding: 15px 14px; align-items: flex-start; flex-direction: column; }
  .location-mega-footer b { margin-top: 4px; }
  .brand-logo { width: 210px; height: 54px; }
  .section-pad { padding: 72px 22px; }
  .hero { min-height: 790px; align-items: end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(35,20,17,.86) 0%, rgba(35,20,17,.33) 70%, transparent 100%); }
  .hero-content { width: auto; margin: 0 22px; padding-bottom: 35px; }
  .hero h1 { font-size: 57px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .trust-row { gap: 15px; justify-content: space-between; font-size: 9px; }.trust-row span { display: block; margin-bottom: 5px; }
  .intro { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy p { font-size: 16px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .service-card { min-height: 155px; grid-template-columns: 28px 58px 1fr 35px; gap: 10px; }
  .nail-shape { width: 43px; height: 65px; }
  .service-info { grid-template-columns: 1fr; gap: 8px; }.service-info h3 { font-size: 21px; }.service-info span { font-size: 10px; }
  .service-card > a { width: 32px; height: 32px; }
  .technique-panel { grid-template-columns: 1fr; gap: 26px; }
  .technique-tags span { padding: 8px 10px; font-size: 8px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 50px; }.process-grid article { min-height: auto; padding: 35px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .lookbook-grid { min-height: 820px; grid-template-columns: 1fr 1fr; }.look { padding: 14px; }.look span { font-size: 16px; }
  .color-studio { gap: 48px; }
  .color-selection { align-items: center; }.color-selection strong { font-size: 19px; }
  .polish-palette { grid-template-columns: repeat(6, 1fr); gap: 14px 10px; }
  .polish-swatch { width: 38px; height: 38px; justify-self: center; }
  .finish-picker { flex-wrap: wrap; }.finish-picker > span { width: 100%; margin-bottom: 4px; }
  .color-booking { width: 100%; }
  .hand-stage { min-height: 0; margin: 0 -22px; }
  .hand-visual { width: 112%; }
  .about { grid-template-columns: 1fr; padding: 0; }.about-portrait { margin: 0; min-height: 510px; }.about-copy { padding: 70px 22px; }
  .portrait-placeholder { width: 230px; height: 340px; }
  .area-map { min-height: 420px; }.ring-2 { width: 320px; height: 320px; }.ring-1 { width: 170px; height: 170px; }.place { gap: 5px; padding: 6px 7px; font-size: 8px; }.place b { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(109,32,45,.1); }.map-range-label { right: 10px; bottom: 10px; padding: 8px 10px; }.map-range-label strong { font-size: 18px; }
  .faq-list summary { font-size: 18px; gap: 20px; }
  .article-grid { grid-template-columns: 1fr; gap: 55px; }.article-cover { height: 340px; }
  .instagram-native-preview { grid-template-columns: 1fr; min-height: 0; }
  .instagram-featured-post { min-height: 430px; }
  .instagram-preview-copy { padding: 44px 24px; }
  .instagram-preview-copy h3 { font-size: 30px; }
  .instagram-preview-copy .button { width: 100%; }
  .instagram-wall #sb_instagram #sbi_images { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .instagram-wall #sb_instagram #sbi_images.instagram-count-2 { max-width: 520px; grid-template-columns: 1fr !important; gap: 18px; }
  .instagram-post-copy { padding: 16px 15px 18px; }
  .instagram-post-copy p { font-size: 12px; -webkit-line-clamp: 4; }
  .blog-hero { min-height: auto; grid-template-columns: 1fr; gap: 32px; }.blog-hero h1 { font-size: 52px; }.blog-hero > p { font-size: 15px; }
  .blog-grid article > p, .blog-grid h2 { min-height: 0; }.article-hero h1 { font-size: 50px; }.article-deck { font-size: 16px; }.article-main-image { width: 100%; height: 430px; }.article-content > p:first-child { font-size: 20px; }.article-content h2 { font-size: 31px; }
  .contact { grid-template-columns: 1fr; }.contact-copy { position: static; }.contact-options { grid-template-columns: 1fr 1fr; }.contact-panel { padding: 36px 22px; }.contact-form { grid-template-columns: 1fr; }.contact-form .full { grid-column: auto; }.contact-submit { align-items: stretch; flex-direction: column; }.contact-submit .button { width: 100%; }.contact-submit > small { max-width: none; }
  .local-hero-copy { padding: 58px 22px 70px; }.breadcrumbs { margin-bottom: 34px; }.local-hero h1 { font-size: 50px; }.local-hero-lead { font-size: 14px; }.local-hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }
  .local-hero-visual { min-height: 480px; }.local-route-card { bottom: 24px; }
  .local-proof { padding: 0 22px; grid-template-columns: 1fr; }.local-proof div { min-height: 90px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.local-proof div:last-child { border-bottom: 0; }
  .local-intro-copy .local-intro-lead { font-size: 20px; }
  .local-service-grid { grid-template-columns: 1fr; }.local-service-grid article, .local-service-grid article:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.local-service-grid article:last-child { border-bottom: 0; }.local-service-grid h3 { margin-top: 34px; }
  .local-area { grid-template-columns: 1fr; }.local-area-mark { width: 180px; height: 180px; margin: 20px auto 0; }.local-area-mark strong { font-size: 64px; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }.site-footer nav { justify-content: flex-start; flex-wrap: wrap; }.copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .route-travelers { display: none; }
}

/* Readable legal pages, using the site's shared header and footer. */
.legal-page { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(64px, 8vw, 120px); }
.legal-document { max-width: 860px; margin: 0 auto; }
.legal-document h1 { margin: 22px 0 44px; font: 400 clamp(32px, 5vw, 56px)/1.2 var(--serif); color: var(--wine-dark); overflow-wrap: break-word; }
.legal-content { font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.legal-content h2 { margin: 42px 0 16px; font: 500 clamp(22px, 3vw, 28px)/1.4 var(--sans); letter-spacing: normal; color: var(--wine-dark); }
.legal-content p { margin: 0 0 18px; }
.legal-content ul { padding-left: 24px; margin: 18px 0 24px; }
.legal-content li { margin-bottom: 12px; }
.legal-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.legal-content code { font-size: .9em; }
.site-footer nav a { line-height: 1.5; }

/* Real photographs and editorial project descriptions. */
.portfolio-page,.project-page{padding-top:70px;padding-bottom:100px}
.portfolio-intro{max-width:720px;margin-bottom:64px}
.portfolio-intro h1{font:400 clamp(42px,6vw,76px)/1.12 var(--serif);margin:24px 0}
.portfolio-intro h1 em{color:var(--wine);font-weight:400}
.portfolio-intro>p:last-child{max-width:520px;color:var(--muted);font-size:17px;line-height:1.8}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 30px}
.portfolio-card{min-width:0;max-width:560px}
.portfolio-cover{position:relative;display:block;overflow:hidden;border-radius:3px;background:var(--cream);aspect-ratio:4/5}
.portfolio-cover img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.portfolio-cover:hover img,.portfolio-cover:focus-visible img{transform:scale(1.045)}
.portfolio-cover>span{position:absolute;bottom:18px;left:18px;right:18px;display:flex;justify-content:space-between;background:var(--paper);color:var(--wine);padding:14px 18px;font-size:12px}
.portfolio-kicker{display:flex;justify-content:space-between;font-size:10px!important;text-transform:uppercase;letter-spacing:.12em;color:var(--wine)!important;margin:22px 0 12px!important}
.portfolio-card h3{font:400 clamp(25px,3vw,33px)/1.3 var(--serif);margin:0 0 14px}
.portfolio-card>p{font-size:15px;line-height:1.8;color:var(--muted)}
.project-back{display:inline-block;color:var(--wine);font-size:13px;margin-bottom:40px}
.project-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(30px,6vw,100px);align-items:start}
.project-photos{min-width:0}.project-photos figure{margin:0 0 38px}
.project-photo{position:relative;display:block;overflow:hidden;background:var(--cream);cursor:zoom-in}
.project-photo img{width:100%;height:auto;transition:transform .5s ease}
.project-photo:hover img{transform:scale(1.025)}
.photo-zoom-label{position:absolute;bottom:18px;right:18px;background:var(--paper);color:var(--wine);padding:12px 16px;font-size:12px;display:flex;gap:20px;align-items:center}
.project-photos figcaption{font-size:13px;line-height:1.7;color:var(--muted);padding:12px 0}
.project-description{position:sticky;top:120px;padding-top:28px}
.project-description h1{font:400 clamp(34px,4vw,56px)/1.2 var(--serif);margin:24px 0 32px;color:var(--wine-dark)}
.project-copy{font-size:16px;line-height:1.85}.project-copy p{margin:0 0 20px}
.project-hint{margin-top:32px;border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:12px}
.photo-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;border:0;padding:0;background:#201916;color:var(--paper);overflow:hidden}
.photo-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.photo-dialog::backdrop{background:#201916f2}
.photo-toolbar,.photo-bottom{display:flex;align-items:center;gap:16px;padding:16px 24px}.photo-toolbar>span{margin-right:auto;font-size:13px}
.photo-dialog button{background:transparent;color:var(--paper);border:1px solid #ffffff70;padding:10px 16px;min-height:44px;border-radius:3px;cursor:pointer}
.photo-dialog button:focus-visible{outline:3px solid var(--blush);outline-offset:3px}
.photo-stage{overflow:auto;display:flex;align-items:center;justify-content:center;touch-action:pan-x pan-y}
.photo-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:zoom-in}
.photo-stage.is-zoomed{display:block}.photo-stage.is-zoomed img{max-width:none;max-height:none;width:var(--zoom-width,200%);height:auto;margin:0 auto;cursor:zoom-out}
.photo-bottom p{flex:1;text-align:center;font-size:13px;line-height:1.6;margin:0}
body.photo-open{overflow:hidden}
@media(min-width:901px){.portfolio-grid:has(.portfolio-card:only-child){grid-template-columns:minmax(0,560px)}}
@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-layout{grid-template-columns:1fr}.project-description{position:static;grid-row:1;padding-top:0;max-width:680px}.project-photos{max-width:720px}.portfolio-intro{margin-bottom:40px}}
@media(max-width:560px){.portfolio-grid{grid-template-columns:1fr}.portfolio-page,.project-page{padding-top:40px;padding-bottom:64px}.photo-toolbar,.photo-bottom{padding:12px;gap:8px}.photo-dialog button{padding:10px;font-size:12px}.photo-bottom p{font-size:11px}.project-back{margin-bottom:20px}.project-description h1{font-size:36px}.portfolio-intro h1{font-size:44px}}
@media(prefers-reduced-motion:reduce){.portfolio-cover img,.project-photo img{transition:none}}
