:root {
  --cream: #fbf8fc;
  --paper: #fffdfd;
  --ink: #362f39;
  --muted: #776e7a;
  --wine: #6b5872;
  --wine-dark: #493c50;
  --rose: #c9b7cf;
  --blush: #eee5f0;
  --gold: #b8956f;
  --line: rgba(74, 59, 78, .14);
  --white: #fff;
  --shadow: 0 25px 70px rgba(57, 25, 34, .13);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .3s, box-shadow .3s, transform .3s;
}
.site-header.scrolled { background: rgba(251, 247, 241, .9); box-shadow: 0 10px 40px rgba(49, 24, 31, .08); backdrop-filter: blur(16px); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 58px; object-fit: cover; border-radius: 50%; box-shadow: 0 8px 24px rgba(107, 88, 114, .22); border: 2px solid rgba(255,255,255,.72); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.02; }
.brand-copy strong { font-family: "Playfair Display", serif; font-size: 1.06rem; }
.brand-copy small { font-size: .79rem; color: var(--wine); text-transform: uppercase; letter-spacing: .22em; margin-top: 5px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: .91rem; font-weight: 600; }
.main-nav > a:not(.nav-instagram) { position: relative; }
.main-nav > a:not(.nav-instagram)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--wine); transition: right .25s; }
.main-nav > a:not(.nav-instagram):hover::after { right: 0; }
.nav-socials { display: flex; align-items: center; gap: 8px; }
.nav-social { display: inline-flex; align-items: center; gap: 7px; color: #fff; padding: 11px 14px; border-radius: 999px; transition: transform .2s, background .2s, box-shadow .2s; }
.nav-social:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(73, 60, 80, .16); }
.nav-instagram { background: var(--wine); }
.nav-instagram:hover { background: var(--wine-dark); }
.nav-tiktok { background: var(--ink); }
.nav-tiktok:hover { background: #17131a; }
.nav-social svg { width: 17px; height: 17px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: .3s; }

.hero { position: relative; min-height: 840px; display: grid; align-items: center; padding: 135px 0 95px; background: radial-gradient(circle at 73% 20%, rgba(222, 207, 228, .82), transparent 32%), linear-gradient(135deg, #fffafe 0%, #f6eff8 52%, #eadfed 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(107, 88, 114, .12); border-radius: 50%; right: -240px; bottom: -130px; }
.hero::after { content: "N"; position: absolute; left: -45px; bottom: -130px; font: 800 370px/1 "Playfair Display", serif; color: rgba(107,88,114,.035); }
.hero-noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--wine); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 800; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e8dced; }
.hero h1, .section h2 { font-family: "Playfair Display", serif; letter-spacing: -.035em; line-height: 1.04; margin: 0; }
.hero h1 { max-width: 740px; font-size: clamp(3.2rem, 6.2vw, 6.25rem); }
.hero h1 em, .section h2 em { color: var(--wine); font-weight: inherit; }
.hero-text { max-width: 630px; font-size: 1.12rem; color: var(--muted); margin: 28px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn { border: 1px solid transparent; min-height: 54px; padding: 0 23px; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-weight: 700; font-size: .94rem; transition: transform .2s, background .2s, box-shadow .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; }
.btn-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(107, 88, 114, .23); }
.btn-primary:hover { background: var(--wine-dark); box-shadow: 0 16px 34px rgba(107, 88, 114, .3); }
.btn-ghost { color: var(--ink); border-color: rgba(51, 29, 35, .18); background: rgba(255,255,255,.42); }
.btn-ghost:hover { background: #fff; border-color: rgba(51,29,35,.3); }
.hero-proof { display: flex; gap: 40px; margin-top: 46px; padding-top: 27px; border-top: 1px solid var(--line); max-width: 620px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: "Playfair Display", serif; font-size: 1.02rem; }
.hero-proof span { color: var(--muted); font-size: .78rem; margin-top: 3px; }
.hero-visual { position: relative; padding: 16px 0 10px 36px; }
.hero-photo-wrap { position: relative; overflow: hidden; min-height: 610px; border-radius: 230px 230px 30px 30px; box-shadow: var(--shadow); }
.hero-photo { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(43, 17, 24, .28), transparent 47%); }
.hero-badge { position: absolute; left: 34px; bottom: 30px; color: #fff; display: flex; align-items: center; gap: 13px; background: rgba(59, 25, 34, .64); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(13px); border-radius: 16px; padding: 13px 16px; }
.hero-badge svg { color: #f0bdc7; }
.hero-badge span { display: flex; flex-direction: column; line-height: 1.25; }
.hero-badge small { opacity: .82; font-size: .74rem; }
.floating-note { position: absolute; background: #fff; box-shadow: 0 15px 36px rgba(54, 26, 34, .14); border: 1px solid rgba(107,88,114,.08); }
.note-one { left: -8px; top: 94px; border-radius: 18px; padding: 17px 21px; transform: rotate(-5deg); font: 1rem/1.3 "Playfair Display", serif; }
.note-one strong { color: var(--wine); }
.note-two { right: -28px; top: 210px; border-radius: 999px; padding: 11px 17px; font-size: .82rem; font-weight: 700; transform: rotate(4deg); }
.note-two span { color: var(--wine); font-size: 1rem; }
.scroll-hint { position: absolute; left: 50%; bottom: 25px; z-index: 3; width: 24px; height: 41px; border: 1px solid rgba(72, 37, 46, .35); border-radius: 999px; }
.scroll-hint span { position: absolute; width: 4px; height: 7px; border-radius: 4px; background: var(--wine); top: 8px; left: 9px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

.intro-strip { background: var(--wine-dark); color: #f8e9e9; overflow: hidden; }
.strip-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 700; white-space: nowrap; }
.strip-inner i { width: 5px; height: 5px; background: var(--rose); border-radius: 50%; flex: 0 0 auto; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 43px; }
.section h2 { font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); max-width: 470px; }
.filter-bar { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 29px; }
.filter-btn { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 999px; padding: 9px 16px; font-size: .83rem; font-weight: 700; transition: .2s; }
.filter-btn:hover, .filter-btn.active { background: var(--wine); border-color: var(--wine); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 360px; gap: 18px; }
.gallery-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); transition: transform .35s, opacity .3s; }
.gallery-card.hidden { display: none; }
.gallery-card:hover { transform: translateY(-5px); }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.055); }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(39, 18, 24, .84) 0%, rgba(39,18,24,.08) 65%); }
.gallery-content { position: absolute; inset: auto 28px 26px; color: #fff; }
.gallery-content span { color: #d9c6df; text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 800; }
.gallery-content h3 { font-family: "Playfair Display", serif; margin: 6px 0 0; font-size: 1.75rem; line-height: 1.12; }
.gallery-content p { margin: 10px 0 0; max-width: 500px; font-size: .87rem; opacity: .82; }
.gallery-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 27px; padding: 0 5px; gap: 20px; color: var(--muted); }
.gallery-cta p { margin: 0; }
.gallery-social-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font-weight: 800; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

.custom { background: var(--wine-dark); color: #fff; overflow: hidden; }
.custom-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.custom-visual { position: relative; max-width: 520px; }
.arch-photo { height: 650px; overflow: hidden; border-radius: 260px 260px 24px 24px; border: 1px solid rgba(255,255,255,.16); }
.arch-photo img { height: 100%; object-fit: cover; }
.custom-stamp { position: absolute; right: -35px; bottom: 45px; width: 128px; height: 128px; border-radius: 50%; background: var(--rose); color: var(--wine-dark); display: grid; place-items: center; text-align: center; transform: rotate(9deg); border: 7px solid var(--wine-dark); outline: 1px solid rgba(255,255,255,.24); }
.custom-stamp span { max-width: 70px; line-height: 1.2; text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 900; }
.custom-stamp strong { position: absolute; bottom: 21px; font-size: 1.2rem; }
.custom-copy h2 em { color: #f0b7c2; }
.custom-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); }
.steps-list { list-style: none; padding: 0; margin: 34px 0 37px; }
.steps-list li { display: grid; grid-template-columns: 55px 1fr; gap: 19px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps-list li:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.steps-list > li > span { color: #e7a7b3; font: 700 1.5rem/1 "Playfair Display", serif; padding-top: 3px; }
.steps-list h3 { margin: 0; font: 700 1.14rem/1.3 "Playfair Display", serif; }
.steps-list p { margin: 6px 0 0; color: rgba(255,255,255,.6); font-size: .88rem; }
.btn-light { background: #fff; color: var(--wine-dark); }
.btn-light:hover { background: #f7e9eb; }

.about { background: #fffaf4; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.about-copy .lead { color: var(--wine); font: 700 1.5rem/1.5 "Playfair Display", serif; margin: 27px 0 17px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); max-width: 680px; }
.qualification-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-row div { padding: 20px 15px 20px 0; display: flex; flex-direction: column; }
.qualification-row div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.qualification-row strong { color: var(--wine); font: 800 1.25rem/1 "Playfair Display", serif; }
.qualification-row span { color: var(--muted); font-size: .73rem; margin-top: 7px; }
.about-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.about-visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: var(--blush); }
.about-card-main { position: relative; z-index: 2; width: 330px; min-height: 390px; background: var(--wine); color: #fff; border-radius: 150px 150px 25px 25px; padding: 55px 42px 35px; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(3deg); box-shadow: var(--shadow); }
.monogram { width: 128px; height: 128px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; margin-inline: auto; font: 800 5rem/1 "Playfair Display", serif; }
.about-card-main p { font: 600 1.15rem/1.45 "Playfair Display", serif; margin: 30px 0 0; text-align: center; }
.about-card-small { position: absolute; z-index: 3; bottom: 22px; right: 0; background: #fff; padding: 15px 20px; border-radius: 15px; box-shadow: 0 18px 40px rgba(67,30,40,.16); display: flex; align-items: center; gap: 10px; color: var(--wine); font-weight: 800; font-size: .8rem; transform: rotate(-4deg); }

.order { padding-top: 40px; background: #fffaf4; }
.order-shell { background: linear-gradient(135deg, #55465d 0%, #806b88 100%); border-radius: var(--radius-xl); padding: 70px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; color: #fff; box-shadow: 0 25px 65px rgba(73, 60, 80, .2); position: relative; overflow: hidden; }
.order-shell::after { content: "N"; position: absolute; color: rgba(255,255,255,.035); font: 800 380px/1 "Playfair Display", serif; left: -20px; bottom: -150px; pointer-events: none; }
.order-intro, .order-form { position: relative; z-index: 2; }
.order-intro h2 em { color: #dccae2; }
.order-intro > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.order-contact { margin-top: 35px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.order-contact a { display: inline-flex; gap: 13px; align-items: center; border: 1px solid rgba(255,255,255,.16); padding: 14px 17px; border-radius: 14px; background: rgba(255,255,255,.07); transition: background .2s, transform .2s; }
.order-contact a:hover { background: rgba(255,255,255,.13); transform: translateY(-1px); }
.order-contact svg { width: 25px; color: #dccae2; }
.order-contact span { display: flex; flex-direction: column; }
.order-contact small { opacity: .6; font-size: .72rem; }
.order-contact strong { font-size: .88rem; }
.order-form { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: 34px; box-shadow: 0 20px 55px rgba(27, 9, 15, .18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.order-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; font-weight: 800; font-size: .78rem; }
.order-form input, .order-form select, .order-form textarea { width: 100%; border: 1px solid rgba(62,36,43,.15); background: #fff; color: var(--ink); border-radius: 11px; padding: 13px 14px; outline: none; transition: border .2s, box-shadow .2s; font-size: .89rem; }
.order-form textarea { resize: vertical; min-height: 125px; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(107,88,114,.1); }
.btn-full { width: 100%; border: 0; }
.form-note { display: flex; justify-content: center; align-items: center; gap: 7px; color: var(--muted); font-size: .7rem; margin: 13px 0 0; }
.form-note svg { width: 14px; }

.site-footer { background: #2d2630; color: #fff; margin-top: 110px; }
.footer-top { min-height: 170px; display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand-footer .brand-copy small { color: #d9c6df; }
.footer-top > p { margin: 0; max-width: 500px; color: rgba(255,255,255,.56); }
.footer-socials { display: flex; gap: 9px; }
.social-button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; transition: .2s; }
.social-button:hover { background: var(--wine); border-color: var(--wine); }
.social-button svg { width: 19px; height: 19px; }
.footer-bottom { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: rgba(255,255,255,.47); font-size: .73rem; }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a:hover { color: #fff; }

.message-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: .25s; }
.message-modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(27, 12, 17, .72); backdrop-filter: blur(7px); }
.modal-card { position: relative; width: min(590px, 100%); background: var(--paper); border-radius: 25px; padding: 36px; box-shadow: 0 30px 90px rgba(20,4,10,.35); transform: translateY(15px) scale(.98); transition: .25s; }
.message-modal.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 17px; right: 17px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f1eaf3; color: var(--wine); }
.modal-close svg { width: 19px; }
.modal-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--wine); }
.modal-card h2 { margin: 18px 0 7px; font: 700 2rem/1.15 "Playfair Display", serif; }
.modal-card > p { color: var(--muted); margin: 0 0 20px; }
.modal-card textarea { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 13px; padding: 15px; color: var(--ink); resize: none; }
.modal-actions { display: flex; justify-content: flex-end; gap: 11px; margin-top: 18px; flex-wrap: wrap; }
.btn-ghost-dark { color: var(--wine); border-color: rgba(107,88,114,.22); background: transparent; }
.copy-status { min-height: 24px; color: var(--wine)!important; font-size: .8rem; font-weight: 700; margin: 8px 0 0!important; text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 6.4vw, 5rem); }
  .hero-photo-wrap { min-height: 540px; }
  .custom-grid, .about-grid { gap: 55px; }
  .order-shell { padding: 55px 45px; gap: 45px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 720px); }
  .site-header.scrolled, .site-header { background: rgba(251,247,241,.94); backdrop-filter: blur(16px); }
  .header-inner { height: 78px; }
  .menu-toggle { display: block; z-index: 102; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 7px; padding: 90px 28px 40px; background: var(--cream); transform: translateX(100%); transition: transform .35s cubic-bezier(.7,0,.2,1); }
  .main-nav.open { transform: none; }
  .main-nav > a { font: 700 clamp(1.8rem, 7vw, 2.6rem)/1.2 "Playfair Display", serif; padding: 11px 0; }
  .main-nav > a:not(.nav-instagram)::after { display: none; }
  .nav-socials { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .nav-social { justify-content: center; font-family: "DM Sans", sans-serif!important; font-size: .95rem!important; padding: 14px 12px; }
  .hero { min-height: auto; padding: 125px 0 85px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-text, .hero-proof { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { max-width: 600px; margin: 15px auto 0; padding-left: 0; width: 100%; }
  .hero-photo-wrap { min-height: 580px; }
  .note-one { left: -5px; }
  .note-two { right: -8px; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 330px; }
  .gallery-large { grid-row: span 1; }
  .gallery-wide { grid-column: span 2; }
  .custom-grid, .about-grid { grid-template-columns: 1fr; }
  .custom-visual { margin-inline: auto; width: min(100%, 520px); }
  .about-copy { order: 1; }
  .about-visual { min-height: 430px; }
  .order-shell { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr auto; padding: 42px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 24px); --radius-xl: 24px; }
  .brand-copy strong { font-size: .92rem; }
  .brand-copy small { font-size: .65rem; }
  .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
  .hero { padding-top: 110px; }
  .hero h1 { font-size: clamp(2.75rem, 13.5vw, 4.1rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 18px; text-align: left; }
  .hero-proof > div { flex: 1; }
  .hero-photo-wrap { min-height: 460px; border-radius: 180px 180px 23px 23px; }
  .hero-badge { left: 15px; bottom: 17px; }
  .note-one { top: 55px; font-size: .85rem; }
  .note-two { top: 170px; }
  .scroll-hint { display: none; }
  .strip-inner { overflow: hidden; justify-content: flex-start; min-height: 62px; }
  .strip-inner span:nth-of-type(n+4), .strip-inner i:nth-of-type(n+4) { display: none; }
  .section h2 { font-size: 2.65rem; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-card { min-height: 390px; }
  .gallery-wide { min-height: 320px; }
  .gallery-cta { align-items: flex-start; flex-direction: column; }
  .gallery-social-links { align-items: flex-start; flex-direction: column; gap: 10px; }
  .arch-photo { height: 520px; }
  .custom-stamp { right: -7px; width: 110px; height: 110px; }
  .custom-copy { text-align: left; }
  .custom-copy .eyebrow { justify-content: flex-start; }
  .steps-list li { grid-template-columns: 43px 1fr; }
  .qualification-row { grid-template-columns: 1fr; }
  .qualification-row div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .about-card-main { width: 290px; }
  .about-card-small { right: 0; }
  .order { padding-top: 10px; }
  .order-shell { padding: 42px 20px; }
  .order-intro .eyebrow { justify-content: flex-start; }
  .order-form { padding: 22px 17px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr auto; gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 24px 0; }
  .modal-card { padding: 30px 19px 22px; }
  .modal-actions { flex-direction: column; }
  .modal-actions .btn { width: 100%; }
}

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