:root{
  --bg:#06100e;
  --bg-2:#0b1714;
  --paper:#f1eee5;
  --muted:#a8b3ae;
  --line:rgba(255,255,255,.12);
  --gold:#d8a33e;
  --gold-2:#f0c870;
  --green:#234e3b;
  --shadow:0 24px 80px rgba(0,0,0,.36);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:100;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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.section-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.topbar{width:min(1240px,calc(100% - 32px));height:78px;margin:14px auto 0;padding:0 20px;position:sticky;top:14px;z-index:50;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.1);background:rgba(6,16,14,.7);backdrop-filter:blur(18px);border-radius:22px}.brand{display:flex;gap:11px;align-items:center}.brand-mark{width:42px;height:42px;border:1px solid rgba(216,163,62,.5);display:grid;place-items:center;border-radius:12px;color:var(--gold)}.brand-mark svg{width:27px;fill:none;stroke:currentColor;stroke-width:2}.brand strong{font:700 14px Georgia,serif;letter-spacing:.14em;display:block}.brand small{font-size:11px;color:var(--gold);letter-spacing:.22em}.desktop-nav{display:flex;gap:30px;font-size:13px;color:#d5dcd8}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--gold);transition:.3s}.desktop-nav a:hover:after{right:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid var(--gold);border-radius:999px;background:var(--gold);color:#142018;font-weight:750;cursor:pointer;transition:transform .25s,box-shadow .25s,background .25s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(216,163,62,.22)}.button-small{min-height:43px;padding:0 18px;font-size:13px}.button-ghost{background:transparent;color:var(--paper);border-color:rgba(255,255,255,.25)}.hero{min-height:760px;padding:86px 0 72px;display:grid;grid-template-columns:.86fr 1.14fr;gap:64px;align-items:center}.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:var(--gold-2);font-size:12px;font-weight:800;letter-spacing:.24em}.hero h1,.section-heading h2,.cinema h2,.value-copy h2,.location h2,.contact h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.04em}.hero h1{font-size:clamp(56px,7.2vw,98px);line-height:.93;margin:0 0 26px;max-width:720px}.hero h1 em{color:var(--gold-2);font-weight:400}.hero-lead{font-size:18px;line-height:1.72;color:#bcc6c1;max-width:580px}.hero-actions{display:flex;gap:12px;margin-top:34px}.microproof{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px;color:#c2cbc7;font-size:13px}.microproof span{display:flex;align-items:center;gap:8px}.microproof i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(216,163,62,.1)}.hero-visual{position:relative;min-height:580px;perspective:1200px;transform-style:preserve-3d}.hero-frame{position:absolute;inset:0 0 0 7%;border-radius:34px;overflow:hidden;border:1px solid rgba(240,200,112,.4);box-shadow:var(--shadow);transform:rotateY(-5deg) rotateX(2deg);transform-style:preserve-3d;transition:transform .18s ease}.hero-frame img{width:100%;height:100%;object-fit:cover}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,9,7,.76)),linear-gradient(90deg,rgba(3,12,9,.2),transparent 55%)}.sun-orbit{position:absolute;width:400px;height:400px;border-radius:50%;right:-80px;top:-85px;background:radial-gradient(circle,rgba(216,163,62,.24),transparent 66%);filter:blur(6px)}.floating-tag{position:absolute;top:28px;left:30px;padding:11px 14px;border:1px solid rgba(255,255,255,.18);background:rgba(5,14,12,.42);backdrop-filter:blur(10px);border-radius:999px;font-size:12px}.floating-tag span{color:var(--gold-2);margin-right:8px}.floating-card{position:absolute;left:28px;right:28px;bottom:24px;padding:21px 24px;border:1px solid rgba(255,255,255,.16);background:rgba(5,13,11,.66);backdrop-filter:blur(16px);border-radius:20px;display:grid;grid-template-columns:1fr auto;gap:4px 20px;align-items:end}.floating-card small{grid-column:1/-1;color:var(--gold-2);font-weight:800;letter-spacing:.14em}.floating-card strong{font-family:Georgia,serif;font-size:24px}.floating-card span{color:#bec7c3;font-size:13px}.depth-card{position:absolute;border:1px solid rgba(216,163,62,.16);border-radius:34px;inset:28px 3% -28px 11%;z-index:-1;background:#0b1a16}.depth-two{inset:55px 0 -55px 15%;opacity:.5}.trust-strip{border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);width:min(1240px,calc(100% - 32px));margin:0 auto;padding:28px 26px;gap:20px}.trust-strip div{padding-left:18px;border-left:1px solid var(--line)}.trust-strip strong{display:block;color:var(--gold-2);font-family:Georgia,serif;font-size:20px;font-weight:400}.trust-strip span{font-size:12px;color:var(--muted)}.experience{padding:130px 0}.section-heading{max-width:720px}.section-heading h2,.cinema h2,.value-copy h2,.location h2,.contact h2{font-size:clamp(42px,5.2vw,72px);line-height:1.03;margin:0 0 22px}.section-heading p:not(.eyebrow),.cinema-copy>p:not(.eyebrow),.value-copy>p:not(.eyebrow),.location-copy>p:not(.eyebrow),.contact-panel>div>p:not(.eyebrow){color:var(--muted);line-height:1.75;font-size:17px}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px}.story-card{position:relative;min-height:280px;padding:32px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(150deg,rgba(255,255,255,.035),rgba(255,255,255,.008));overflow:hidden}.story-card:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(216,163,62,.16);border-radius:50%;right:-70px;top:-70px}.story-card .number{color:var(--gold-2);font-size:12px;letter-spacing:.2em}.story-card h3{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:82px 0 14px}.story-card p{color:var(--muted);line-height:1.7;margin:0}.cinema{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;padding:40px 0 140px}.check-list{list-style:none;padding:0;margin:30px 0}.check-list li{padding:13px 0 13px 31px;position:relative;border-bottom:1px solid var(--line);color:#d8dfdc}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold)}.text-link{display:inline-flex;gap:14px;color:var(--gold-2);font-weight:700}.text-link span{transition:.25s}.text-link:hover span{transform:translateX(5px)}.cinema-frame{position:relative;border-radius:30px;overflow:hidden;border:1px solid rgba(216,163,62,.3);box-shadow:var(--shadow);transform:perspective(1000px) rotateY(5deg);transition:transform .2s}.cinema-frame img{display:block;width:100%;min-height:420px;object-fit:cover}.cinema-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.75))}.cinema-label{position:absolute;left:24px;bottom:22px;z-index:2;font-size:13px;letter-spacing:.12em;text-transform:uppercase;display:flex;gap:9px;align-items:center}.cinema-label span{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 8px rgba(216,163,62,.12)}.gallery-section{padding:120px 0;background:#0b1613;border-block:1px solid var(--line)}.section-heading.compact{max-width:880px}.gallery-grid{margin-top:54px;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:230px;gap:16px}.gallery-card{grid-column:span 4;position:relative;padding:0;border:0;border-radius:24px;overflow:hidden;background:#111;cursor:pointer;color:white;text-align:left}.gallery-card.tall{grid-row:span 2}.gallery-card.wide{grid-column:span 8}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s,filter .4s}.gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78))}.gallery-card span{position:absolute;left:22px;bottom:20px;z-index:2;display:flex;flex-direction:column}.gallery-card b{font-family:Georgia,serif;font-size:28px;font-weight:400}.gallery-card small{color:#d3dad7;margin-top:4px}.gallery-card:hover img{transform:scale(1.07);filter:saturate(1.12)}.demo-note{font-size:12px;color:#7f8c86;margin-top:18px}.value-section{padding:140px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:76px;align-items:center}.value-visual{position:relative;min-height:520px;border-radius:32px;overflow:hidden}.value-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.value-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,12,10,.05),rgba(5,12,10,.88))}.quote{position:absolute;z-index:2;left:34px;right:34px;bottom:32px;font-family:Georgia,serif;font-size:28px;line-height:1.35}.value-points{margin-top:34px;display:grid;gap:12px}.value-points div{padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:120px 1fr;gap:18px}.value-points strong{color:var(--gold-2)}.value-points span{color:var(--muted)}.location{padding:130px 0;background:linear-gradient(135deg,#0a1613,#08110f)}.location-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}.route-card{display:grid;grid-template-columns:14px 1fr;gap:0 16px;margin:36px 0;padding:24px;border:1px solid var(--line);border-radius:22px}.route-dot{width:14px;height:14px;border-radius:50%;margin-top:8px;background:var(--gold)}.route-dot.finish{background:var(--paper)}.route-line{width:1px;height:42px;background:linear-gradient(var(--gold),var(--paper));margin-left:6px}.route-card small{display:block;color:var(--muted);font-size:10px;letter-spacing:.15em}.route-card strong{font-size:16px}.location-note{font-size:12px!important;color:#78847f!important}.map-art{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.1);border-radius:32px;overflow:hidden;background:radial-gradient(circle at 62% 54%,rgba(216,163,62,.15),transparent 23%),linear-gradient(145deg,#19372a,#091612)}.lake-shape{position:absolute;width:62%;height:90%;left:18%;top:4%;border:2px solid rgba(151,201,188,.38);border-radius:46% 54% 38% 62%/61% 34% 66% 39%;transform:rotate(16deg);box-shadow:inset 0 0 90px rgba(70,150,136,.13);background:rgba(40,110,99,.12)}.map-pin{position:absolute;left:56%;top:45%;width:58px;height:58px;background:var(--gold);border-radius:50% 50% 50% 8%;transform:rotate(-45deg);box-shadow:0 14px 40px rgba(216,163,62,.35)}.map-pin span{position:absolute;width:18px;height:18px;left:20px;top:20px;background:#0c1714;border-radius:50%}.map-label{position:absolute;left:12%;top:16%;font-family:Georgia,serif;font-size:23px;color:rgba(255,255,255,.72);letter-spacing:.09em}.contour{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.c1{width:80%;height:70%;left:7%;top:10%;transform:rotate(-10deg)}.c2{width:65%;height:54%;left:25%;top:29%;transform:rotate(17deg)}.c3{width:44%;height:35%;left:3%;bottom:3%;transform:rotate(-25deg)}.contact{padding:120px 0}.contact-panel{padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;border:1px solid rgba(216,163,62,.28);border-radius:34px;background:radial-gradient(circle at 85% 20%,rgba(216,163,62,.11),transparent 33%),#0b1714}.lead-form{display:grid;gap:15px}.lead-form label{display:grid;gap:8px;font-size:13px;color:#d5ddd9}.lead-form input,.lead-form select{width:100%;min-height:52px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#07110f;color:var(--paper);outline:none}.lead-form input:focus,.lead-form select:focus{border-color:var(--gold)}.lead-form small{color:#77837d;font-size:11px;line-height:1.5}footer{width:min(1240px,calc(100% - 32px));margin:0 auto 30px;padding:35px 12px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:18px;color:var(--muted);font-size:12px}.footer-brand strong{font-family:Georgia,serif;color:var(--paper);font-size:18px;font-weight:400;display:block}.footer-brand span{display:block;margin-top:5px}.footer-links{display:flex;gap:20px;color:var(--paper)}footer>p{grid-column:1/-1;margin:8px 0 0}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#29a861;box-shadow:0 16px 42px rgba(0,0,0,.38)}.whatsapp-float svg{width:31px;fill:white}.gallery-modal{width:min(940px,calc(100% - 28px));border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#07110f;color:white;padding:16px;box-shadow:var(--shadow)}.gallery-modal::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(8px)}.gallery-modal figure{margin:0}.gallery-modal img{display:block;width:100%;max-height:76vh;object-fit:contain;border-radius:18px;background:#020504}.gallery-modal figcaption{padding:14px 8px 2px;color:#cbd3d0}.modal-close,.modal-arrow{position:absolute;z-index:3;border:1px solid rgba(255,255,255,.2);color:white;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);cursor:pointer}.modal-close{right:26px;top:26px;width:42px;height:42px;border-radius:50%;font-size:26px}.modal-arrow{top:50%;transform:translateY(-50%);width:44px;height:60px;border-radius:16px;font-size:36px}.modal-arrow.prev{left:26px}.modal-arrow.next{right:26px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{max-width:760px}.hero-visual{min-height:560px}.trust-strip{grid-template-columns:repeat(2,1fr)}.cinema,.value-section,.location-grid,.contact-panel{grid-template-columns:1fr}.cinema-copy{max-width:700px}.experience-grid{grid-template-columns:1fr}.story-card{min-height:220px}.story-card h3{margin-top:48px}.gallery-grid{grid-auto-rows:220px}.gallery-card{grid-column:span 6}.gallery-card.wide{grid-column:span 12}.gallery-card.tall{grid-row:span 1}.value-visual{min-height:420px}.map-art{min-height:430px}}
@media (max-width:640px){.section-shell{width:min(100% - 26px,1180px)}.topbar{height:67px;padding:0 12px}.brand-mark{width:38px;height:38px}.brand strong{font-size:12px}.button-small{font-size:0;width:43px;padding:0}.button-small:before{content:"↗";font-size:18px}.hero{padding:62px 0 60px;gap:40px}.hero h1{font-size:54px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.microproof{gap:11px;flex-direction:column}.hero-visual{min-height:470px}.hero-frame{inset:0;border-radius:24px;transform:none}.depth-card{display:none}.floating-card{grid-template-columns:1fr;left:14px;right:14px;bottom:14px}.floating-card strong{font-size:20px}.floating-card span{font-size:12px}.trust-strip{grid-template-columns:1fr;padding:20px}.trust-strip div{padding:12px 0 12px 14px}.experience,.gallery-section,.location,.contact{padding:90px 0}.cinema{padding-bottom:100px;gap:40px}.section-heading h2,.cinema h2,.value-copy h2,.location h2,.contact h2{font-size:42px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-card,.gallery-card.wide{grid-column:1}.value-section{padding:100px 0;gap:45px}.value-visual{min-height:440px}.quote{font-size:23px;left:22px;right:22px}.value-points div{grid-template-columns:1fr;gap:5px}.contact-panel{padding:28px;gap:32px}.map-art{min-height:370px}.map-label{font-size:18px}.gallery-modal{padding:8px}.modal-arrow{width:38px;height:52px}.modal-arrow.prev{left:14px}.modal-arrow.next{right:14px}.modal-close{right:16px;top:16px}footer{grid-template-columns:1fr}.footer-links{margin-top:8px}}
/* Camada extra para telefones estreitos (320–430 px). */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a,
button,
select,
input {
  touch-action: manipulation;
}

@media (max-width: 640px) {
  .topbar {
    width: calc(100% - 16px);
    margin-top: 8px;
    top: 8px;
    padding-inline: 10px;
    border-radius: 16px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: .16em;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 54px);
    overflow-wrap: anywhere;
  }

  .hero-actions .button {
    width: 100%;
  }

  .microproof {
    font-size: 12px;
  }

  .hero-visual {
    min-height: min(118vw, 470px);
  }

  .hero-frame {
    width: 100%;
  }

  .floating-card {
    padding: 17px;
  }

  .floating-card strong {
    font-size: clamp(18px, 6vw, 22px);
  }

  .trust-strip,
  .experience-grid,
  .gallery-grid,
  .value-points {
    min-width: 0;
  }

  .story-card,
  .gallery-card,
  .contact-panel,
  .map-art {
    min-width: 0;
  }

  .gallery-card b {
    font-size: clamp(23px, 7vw, 28px);
  }

  .gallery-modal {
    width: calc(100% - 18px);
    max-width: none;
    max-height: calc(100dvh - 18px);
    margin: auto;
    padding: 8px;
    border-radius: 20px;
  }

  .gallery-modal img {
    max-height: 68dvh;
    border-radius: 14px;
  }

  .gallery-modal figcaption {
    padding: 10px 6px 4px;
    font-size: 13px;
  }

  .modal-close {
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
  }

  .modal-arrow {
    top: 42%;
    width: 40px;
    height: 50px;
  }

  .modal-arrow.prev {
    left: 12px;
  }

  .modal-arrow.next {
    right: 12px;
  }

  .lead-form .button {
    width: 100%;
  }

  .lead-form input,
  .lead-form select {
    min-height: 54px;
    font-size: 16px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 380px) {
  .section-shell {
    width: calc(100% - 22px);
  }

  .topbar {
    height: 62px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 11px;
  }

  .brand small {
    font-size: 8px;
  }

  .button-small {
    width: 40px;
    min-height: 40px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-visual {
    min-height: 350px;
  }

  .floating-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .floating-card small {
    font-size: 9px;
  }

  .section-heading h2,
  .cinema h2,
  .value-copy h2,
  .location h2,
  .contact h2 {
    font-size: 37px;
  }

  .contact-panel {
    padding: 22px 18px;
  }
}
/* Camada extra para telefones estreitos (320–430 px). */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a,
button,
select,
input {
  touch-action: manipulation;
}

@media (max-width: 640px) {
  .topbar {
    width: calc(100% - 16px);
    margin-top: 8px;
    top: 8px;
    padding-inline: 10px;
    border-radius: 16px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: .16em;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-copy,
  .hero-visual {
    min-width: 0;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 54px);
    overflow-wrap: anywhere;
  }

  .hero-actions .button {
    width: 100%;
  }

  .microproof {
    font-size: 12px;
  }

  .hero-visual {
    min-height: min(118vw, 470px);
  }

  .sun-orbit {
    display: none;
  }

  .hero-frame {
    width: 100%;
  }

  .floating-card {
    padding: 17px;
  }

  .floating-card strong {
    font-size: clamp(18px, 6vw, 22px);
  }

  .trust-strip,
  .experience-grid,
  .gallery-grid,
  .value-points {
    min-width: 0;
  }

  .story-card,
  .gallery-card,
  .contact-panel,
  .map-art {
    min-width: 0;
  }

  .gallery-card b {
    font-size: clamp(23px, 7vw, 28px);
  }

  .gallery-modal {
    width: calc(100% - 18px);
    max-width: none;
    max-height: calc(100dvh - 18px);
    margin: auto;
    padding: 8px;
    border-radius: 20px;
  }

  .gallery-modal img {
    max-height: 68dvh;
    border-radius: 14px;
  }

  .gallery-modal figcaption {
    padding: 10px 6px 4px;
    font-size: 13px;
  }

  .modal-close {
    right: 14px;
    top: 14px;
    width: 40px;
    height: 40px;
  }

  .modal-arrow {
    top: 42%;
    width: 40px;
    height: 50px;
  }

  .modal-arrow.prev {
    left: 12px;
  }

  .modal-arrow.next {
    right: 12px;
  }

  .lead-form .button {
    width: 100%;
  }

  .lead-form input,
  .lead-form select {
    min-height: 54px;
    font-size: 16px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 380px) {
  .section-shell {
    width: calc(100% - 22px);
  }

  .topbar {
    height: 62px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 11px;
  }

  .brand small {
    font-size: 8px;
  }

  .button-small {
    width: 40px;
    min-height: 40px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-visual {
    min-height: 350px;
  }

  .floating-card {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .floating-card small {
    font-size: 9px;
  }

  .section-heading h2,
  .cinema h2,
  .value-copy h2,
  .location h2,
  .contact h2 {
    font-size: 37px;
  }

  .contact-panel {
    padding: 22px 18px;
  }
}
