:root {
  --navy: #171b3d;
  --navy-2: #262b58;
  --ink: #24233a;
  --muted: #6e6c7c;
  --cream: #fbf6ee;
  --paper: #fffdf9;
  --orange: #ed744b;
  --orange-dark: #cf5430;
  --yellow: #f2c96d;
  --sage: #9eb8a5;
  --pink: #e7a5ae;
  --purple: #8175c9;
  --line: rgba(23, 27, 61, .12);
  --shadow: 0 24px 70px rgba(23, 27, 61, .12);
  --radius: 24px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: var(--font); line-height: 1.55; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 12px; color: white; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(251, 246, 238, .86); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(23,27,61,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: white; background: linear-gradient(145deg, var(--navy), var(--purple)); font: 700 17px/1 var(--serif); box-shadow: 0 10px 26px rgba(23,27,61,.2); }
.brand-mark.large { width: 62px; height: 62px; border-radius: 20px; font-size: 22px; background: rgba(255,255,255,.17); box-shadow: none; }
.brand strong { display: block; font: 700 22px/1.05 var(--serif); letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-nav > a { position: relative; padding: 12px 0; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--orange); transition: right .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-account { display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 11px 16px; color: white; background: var(--navy); cursor: pointer; font-weight: 800; }
.account-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(242,201,109,.15); }
.mobile-menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: white; box-shadow: 0 8px 24px rgba(23,27,61,.08); cursor: pointer; }
.mobile-menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }
.hero { position: relative; min-height: 690px; padding: 86px 0 90px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(23,27,61,.10) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to right, transparent, black 35%, black 70%, transparent); opacity: .35; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 13px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.hero h1 { max-width: 720px; margin: 0; color: var(--navy); font: 700 clamp(48px, 6vw, 78px)/.99 var(--serif); letter-spacing: -.055em; }
.hero-intro { max-width: 650px; margin: 28px 0 0; color: #555368; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 14px; padding: 13px 20px; cursor: pointer; font-weight: 850; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(237,116,75,.28); outline-offset: 3px; }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(237,116,75,.25); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(237,116,75,.3); }
.button-light { border-color: var(--line); background: rgba(255,255,255,.72); }
.button-light:hover { background: white; }
.button-white { color: var(--navy); background: white; }
.button-full { width: 100%; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof b { color: var(--orange); }
.hero-art { position: relative; min-height: 510px; }
.art-frame { position: absolute; overflow: hidden; border: 9px solid var(--paper); background: white; box-shadow: var(--shadow); }
.art-frame img { width: 100%; height: 100%; object-fit: cover; }
.art-frame-main { inset: 0 55px 30px 0; border-radius: 45% 45% 24px 24px / 32% 32% 24px 24px; transform: rotate(2deg); }
.art-frame-small { width: 210px; height: 250px; right: 0; bottom: -15px; border-radius: 100px 100px 22px 22px; transform: rotate(-6deg); }
.placeholder-art { width: 100%; height: 100%; position: relative; display: grid; place-items: end start; padding: 26px; overflow: hidden; }
.placeholder-art::before, .placeholder-art::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.placeholder-art span { position: relative; z-index: 3; padding: 8px 12px; border-radius: 999px; color: white; background: rgba(23,27,61,.65); font-size: 12px; font-weight: 800; backdrop-filter: blur(10px); }
.placeholder-one { background: linear-gradient(145deg, #ef926d, #f1ca78 45%, #8175c9); }
.placeholder-one::before { width: 330px; height: 330px; left: -80px; top: 50px; background: #df637e; }
.placeholder-one::after { width: 280px; height: 280px; right: -80px; top: -40px; background: #5d6bb4; }
.placeholder-two { background: linear-gradient(150deg, #a8bea9, #f6d77e 65%, #ed744b); }
.placeholder-two::before { width: 180px; height: 180px; left: -45px; top: 30px; background: #695cb3; }
.floating-note { position: absolute; z-index: 5; left: -30px; bottom: 12px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 18px 44px rgba(23,27,61,.14); backdrop-filter: blur(14px); }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--orange); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 13px; }
.floating-note small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .35; }
.hero-glow-one { width: 280px; height: 280px; right: -100px; top: 20px; background: var(--yellow); }
.hero-glow-two { width: 240px; height: 240px; left: -130px; bottom: 0; background: var(--pink); }
.marquee-strip { overflow: hidden; color: white; background: var(--navy); transform: rotate(-1deg) scale(1.01); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; animation: marquee 24s linear infinite; font: 700 18px/1 var(--serif); }
.marquee-track i { color: var(--yellow); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 50px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .about-copy h2, .contact-copy h2, .account-benefit-card h2 { margin: 0; color: var(--navy); font: 700 clamp(36px, 4vw, 54px)/1.05 var(--serif); letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; color: var(--muted); background: rgba(255,255,255,.6); cursor: pointer; font-size: 13px; font-weight: 800; }
.filter-button.active { color: white; border-color: var(--navy); background: var(--navy); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.portfolio-card { grid-column: span 4; position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: #ddd; box-shadow: 0 14px 42px rgba(23,27,61,.09); cursor: pointer; }
.portfolio-card:nth-child(5n + 1), .portfolio-card:nth-child(5n + 4) { grid-column: span 8; }
.portfolio-card:nth-child(5n + 1) { min-height: 520px; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.portfolio-card:hover img { transform: scale(1.035); }
.portfolio-overlay { position: absolute; inset: auto 0 0; padding: 70px 24px 22px; color: white; background: linear-gradient(transparent, rgba(17,18,37,.85)); }
.portfolio-overlay span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.portfolio-overlay h3 { margin: 6px 0 0; font: 700 24px/1.1 var(--serif); }
.portfolio-favourite { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.88); cursor: pointer; backdrop-filter: blur(12px); }
.portfolio-favourite.active { color: white; background: var(--orange); }
.products-section { background: #f3ecdf; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(23,27,61,.08); border-radius: var(--radius); background: var(--paper); box-shadow: 0 15px 42px rgba(23,27,61,.07); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(23,27,61,.11); }
.product-image { position: relative; aspect-ratio: 1.2; overflow: hidden; background: #e3ddd4; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.88); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.product-body h3 { margin: 0; color: var(--navy); font: 700 25px/1.1 var(--serif); }
.product-body p { margin: 10px 0 20px; color: var(--muted); font-size: 14px; }
.product-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.product-price { font-size: 19px; font-weight: 900; color: var(--navy); }
.product-action { border: 0; border-radius: 12px; padding: 10px 14px; color: white; background: var(--orange); cursor: pointer; font-size: 12px; font-weight: 850; }
.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 520px; }
.about-shape { position: absolute; border-radius: 45% 55% 50% 50%; }
.about-shape-one { inset: 0 75px 40px 0; background: linear-gradient(145deg, var(--purple), #505892); transform: rotate(-8deg); }
.about-shape-two { width: 260px; height: 260px; right: 0; bottom: 0; background: linear-gradient(145deg, var(--yellow), var(--orange)); transform: rotate(12deg); }
.about-card { position: absolute; inset: 90px 40px auto 80px; z-index: 2; padding: 40px; border: 1px solid rgba(255,255,255,.5); border-radius: 26px; color: white; background: rgba(255,255,255,.16); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.about-card span { display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 80px; border-radius: 16px; color: var(--navy); background: var(--yellow); font: 700 20px var(--serif); }
.about-card strong { display: block; font: 700 34px/1.15 var(--serif); }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.process-list { margin-top: 36px; display: grid; gap: 15px; }
.process-list > div { display: grid; grid-template-columns: 46px 1fr; column-gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.55); }
.process-list span { grid-row: span 2; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--navy); font-weight: 900; }
.process-list strong { align-self: end; }
.process-list p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.account-benefits { padding-top: 20px; }
.account-benefit-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px; border-radius: 32px; color: white; background: linear-gradient(125deg, var(--navy), #343668 65%, #6a5eb3); box-shadow: var(--shadow); }
.account-benefit-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; top: -120px; border-radius: 50%; background: rgba(242,201,109,.22); }
.account-benefit-card > * { position: relative; z-index: 2; }
.account-benefit-card h2 { color: white; }
.account-benefit-card p:not(.eyebrow) { max-width: 710px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.contact-section { padding-bottom: 120px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; gap: 12px; margin-top: 34px; }
.contact-details a { display: flex; align-items: center; gap: 13px; }
.contact-details a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--orange); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); }
.contact-form { display: grid; gap: 17px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; }
label > span { font-size: 12px; font-weight: 850; color: #45435c; }
input, textarea, select { width: 100%; border: 1px solid rgba(23,27,61,.16); border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fffdfa; transition: border-color .18s, box-shadow .18s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(237,116,75,.12); outline: 0; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 11px; }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed rgba(23,27,61,.2); border-radius: var(--radius); background: rgba(255,255,255,.4); }
.empty-state span { color: var(--orange); font-size: 32px; }
.empty-state h3 { margin: 8px 0 4px; font: 700 25px var(--serif); }
.empty-state p { margin: 0; color: var(--muted); }
.site-footer { padding: 65px 0 24px; color: rgba(255,255,255,.74); background: #10132c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1fr; gap: 45px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand strong { color: white; font: 700 24px var(--serif); }
.footer-brand p { max-width: 300px; margin: 8px 0 0; color: rgba(255,255,255,.52); }
.site-footer h3 { margin: 0 0 14px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a, .site-footer button { display: block; margin: 9px 0; border: 0; padding: 0; color: rgba(255,255,255,.65); background: none; cursor: pointer; text-align: left; }
.site-footer a:hover, .site-footer button:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
dialog { max-width: none; max-height: none; border: 0; padding: 0; background: transparent; }
dialog::backdrop { background: rgba(12,13,30,.68); backdrop-filter: blur(6px); }
.modal-shell { width: min(900px, calc(100vw - 28px)); display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; border-radius: 28px; background: white; box-shadow: 0 35px 100px rgba(10,12,30,.35); }
.modal-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.85); cursor: pointer; font-size: 26px; line-height: 1; }
.modal-close.in-flow { position: static; color: white; background: rgba(255,255,255,.12); }
.auth-side { padding: 48px; color: white; background: linear-gradient(145deg, var(--navy), #5d55a2); }
.auth-side h2 { margin: 120px 0 12px; font: 700 41px/1.02 var(--serif); }
.auth-side p:last-child { color: rgba(255,255,255,.68); }
.auth-content { padding: 48px; }
.auth-tabs { display: flex; gap: 6px; margin-bottom: 34px; padding: 5px; border-radius: 12px; background: #f4f1eb; }
.auth-tabs button { flex: 1; border: 0; border-radius: 9px; padding: 10px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 850; }
.auth-tabs button.active { color: var(--navy); background: white; box-shadow: 0 4px 16px rgba(23,27,61,.08); }
.auth-content h2, .simple-modal-shell h2 { margin: 0; font: 700 36px/1.05 var(--serif); color: var(--navy); }
.auth-content > p { margin-top: 8px; color: var(--muted); }
.auth-content form, .simple-modal-shell form { display: grid; gap: 15px; margin-top: 25px; }
.auth-error { min-height: 20px; margin: 0; color: #bc352d; font-size: 12px; }
.demo-warning { padding: 12px; border-radius: 10px; color: #71551e !important; background: #fff4d6; font-size: 11px; }
.account-shell { width: min(860px, calc(100vw - 28px)); max-height: calc(100vh - 35px); overflow: auto; border-radius: 28px; background: white; box-shadow: 0 35px 100px rgba(10,12,30,.35); }
.account-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px; color: white; background: var(--navy); }
.account-header h2 { margin: 0; font: 700 34px var(--serif); }
.account-profile { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 30px; border-bottom: 1px solid var(--line); }
.profile-identity { display: flex; align-items: center; gap: 14px; }
.profile-avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: white; background: linear-gradient(145deg, var(--orange), var(--pink)); font-weight: 900; }
.profile-identity strong, .profile-identity span { display: block; }
.profile-identity span { color: var(--muted); font-size: 13px; }
.text-button { border: 0; padding: 8px; color: var(--orange-dark); background: none; cursor: pointer; font-weight: 850; }
.account-tabs { display: flex; gap: 10px; padding: 20px 30px 0; }
.account-tabs button { border: 0; border-bottom: 3px solid transparent; padding: 11px 4px; color: var(--muted); background: none; cursor: pointer; font-weight: 850; }
.account-tabs button.active { color: var(--navy); border-color: var(--orange); }
#accountPanel { min-height: 280px; padding: 24px 30px 35px; }
.account-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.account-card { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; }
.account-card img { width: 76px; height: 76px; object-fit: cover; border-radius: 12px; }
.account-card h3 { margin: 0; font: 700 19px var(--serif); }
.account-card p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.enquiry-row { padding: 17px 0; border-bottom: 1px solid var(--line); }
.enquiry-row:first-child { padding-top: 0; }
.enquiry-row strong { color: var(--navy); }
.enquiry-row p { margin: 6px 0; color: var(--muted); }
.enquiry-row small { color: var(--muted); }
.simple-modal-shell { position: relative; width: min(570px, calc(100vw - 28px)); max-height: calc(100vh - 35px); overflow: auto; padding: 40px; border-radius: 25px; background: white; box-shadow: 0 35px 100px rgba(10,12,30,.35); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 500; max-width: min(460px, calc(100vw - 30px)); padding: 13px 18px; border-radius: 13px; color: white; background: var(--navy); box-shadow: 0 18px 44px rgba(10,12,30,.28); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .2s, transform .2s; font-size: 13px; font-weight: 750; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .mobile-menu-button { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; align-items: stretch; flex-direction: column; gap: 3px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 11px; }
  .nav-account { justify-content: center; margin-top: 6px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(620px,100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-grid { gap: 45px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .hero { min-height: auto; padding: 58px 0 70px; }
  .hero-grid { gap: 50px; }
  .hero h1 { font-size: clamp(43px,13vw,64px); }
  .hero-intro { font-size: 16px; }
  .hero-proof { gap: 12px 20px; }
  .hero-art { min-height: 390px; }
  .art-frame-main { right: 30px; }
  .art-frame-small { width: 145px; height: 185px; }
  .floating-note { left: 8px; bottom: -18px; }
  .marquee-track { font-size: 15px; }
  .section { padding: 78px 0; }
  .section-heading h2, .about-copy h2, .contact-copy h2, .account-benefit-card h2 { font-size: 38px; }
  .portfolio-card, .portfolio-card:nth-child(5n + 1), .portfolio-card:nth-child(5n + 4) { grid-column: span 12; min-height: 390px; }
  .product-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 410px; }
  .about-card { inset: 65px 22px auto 40px; padding: 28px; }
  .about-card span { margin-bottom: 55px; }
  .about-card strong { font-size: 28px; }
  .account-benefit-card { align-items: flex-start; flex-direction: column; padding: 35px 26px; }
  .form-row.two { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: span 2; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .modal-shell { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .auth-content { padding: 34px 24px; }
  .account-profile { align-items: flex-start; flex-direction: column; }
  .account-grid { grid-template-columns: 1fr; }
  .account-tabs { overflow-x: auto; }
  .simple-modal-shell { padding: 34px 22px 25px; }
}
@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; }
}
