:root {
  --paper: #f6f2ea;
  --white: #fffdf8;
  --ink: #181716;
  --muted: #6e6963;
  --berry: #be1745;
  --berry-dark: #8e0f31;
  --pink: #e6a2b3;
  --lime: #dfe76b;
  --sand: #e4d7c1;
  --line: rgba(24, 23, 22, 0.16);
  --radius: 18px;
  --shadow-soft: 0 22px 60px rgba(45, 25, 30, 0.1);
  --shadow-hover: 0 30px 80px rgba(45, 25, 30, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: 100; pointer-events: none; content: ""; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
:where(a, button, summary):focus-visible { outline: 3px solid rgba(190, 23, 69, .36); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
figure { margin: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; padding: 14px clamp(18px, 4vw, 64px); background: rgba(246, 242, 234, 0.92); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(45,25,30,.035); backdrop-filter: blur(16px); }
.brand { display: flex; gap: 11px; align-items: center; width: max-content; }
.brand-logo { display: block; width: clamp(128px, 9vw, 178px); height: auto; object-fit: contain; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: clamp(18px, 1vw, 22px); line-height: 1; text-transform: lowercase; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: clamp(10px, .56vw, 12px); font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.nav { display: flex; gap: clamp(30px, 2.2vw, 44px); font-size: clamp(16px, .9vw, 20px); font-weight: 780; }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; content: ""; background: var(--berry); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.pill-button { justify-self: end; display: flex; gap: 16px; align-items: center; min-height: 56px; padding: 0 9px 0 24px; color: white; background: var(--ink); border: 0; border-radius: 999px; box-shadow: 0 12px 28px rgba(24,23,22,.16); font-size: clamp(15px, .76vw, 17px); font-weight: 800; transition: background .2s, transform .2s, box-shadow .2s; }
.pill-button:hover, .pill-button:focus-visible { background: var(--berry-dark); box-shadow: 0 16px 34px rgba(91,6,31,.25); transform: translateY(-2px); }
.button-icon { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; color: var(--ink); background: white; border-radius: 50%; transition: transform .22s ease; }
.button-icon svg, .link-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pill-button:hover .button-icon, .pill-button:focus-visible .button-icon, .primary-button:hover .button-icon, .primary-button:focus-visible .button-icon { transform: translate(2px, -2px); }

.hero { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr); gap: clamp(36px, 6vw, 100px); align-items: center; min-height: calc(100vh - 75px); padding: clamp(56px, 7vw, 110px) clamp(18px, 5vw, 80px); }
.kicker { display: flex; gap: 10px; align-items: center; margin-bottom: 30px; color: #514c47; font-size: clamp(13px, .74vw, 16px); font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.kicker span { width: 7px; height: 7px; background: var(--berry); border-radius: 50%; box-shadow: 0 0 0 5px rgba(190, 23, 69, 0.1); }
h1 { max-width: 800px; margin-bottom: 30px; font-size: clamp(68px, 7.8vw, 132px); font-weight: 680; line-height: 0.84; letter-spacing: -0.072em; }
h1 em, .final-cta em { color: var(--berry); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 650px; margin-bottom: 36px; color: #514d48; font-size: clamp(17px, .92vw, 20px); line-height: 1.68; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-bottom: 54px; }
.primary-button { display: flex; gap: 24px; align-items: center; min-height: 68px; padding: 0 11px 0 28px; color: white; background: var(--berry); border: 0; border-radius: 999px; box-shadow: 0 16px 34px rgba(142,15,49,.22); font-size: clamp(16px, .82vw, 18px); font-weight: 850; transition: background .2s, transform .2s, box-shadow .2s; }
.primary-button .button-icon { width: 46px; height: 46px; color: var(--berry); }
.primary-button:hover, .primary-button:focus-visible { background: var(--berry-dark); box-shadow: 0 20px 42px rgba(91,6,31,.3); transform: translateY(-3px); }
.underlined-link { display: inline-flex; gap: 13px; align-items: center; padding: 8px 0; font-size: clamp(16px, .82vw, 18px); font-weight: 850; }
.underlined-link::after { position: absolute; content: none; }
.link-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(24,23,22,.28); border-radius: 50%; transition: color .2s, background .2s, transform .2s; }
.underlined-link:hover .link-icon, .underlined-link:focus-visible .link-icon { color: white; background: var(--berry); border-color: var(--berry); transform: translateY(3px); }
.hero-notes { display: flex; gap: clamp(20px, 4vw, 52px); margin: 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-notes li { position: relative; padding-left: 14px; color: var(--muted); font-size: clamp(13px, .68vw, 15px); font-weight: 800; text-transform: uppercase; }
.hero-notes li::before { position: absolute; top: 0.45em; left: 0; width: 5px; height: 5px; content: ""; background: var(--berry); border-radius: 50%; }

.hero-stage { position: relative; min-height: 640px; overflow: hidden; background: #eadbd4; border-radius: 320px 320px 14px 14px; box-shadow: 0 36px 90px rgba(69, 39, 45, 0.16); }
.hero-stage::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent 62%, rgba(29, 10, 16, .55)); }
.hero-image { width: 100%; height: 100%; min-height: 640px; object-fit: cover; object-position: center; }
.hero-image-caption { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: end; color: white; }
.hero-image-caption span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: clamp(11px, .58vw, 13px); font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-image-caption b { max-width: 290px; font-size: clamp(17px, .9vw, 20px); line-height: 1.25; text-align: right; }

.ticker { overflow: hidden; padding: 18px 0; color: white; background: var(--berry); font-family: Georgia, serif; font-size: clamp(20px, 2.4vw, 33px); white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 24s linear infinite; }.ticker i { padding: 0 23px; color: var(--pink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-34%); } }

.section { padding: clamp(82px, 10vw, 150px) clamp(18px, 5vw, 80px); }
.section-heading { display: grid; grid-template-columns: minmax(180px, .72fr) 2.4fr; gap: 46px; margin-bottom: clamp(64px, 5vw, 92px); }
.section-label { display: flex; gap: 14px; align-items: center; margin: 0; font-size: clamp(18px, 1.05vw, 23px); font-weight: 900; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.section-label::before { width: 34px; height: 3px; content: ""; background: currentColor; border-radius: 999px; opacity: .48; }
.section-heading h2, .final-cta h2 { margin-bottom: 22px; font-size: clamp(58px, 6.2vw, 108px); font-weight: 680; line-height: .9; letter-spacing: -.064em; }
.section-heading > div > p { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: clamp(18px, 1vw, 22px); line-height: 1.62; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: clamp(530px, 32vw, 650px); padding: 18px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(45,25,30,.055); transition: transform .28s ease, box-shadow .28s ease; }
.service-card:hover { z-index: 2; box-shadow: var(--shadow-hover); transform: translateY(-7px); }
.service-number { position: absolute; top: 26px; right: 26px; z-index: 2; min-width: 36px; padding: 8px 10px; color: var(--ink); background: rgba(255,255,255,.92); border-radius: 999px; box-shadow: 0 5px 18px rgba(0,0,0,.12); font-size: 13px; font-weight: 850; text-align: center; }
.service-image { height: clamp(190px, 12vw, 270px); overflow: hidden; background: #d9d1c7; border-radius: 12px; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-card h3 { margin: clamp(24px, 1.6vw, 34px) 9px 14px; font-size: clamp(30px, 1.55vw, 38px); line-height: 1.05; letter-spacing: -.045em; }
.service-card p { margin: 0 9px 28px; color: var(--muted); font-size: clamp(16px, .78vw, 18px); line-height: 1.55; }
.service-card > span { align-self: flex-start; margin: auto 9px 8px; padding: 10px 14px; background: rgba(255,255,255,.78); border: 1px solid currentColor; border-radius: 999px; font-size: clamp(11px, .58vw, 14px); font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.service-card-accent { color: white; background: var(--berry); }.service-card-accent p { color: rgba(255,255,255,.72); }
.service-card-dark { color: white; background: var(--ink); }.service-card-dark p { color: #aaa; }
.service-card-sand { background: var(--sand); }.service-card-pink { background: var(--pink); }.service-card-lime { background: var(--lime); }.service-card-outline { background: rgba(255,255,255,.38); border-color: rgba(82,67,65,.24); box-shadow: 0 12px 36px rgba(45,25,30,.035); }
.all-services { margin-top: 20px; }
.all-services summary { display: inline-flex; gap: 13px; align-items: center; min-height: 48px; padding: 8px 2px; color: var(--berry-dark); cursor: pointer; font-size: clamp(16px, .9vw, 20px); font-weight: 850; list-style: none; transition: color .2s, transform .2s; }
.all-services summary:hover, .all-services summary:focus-visible { color: var(--berry-dark); }
.all-services summary::-webkit-details-marker { display: none; }
.all-services .summary-note::before { display: inline-block; width: 18px; height: 2px; margin: 0 9px 4px 0; content: ""; background: currentColor; border-radius: 999px; opacity: .55; }
.all-services .summary-arrow { width: 13px; height: 13px; margin: -6px 3px 0 2px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; border-radius: 1px; transform: rotate(45deg); transition: transform .24s ease, margin .24s ease; }
.all-services[open] .summary-arrow { margin-top: 5px; transform: rotate(225deg); }
.service-tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 10px 0 14px; }.service-tags span { padding: 10px 14px; color: #514a46; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 999px; font-size: clamp(14px, .72vw, 16px); }
.services-price { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-top: 30px; padding: 30px 32px; color: white; background: var(--berry); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(91,6,31,.17); }
.services-price div { display: grid; gap: 8px; }
.services-price span { font-size: clamp(13px, .66vw, 15px); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.services-price strong { font-size: clamp(28px, 2vw, 40px); }
.services-price p { max-width: 720px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(16px, .84vw, 18px); line-height: 1.55; }
.services-price > a { display: grid; flex: 0 0 auto; min-height: 54px; padding: 0 24px; place-items: center; color: var(--ink); background: white; border-radius: 999px; font-size: 16px; font-weight: 850; text-align: center; transition: color .2s, background .2s, transform .2s; }
.services-price > a:hover, .services-price > a:focus-visible { color: white; background: var(--ink); transform: translateY(-2px); }

.portfolio { color: white; background: #171717; }.section-heading-light > div > p { color: #aaa; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 285px; gap: 16px; }
.work-card { position: relative; min-width: 0; overflow: hidden; background: #2b2929; border-radius: var(--radius); }
.work-card-wide { grid-column: span 2; }.work-card-tall { grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.work-card::after { position: absolute; inset: 35% 0 0; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(14,8,10,.86)); }
.work-card:hover img { transform: scale(1.055); }
.work-card:hover { box-shadow: 0 26px 60px rgba(0,0,0,.34); }
.work-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: end; padding: 22px; }
.work-card figcaption > span { font-size: clamp(13px, .68vw, 15px); font-weight: 850; }.work-card figcaption div { display: flex; flex-direction: column; gap: 7px; text-align: right; }.work-card b { font-size: clamp(21px, 1.16vw, 27px); }.work-card small { color: rgba(255,255,255,.78); font-size: clamp(14px, .74vw, 16px); }
.portfolio-more { display: flex; justify-content: center; margin-top: clamp(28px, 3.4vw, 52px); }
.portfolio-more a { display: flex; width: min(100%, 660px); min-height: 92px; justify-content: space-between; gap: 24px; align-items: center; padding: 14px 16px 14px clamp(24px, 2.4vw, 40px); color: var(--ink); background: #fffaf7; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; box-shadow: 0 18px 44px rgba(0,0,0,.22); transition: transform .22s, background .22s, box-shadow .22s; }
.portfolio-more a > span { display: grid; gap: 5px; }.portfolio-more strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 1.7vw, 36px); font-style: italic; font-weight: 400; line-height: 1; }.portfolio-more small { color: var(--muted); font-size: clamp(12px, .72vw, 15px); }
.portfolio-more a > b { display: grid; flex: 0 0 auto; width: 62px; height: 62px; place-items: center; color: white; background: var(--berry-dark); border-radius: 50%; transition: transform .22s, background .22s; }.portfolio-more a > b svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.portfolio-more a:hover, .portfolio-more a:focus-visible { background: white; box-shadow: 0 24px 58px rgba(0,0,0,.3); transform: translateY(-3px); }.portfolio-more a:hover > b, .portfolio-more a:focus-visible > b { background: var(--berry); transform: translateX(4px); }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 38px 18px; border-bottom: 1px solid var(--line); border-radius: 12px; transition: background .22s, transform .22s; }
.process-list li:hover { background: rgba(255,255,255,.52); transform: translateX(8px); }
.process-list > li > span { display: grid; width: 58px; height: 58px; place-items: center; color: var(--berry-dark); border: 1px solid rgba(142,15,49,.3); border-radius: 50%; font-family: Georgia, serif; font-size: clamp(22px, 1.25vw, 29px); }
.process-list h3 { margin: 0 0 9px; font-size: clamp(32px, 1.85vw, 44px); letter-spacing: -.04em; }.process-list p { max-width: 850px; margin: 0; color: var(--muted); font-size: clamp(17px, .92vw, 21px); line-height: 1.58; }

.final-cta { display: grid; grid-template-columns: 1fr 2.4fr; gap: 40px; padding: clamp(80px, 10vw, 145px) clamp(18px, 5vw, 80px); color: white; background: var(--berry); }
.final-cta h2 { margin-bottom: 38px; font-size: clamp(54px, 8vw, 126px); line-height: .96; letter-spacing: -.055em; }.final-cta em { display: inline-block; padding-top: .08em; color: #f5d8df; }
.external-note { max-width: 700px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: clamp(15px, .8vw, 17px); line-height: 1.6; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.social-button { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; min-width: min(100%, 320px); min-height: 86px; padding: 12px 18px; overflow: hidden; color: white; border: 0; border-radius: 22px; box-shadow: 0 16px 38px rgba(45,10,48,.24); isolation: isolate; transition: transform .2s, box-shadow .2s, filter .2s; }
.social-button::before { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 12% 0%, rgba(255,255,255,.24), transparent 34%); pointer-events: none; }
.social-button::after { position: absolute; inset: 0 0 auto; z-index: -1; height: 2px; content: ""; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); opacity: .55; }
.social-button:hover, .social-button:focus-visible { box-shadow: 0 22px 48px rgba(34,9,58,.34); filter: saturate(1.08) brightness(1.04); transform: translateY(-3px); }
.social-vk { background: linear-gradient(135deg, #0077ff 0%, #2688eb 58%, #1769d2 100%); }
.social-max { background: linear-gradient(135deg, #471aff 0%, #6e1aff 48%, #9500ff 100%); }
.social-mark { display: grid; width: 50px; height: 50px; place-items: center; background: transparent; border: 0; box-shadow: none; }
.social-mark img { display: block; width: 48px; height: 48px; object-fit: contain; }.social-vk .social-mark img { width: 48px; height: 48px; }.social-mark-max img { width: 47px; height: 47px; }
.social-button > span:nth-child(2) { display: grid; gap: 4px; }.social-button strong { font-size: clamp(20px, 1vw, 23px); }.social-button small { opacity: .82; font-size: clamp(14px, .7vw, 16px); }
.contact-details { display: grid; grid-template-columns: minmax(250px,.78fr) minmax(380px,1.22fr); gap: 14px; max-width: 980px; margin-top: 30px; }
.contact-detail { position: relative; min-width: 0; min-height: 150px; padding: 24px 26px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: 20px; }
.contact-detail > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: clamp(13px, .66vw, 15px); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail a, .contact-detail p, .contact-detail address, .contact-detail strong { display: block; margin: 0; color: white; font-size: clamp(18px, 1vw, 22px); font-style: normal; font-weight: 750; line-height: 1.48; overflow-wrap: anywhere; }
.contact-detail small { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: clamp(13px, .7vw, 15px); line-height: 1.45; }
.contact-detail a:hover, .contact-detail a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.contact-detail-email { display: grid; align-content: center; }
.contact-detail-map { display: grid; align-content: center; padding-right: 108px; overflow: hidden; text-decoration: none; transition: background .22s, border-color .22s, transform .22s; }
.contact-detail-map::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: .18; background: linear-gradient(28deg, transparent 0 44%, rgba(255,255,255,.7) 45% 46%, transparent 47% 100%), linear-gradient(152deg, transparent 0 61%, rgba(255,255,255,.58) 62% 63%, transparent 64% 100%), radial-gradient(circle at 86% 50%, transparent 0 41px, rgba(255,255,255,.66) 42px 43px, transparent 44px); }
.contact-detail-map > * { position: relative; z-index: 1; }
.contact-detail-map:hover, .contact-detail-map:focus-visible { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.46); text-decoration: none; transform: translateY(-3px); }
.contact-detail-map:hover small, .contact-detail-map:focus-visible small { text-decoration: underline; text-underline-offset: 4px; }
.map-pin { position: absolute; top: 50%; right: 28px; display: grid; width: 58px; height: 58px; place-items: center; color: var(--berry-dark); background: white; border-radius: 50%; box-shadow: 0 14px 30px rgba(82,8,30,.22); transform: translateY(-50%); }
.map-pin svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

footer { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 35px; align-items: end; padding: 52px clamp(18px, 5vw, 80px); color: white; background: #171717; }
.brand-footer .brand-copy small { color: #999; }.footer-copy p { max-width: 620px; margin-bottom: 18px; color: #c4c4c4; font-size: clamp(14px, .76vw, 17px); line-height: 1.72; }.footer-copy p a:hover, .footer-copy p a:focus-visible { color: white; }.footer-copy nav { display: flex; flex-wrap: wrap; gap: 11px 20px; font-size: clamp(14px, .72vw, 16px); text-decoration: underline; text-underline-offset: 3px; }footer > small { justify-self: end; color: #999; font-size: 14px; line-height: 1.5; }

.legal-page { min-height: 100vh; background: #f7f3ec; }
.legal-main { width: min(1060px, calc(100% - 40px)); margin: 0 auto; padding: clamp(54px, 7vw, 96px) 0 130px; }
.legal-main h1 { max-width: 1000px; margin: 30px 0 24px; font-size: clamp(54px, 7vw, 96px); line-height: .92; letter-spacing: -.062em; }
.legal-lead { max-width: 780px; margin-bottom: 42px; color: var(--muted); font-size: clamp(19px, 1.08vw, 23px); line-height: 1.58; }
.back-link { display: inline-flex; gap: 11px; align-items: center; min-height: 44px; margin-bottom: 38px; font-size: 15px; font-weight: 850; }
.back-icon { display: grid; width: 38px; height: 38px; place-items: center; color: white; background: var(--ink); border-radius: 50%; transition: background .2s, transform .2s; }.back-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.back-link:hover .back-icon, .back-link:focus-visible .back-icon { background: var(--berry); transform: translateX(-3px); }
.legal-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 28px; }
.legal-facts > div { padding: 22px 24px; background: white; border: 1px solid rgba(24,23,22,.1); border-radius: 16px; box-shadow: 0 12px 34px rgba(45,25,30,.045); }.legal-facts span { display: block; margin-bottom: 8px; color: var(--berry-dark); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.legal-facts strong { font-size: clamp(17px, .9vw, 20px); line-height: 1.5; }.legal-facts a:hover, .legal-facts a:focus-visible { color: var(--berry-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-toc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-bottom: 64px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 16px; }.legal-toc a { padding: 15px 18px; background: rgba(255,255,255,.72); font-size: 15px; font-weight: 750; transition: color .2s, background .2s; }.legal-toc a:hover, .legal-toc a:focus-visible { color: white; background: var(--berry-dark); }
.legal-section { padding: 56px 0; border-top: 1px solid var(--line); scroll-margin-top: 100px; }.legal-section h2 { display: flex; gap: 16px; align-items: baseline; margin: 0 0 24px; font-size: clamp(30px, 2.1vw, 42px); letter-spacing: -.035em; }.legal-section h2 > span { color: var(--berry); font-family: Georgia, serif; font-size: .72em; font-weight: 400; }.legal-section h3 { margin: 30px 0 12px; font-size: clamp(22px, 1.35vw, 28px); }.legal-main p, .legal-main li, .legal-main dd { color: #4f4b47; font-size: clamp(16px, .88vw, 19px); line-height: 1.75; }.legal-main p { max-width: 940px; }.legal-main p a { color: var(--berry-dark); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }.legal-main .notice { margin: 30px 0 0; padding: 22px 24px; background: white; border-left: 5px solid var(--berry); border-radius: 0 14px 14px 0; box-shadow: var(--shadow-soft); }
.legal-terms { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--line); }.legal-terms > div { display: grid; grid-template-columns: minmax(190px,.75fr) 2fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }.legal-terms dt { font-size: 17px; font-weight: 850; line-height: 1.5; }.legal-terms dd { margin: 0; }
.legal-list { margin: 18px 0 28px; padding-left: 24px; }.legal-list li { padding: 4px 0 4px 6px; }.legal-list li::marker { color: var(--berry); }
.legal-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }.legal-purpose-grid > div { padding: 24px; background: white; border: 1px solid rgba(24,23,22,.1); border-radius: 16px; }.legal-purpose-grid span { color: var(--berry-dark); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.legal-purpose-grid h3 { margin: 9px 0; }.legal-purpose-grid p { margin: 0; }
.legal-version { display: inline-block; margin-top: 20px; padding: 9px 13px; color: var(--ink) !important; background: var(--sand); border-radius: 999px; font-size: 14px !important; font-weight: 800; }
.references-hero { display: grid; grid-template-columns: minmax(180px,.72fr) 2.4fr; gap: 46px; align-items: end; padding: clamp(72px, 9vw, 130px) clamp(18px, 5vw, 80px) clamp(58px, 7vw, 105px); }
.references-hero h1 { margin-bottom: 26px; }.references-hero h1 em { color: var(--berry); font-family: Georgia, serif; font-weight: 400; }
.references-hero > div > p { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(18px, 1vw, 22px); line-height: 1.62; }
.references-gallery { columns: 4 280px; column-gap: 16px; padding: 0 clamp(18px, 5vw, 80px) clamp(80px, 10vw, 150px); }
.reference-card { position: relative; display: block; margin: 0 0 16px; overflow: hidden; background: #ddd2ca; border-radius: var(--radius); break-inside: avoid; box-shadow: 0 12px 34px rgba(45,25,30,.08); }
.reference-card img { display: block; width: 100%; height: auto; transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s; }
.reference-card span { position: absolute; right: 12px; bottom: 12px; display: grid; min-width: 34px; height: 34px; padding: 0 8px; place-items: center; color: white; background: rgba(24,23,22,.72); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; backdrop-filter: blur(8px); font-size: 11px; font-weight: 850; }
.reference-card:hover img, .reference-card:focus-visible img { transform: scale(1.025); }.reference-card:hover { box-shadow: var(--shadow-hover); }
.gallery-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: clamp(18px, 3vw, 42px); color: white; background: rgba(20,8,13,.97); border: 0; overflow: hidden; }
.gallery-lightbox[open] { display: grid; grid-template-columns: 62px minmax(0,1fr) 62px; gap: clamp(10px, 2vw, 28px); align-items: center; }
.gallery-lightbox::backdrop { background: rgba(20,8,13,.86); backdrop-filter: blur(14px); }
.gallery-lightbox figure { display: grid; min-width: 0; height: 100%; margin: 0; place-items: center; touch-action: pan-y pinch-zoom; }
.lightbox-image { display: block; max-width: 100%; max-height: calc(100dvh - 112px); object-fit: contain; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.45); user-select: none; -webkit-user-drag: none; }
.gallery-lightbox figcaption { position: absolute; bottom: 18px; left: 50%; display: flex; gap: 14px; align-items: center; padding: 9px 14px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; backdrop-filter: blur(10px); transform: translateX(-50%); }
.gallery-lightbox figcaption span { font-size: 13px; font-weight: 850; }.gallery-lightbox figcaption small { font-size: 11px; }
.lightbox-close, .lightbox-arrow { display: grid; place-items: center; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: background .2s, transform .2s; }
.lightbox-close:hover, .lightbox-close:focus-visible, .lightbox-arrow:hover, .lightbox-arrow:focus-visible { background: var(--berry); transform: scale(1.05); }
.lightbox-close { position: fixed; top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); z-index: 2; width: 48px; height: 48px; font-size: 30px; font-weight: 300; }
.lightbox-arrow { width: 58px; height: 58px; }.lightbox-arrow svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.photo-checklist { padding: 0; list-style: none; }.photo-checklist li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }.photo-checklist b { color: var(--berry); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.nav { display: none; }.hero { grid-template-columns: 1fr; min-height: auto; }.hero-stage, .hero-image { min-height: 590px; }.section-heading, .final-cta, .references-hero { grid-template-columns: 1fr; }.service-grid { grid-template-columns: repeat(2, 1fr); }.portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 340px; }.work-card-wide { grid-column: span 2; }.work-card-tall { grid-row: auto; }footer { grid-template-columns: 1fr 1fr; }footer > small { justify-self: start; }
}

@media (max-width: 650px) {
  .site-header { gap: 10px; padding: 10px 12px; }.brand { min-width: 0; gap: 9px; }.brand-logo { width: 122px; }.brand-copy { min-width: 0; }.brand-copy small { display: none; }.pill-button { flex: 0 1 auto; min-width: 0; min-height: 46px; padding-left: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.pill-button .button-icon { width: 34px; height: 34px; }.hero { padding: 58px 16px 46px; }h1 { font-size: clamp(62px, 17vw, 72px); }.hero-lead { font-size: 17px; }.hero-actions { flex-direction: column; align-items: flex-start; margin-bottom: 40px; }.hero-notes { flex-direction: column; gap: 11px; }.hero-stage, .hero-image { min-height: 470px; }.hero-stage { border-radius: 235px 235px 14px 14px; }.hero-image-caption { right: 18px; bottom: 18px; left: 18px; flex-direction: column; align-items: flex-start; }.hero-image-caption b { text-align: left; }.section { padding: 96px 16px; }.section-heading { margin-bottom: 50px; }.section-label { font-size: 18px; gap: 12px; }.section-label::before { width: 28px; }.section-heading h2 { font-size: clamp(54px, 14vw, 64px); }.service-grid { grid-template-columns: 1fr; gap: 16px; }.service-card { min-height: 380px; }.services-price { flex-direction: column; align-items: stretch; padding: 24px 20px; }.services-price p { font-size: 16px; }.services-price > a { width: 100%; }.portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 350px; gap: 14px; }.work-card-wide { grid-column: auto; }.work-card figcaption { padding: 20px; }.portfolio-more a { min-height: 80px; padding: 10px 10px 10px 24px; }.portfolio-more a > b { width: 58px; height: 58px; }.portfolio-more small { display: none; }.process-list li { grid-template-columns: 58px 1fr; gap: 14px; padding: 30px 0; }.process-list li:hover { transform: none; }.process-list > li > span { width: 48px; height: 48px; }.final-cta { padding: 88px 16px; }.final-cta h2 { font-size: clamp(48px, 13vw, 58px); line-height: .98; }.contact-buttons { display: grid; }.social-button { width: 100%; min-width: 0; }.contact-details { grid-template-columns: 1fr; margin-top: 24px; }.contact-detail { min-height: 124px; padding: 20px; }.contact-detail-map { min-height: 154px; padding: 22px 92px 22px 20px; }.map-pin { right: 20px; width: 54px; height: 54px; }.references-hero { padding: 72px 16px 48px; }.references-hero h1 { font-size: clamp(58px, 17vw, 76px); }.references-gallery { columns: 2 145px; column-gap: 10px; padding: 0 10px 88px; }.reference-card { margin-bottom: 10px; border-radius: 12px; }.gallery-lightbox { padding: max(12px, env(safe-area-inset-top)) 10px max(74px, env(safe-area-inset-bottom)); }.gallery-lightbox[open] { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 54px; gap: 10px; }.gallery-lightbox figure { grid-column: 1 / -1; grid-row: 1; }.lightbox-image { max-height: calc(100dvh - 104px); border-radius: 10px; }.lightbox-arrow { width: 52px; height: 52px; }.lightbox-prev { justify-self: end; }.lightbox-next { justify-self: start; }.gallery-lightbox figcaption { bottom: max(16px, env(safe-area-inset-bottom)); }.gallery-lightbox figcaption small { display: none; }.legal-main { width: min(100% - 28px, 1060px); padding: 36px 0 86px; }.legal-main h1 { margin-top: 20px; font-size: clamp(48px, 13vw, 64px); line-height: .96; }.legal-lead { margin-bottom: 30px; font-size: 18px; }.back-link { margin-bottom: 28px; font-size: 16px; }.back-icon { width: 40px; height: 40px; }.legal-facts, .legal-toc, .legal-purpose-grid { grid-template-columns: 1fr; }.legal-facts > div, .legal-purpose-grid > div { padding: 20px; }.legal-toc { margin-bottom: 44px; }.legal-toc a { padding: 16px 18px; font-size: 16px; }.legal-section { padding: 44px 0; }.legal-section h2 { gap: 11px; font-size: clamp(30px, 9vw, 38px); }.legal-section h3 { font-size: 24px; }.legal-main p, .legal-main li, .legal-main dd { font-size: 17px; line-height: 1.68; }.legal-terms > div { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }.legal-main .notice { padding: 20px; }footer { grid-template-columns: 1fr; padding: 48px 16px; }.footer-copy nav { flex-direction: column; gap: 11px; }
}

@media (max-width: 360px) { .brand-copy strong { font-size: 18px; }.pill-button { max-width: 148px; padding-inline: 13px; font-size: 13px; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker div { animation: none; } }
