:root {
  --ink: #070803;
  --wine: #474c42;
  --red: #474c42;
  --cream: #ffffff;
  --paper: #ffffff;
  --line: rgba(7, 8, 3, .18);
  --muted-ink: rgba(7, 8, 3, .62);
  --muted-white: rgba(255, 255, 255, .72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-header { height: 96px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw; border-bottom: 1px solid var(--line); position: fixed; top: 0; width: 100%; z-index: 10; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(7,8,3,.08); }
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { display: block; width: 160px; height: 76px; overflow: hidden; background: transparent; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: none; }
nav { display: flex; gap: 38px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
nav a, .footer-links a { transition: color .2s ease; }
nav a:hover, .footer-links a:hover { color: var(--red); }
.nav-cta { justify-self: end; padding: 13px 19px; border: 1px solid var(--ink); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transition: .25s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .25s ease; }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { min-height: 780px; height: 100vh; position: relative; display: grid; grid-template-columns: 58% 42%; padding-top: 96px; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 5vw; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(66px, 7.8vw, 134px); line-height: .92; }
h1 em, h2 em { font-weight: 400; color: var(--red); }
.hero-lead { max-width: 500px; margin: 36px 0; color: var(--muted-ink); font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; min-width: 220px; padding: 18px 20px; border: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; }
.button-primary { background: var(--wine); color: white; }
.button span { font-size: 16px; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { margin-left: 20px; }
.hero-art { background: var(--wine); overflow: hidden; position: relative; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,8,3,.42)); pointer-events: none; }
.hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-index { position: absolute; left: 5vw; bottom: 28px; margin: 0; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.hero-index span { margin: 0 12px; }

.manifesto { background: var(--cream); padding: 110px 12vw 120px; text-align: center; }
.manifesto > p { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.manifesto h2 { max-width: 1050px; margin: 28px auto 0; font-size: clamp(42px, 5.6vw, 82px); line-height: 1.05; }

.section { padding: 130px 7vw; }
.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.section-heading { position: sticky; top: 110px; align-self: start; }
.section-heading h2, .studio-copy h2, .contact-copy h2 { font-size: clamp(50px, 5.5vw, 82px); line-height: .98; }
.section-heading > p:last-child { max-width: 370px; margin-top: 30px; color: var(--muted-ink); font-family: Georgia, serif; font-size: 17px; line-height: 1.6; }
.service-list { border-top: 1px solid var(--line); }
.service-card { padding: 36px 0 30px; border-bottom: 1px solid var(--line); }
.service-top { display: flex; justify-content: space-between; }
.service-number, .service-meta { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--red); }
.service-arrow { font-family: Arial, Helvetica, sans-serif; font-variant-emoji: text; font-size: 20px; transition: transform .25s ease; }
.service-card:hover .service-arrow { transform: translate(5px, -5px); }
.service-card h3 { margin: 30px 0 13px; font: 400 clamp(32px, 3vw, 48px)/1 Georgia, serif; }
.service-card > p { max-width: 500px; margin: 0 0 24px; color: var(--muted-ink); line-height: 1.6; }

.studio { background: #ffffff; border-top: 1px solid var(--line); }
.studio-copy { max-width: 920px; margin: 0 auto; }
.studio-copy .intro { margin: 22px 0 0; max-width: 590px; color: var(--muted-ink); font: 17px/1.65 Georgia, serif; }
blockquote { margin: 45px 0 20px; padding: 26px 0 0 30px; border-left: 1px solid var(--red); max-width: 500px; font: italic 22px/1.5 Georgia, serif; }
.signature { margin-top: 32px; color: var(--red); font: italic 25px/1 Georgia, serif; }

.experience { padding: 120px 7vw; background: var(--wine); color: var(--cream); }
.eyebrow.light { color: var(--muted-white); }
.experience-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.experience h2 { font-size: clamp(54px, 6.6vw, 100px); line-height: 1.04; }
.experience h2 em { color: #ffffff; }
.experience-copy > p { color: var(--muted-white); font: 17px/1.65 Georgia, serif; }
.experience-points { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.2); }
.experience-points span { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 9px; letter-spacing: .18em; }
.experience-points b { font-weight: 400; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 34px 0; color: var(--muted-ink); font: 17px/1.65 Georgia, serif; }
.location { display: flex; gap: 18px; align-items: flex-start; padding-top: 28px; border-top: 1px solid var(--line); max-width: 460px; }
.location > span { color: var(--red); font-size: 24px; }
.location p { margin: 0; font-size: 12px; line-height: 1.8; }
.location b { text-transform: uppercase; letter-spacing: .08em; }
.opening-hours { display: inline-block; margin-top: 8px; color: var(--red); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.booking-panel { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 72px); background: var(--wine); color: #ffffff; }
.panel-label { margin: 0 0 32px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.booking-panel h3 { margin: 0; font: 400 clamp(40px, 4.2vw, 64px)/1 Georgia, serif; letter-spacing: -.04em; }
.booking-panel h3 em { color: #ffffff; font-weight: 400; }
.booking-panel > p:not(.panel-label) { max-width: 500px; margin: 32px 0; color: var(--muted-white); font: 17px/1.65 Georgia, serif; }
.panel-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; transition: padding .25s ease, opacity .25s ease; }
.panel-cta:hover { padding-left: 10px; padding-right: 10px; opacity: .78; }
.panel-cta span { font-size: 17px; }

.team-page { padding-top: 96px; }
.team-hero { padding: 110px 7vw 100px; background: var(--ink); color: #ffffff; }
.team-hero-inner { max-width: 1100px; }
.team-hero h1 { max-width: 950px; font-size: clamp(66px, 8vw, 130px); line-height: .94; }
.team-hero h1 em { color: #ffffff; }
.team-hero-copy { max-width: 600px; margin: 42px 0 0; color: var(--muted-white); font: 18px/1.65 Georgia, serif; }
.team-hero-copy strong { display: inline; margin: 0; padding: 0; color: #ffffff; font: inherit; font-weight: 400; letter-spacing: inherit; text-shadow: .45px 0 currentColor, -.45px 0 currentColor; }
.team-listing { padding: 110px 7vw 130px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 75px 32px; max-width: 1180px; margin-top: 55px; }
.team-card { border-top: 1px solid var(--line); padding-top: 18px; }
.team-photo-placeholder { aspect-ratio: 4 / 5; background: var(--wine); }
.team-photo { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 42%; background: var(--wine); }
.team-card h2 { margin-top: 24px; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.team-card p { margin: 12px 0 22px; color: var(--muted-ink); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.team-card-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.team-card-links a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; transition: color .2s ease; }
.team-card-links a:hover { color: var(--red); }
.team-card-links .instagram-link { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; }
.team-legal-note { max-width: 820px; margin: 70px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); color: var(--muted-ink); font: 14px/1.65 Georgia, serif; }
.instagram-icon { position: relative; display: block; width: 22px; height: 22px; border: 1.4px solid currentColor; border-radius: 6px; }
.instagram-icon::before { content: ""; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border: 1.4px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.instagram-icon::after { content: ""; position: absolute; width: 2.5px; height: 2.5px; right: 4px; top: 4px; border-radius: 50%; background: currentColor; }
.team-back { color: #ffffff; }

.map-section { padding: 90px 5vw 5vw; background: var(--ink); color: #ffffff; }
.map-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; max-width: 1440px; margin: 0 auto 50px; }
.map-heading h2 { font-size: clamp(48px, 5.5vw, 82px); line-height: .92; }
.map-heading h2 em { color: #ffffff; }
.map-link { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; min-width: 210px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; transition: opacity .2s ease; }
.map-link:hover { opacity: .7; }
.map-link span { font-size: 16px; }
.button span, .text-link span, .panel-cta span, .map-link span, .back-to-top { font-family: Arial, Helvetica, sans-serif; font-variant-emoji: text; }
.map-frame { position: relative; max-width: 1440px; height: clamp(390px, 40vw, 590px); margin: 0 auto; border: 1px solid rgba(255,255,255,.28); overflow: hidden; background: var(--wine); }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .35s ease; }
.map-frame.map-loaded iframe { opacity: 1; }
.map-consent { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; text-align: center; background: var(--wine); color: #ffffff; }
.map-loaded .map-consent { display: none; }
.map-consent .panel-label { margin-bottom: 18px; color: var(--muted-white); }
.map-consent h3 { margin: 0; font: 400 clamp(38px, 4vw, 62px)/1 Georgia, serif; letter-spacing: -.04em; }
.map-consent > p:not(.panel-label) { max-width: 520px; margin: 22px auto; color: var(--muted-white); font: 16px/1.6 Georgia, serif; }
.map-consent-button { padding: 15px 22px; border: 1px solid #ffffff; background: #ffffff; color: var(--ink); cursor: pointer; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.map-consent > a { margin-top: 17px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

footer { min-height: 260px; padding: 60px 5vw 34px; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: .9fr 1.25fr auto auto; align-items: start; gap: 40px; }
.footer-brand { color: var(--cream); }
.footer-brand .brand-mark img { filter: brightness(0) invert(1); }
.footer-info p { margin: 7px 0; color: var(--muted-white); max-width: 390px; font: 14px/1.5 Georgia, serif; }
.footer-info .operator-info { margin-top: 13px; font: 9px/1.6 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: flex; gap: 25px; margin-top: 8px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.legal-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 8px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.legal-links a, .privacy-settings { padding: 0 0 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: inherit; cursor: pointer; text-align: left; }
.legal-links a:hover, .privacy-settings:hover { opacity: .7; }
footer .copyright { grid-column: 1 / -1; max-width: none; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.13); font: 8px/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
footer .copyright a { border-bottom: 1px solid currentColor; transition: opacity .2s ease; }
footer .copyright a:hover { opacity: .7; }
.team-footer { margin-top: 0; }

.legal-page { min-height: 100vh; padding-top: 96px; background: var(--paper); }
.legal-hero { padding: 90px 7vw 75px; background: var(--ink); color: #ffffff; }
.legal-hero h1 { max-width: 980px; font-size: clamp(54px, 7vw, 105px); line-height: .95; }
.legal-hero h1 em { color: #ffffff; }
.legal-meta { margin: 30px 0 0; color: var(--muted-white); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.legal-content { max-width: 920px; margin: 0 auto; padding: 90px 5vw 120px; }
.legal-content section { padding: 0 0 46px; margin: 0 0 46px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin-bottom: 22px; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 10px; font: 400 22px/1.25 Georgia, serif; }
.legal-content p, .legal-content li { color: var(--muted-ink); font: 17px/1.75 Georgia, serif; }
.legal-content ul { margin: 16px 0 0; padding-left: 24px; }
.legal-content a { border-bottom: 1px solid currentColor; color: var(--ink); }
.legal-contact { padding: 26px; background: rgba(71,76,66,.08); }
.legal-notice { padding: 24px; border-left: 3px solid var(--wine); background: rgba(71,76,66,.06); }
.cookie-modal-open { overflow: hidden; }
.cookie-banner { position: fixed; z-index: 50; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; max-width: 1240px; margin: 0 auto; padding: 28px 30px; border: 1px solid rgba(255,255,255,.22); background: var(--ink); color: #ffffff; box-shadow: 0 18px 65px rgba(7,8,3,.3); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner-copy { max-width: 710px; }
.cookie-kicker { margin: 0 0 10px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }
.cookie-banner h2, .cookie-panel h2 { margin: 0; color: #ffffff; font-size: clamp(27px, 3vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.cookie-banner-copy > p:last-child { margin: 14px 0 0; color: rgba(255,255,255,.72); font: 14px/1.55 Georgia, serif; }
.cookie-banner a, .cookie-policy-link { border-bottom: 1px solid currentColor; color: #ffffff; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; max-width: 430px; }
.cookie-button { min-height: 44px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.7); background: transparent; color: #ffffff; cursor: pointer; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.cookie-button:hover, .cookie-button:focus-visible { background: #ffffff; color: var(--ink); }
.cookie-save { background: #ffffff; color: var(--ink); }
.cookie-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(7,8,3,.72); backdrop-filter: blur(7px); }
.cookie-panel { position: relative; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(28px, 5vw, 55px); background: var(--wine); color: #ffffff; box-shadow: 0 25px 80px rgba(7,8,3,.38); }
.cookie-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); background: transparent; color: #ffffff; cursor: pointer; font-size: 25px; line-height: 1; }
.cookie-intro { margin: 18px 0 30px; color: rgba(255,255,255,.72); font: 15px/1.6 Georgia, serif; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.2); color: #ffffff; cursor: pointer; }
.cookie-option > div { display: grid; gap: 6px; }
.cookie-option strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cookie-option span { color: rgba(255,255,255,.68); font: 13px/1.45 Georgia, serif; }
.cookie-option input { flex: 0 0 auto; width: 24px; height: 24px; accent-color: var(--ink); cursor: pointer; }
.cookie-option .cookie-always { flex: 0 0 auto; font: 8px/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.cookie-panel-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.cookie-text-button { padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); background: transparent; color: #ffffff; cursor: pointer; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.cookie-policy-link { display: inline-block; margin-top: 26px; padding-bottom: 4px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.back-to-top { position: fixed; z-index: 9; right: 24px; bottom: 24px; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--wine); color: #ffffff; font-size: 19px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.js-ready .reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .menu-toggle { display: block; margin-left: 12px; }
  nav { position: fixed; top: 78px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 18px 5vw 26px; background: #ffffff; border-bottom: 1px solid var(--line); }
  nav a { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .site-header.menu-open nav { display: flex; }
  .nav-cta { padding: 11px 13px; }
  .hero { height: auto; min-height: 100vh; grid-template-columns: 1fr; padding-top: 78px; }
  .hero-copy { min-height: 660px; padding: 80px 6vw 70px; }
  .hero-art { height: 440px; }
  .hero-index { display: none; }
  .services, .contact { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy { max-width: 540px; }
  .map-section { padding-top: 75px; }
  .team-page { padding-top: 78px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
  .legal-page { padding-top: 78px; }
}

@media (max-width: 600px) {
  .brand-mark { width: 138px; height: 66px; }
  .brand-name { display: none; }
  .nav-cta { display: none; }
  .hero-copy { min-height: 610px; }
  h1 { font-size: clamp(56px, 18vw, 84px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .manifesto, .section, .experience { padding: 85px 6vw; }
  .manifesto h2 { font-size: 40px; }
  .service-card h3 { font-size: 36px; }
  .booking-panel { padding: 44px 28px; }
  .map-section { padding: 65px 6vw 6vw; }
  .map-heading { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }
  .map-frame { height: 390px; }
  .team-hero, .team-listing { padding-left: 6vw; padding-right: 6vw; }
  .team-grid { grid-template-columns: 1fr; gap: 50px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .legal-content { padding-top: 65px; padding-bottom: 80px; }
  .legal-hero { padding: 70px 6vw 60px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; gap: 20px; padding: 23px 20px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: none; }
  .cookie-actions .cookie-customize { grid-column: 1 / -1; }
  .cookie-button { width: 100%; }
  .cookie-modal { padding: 10px; }
  .cookie-panel { max-height: calc(100vh - 20px); padding: 32px 22px; }
  .cookie-close { top: 12px; right: 12px; }
  .cookie-option { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-ready .reveal-item { opacity: 1; transform: none; transition: none; }
}
