:root {
  --ink: #0d1a2b;
  --ink-soft: #24354d;
  --paper: #f7f5ef;
  --paper-warm: #eeeae1;
  --white: #ffffff;
  --line: rgba(13, 26, 43, .16);
  --blue: #2358d8;
  --sky: #bde0ff;
  --orange: #f6773d;
  --mint: #c2ead9;
  --shadow: 0 28px 70px rgba(13, 26, 43, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--sky); color: var(--ink); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; top: -50px; left: 16px; z-index: 100; background: var(--white); color: var(--ink); padding: 10px 15px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(247,245,239,.88); border-color: var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 780; letter-spacing: -.035em; font-size: 1rem; }
.brand img { width: 37px; height: 37px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { color: var(--ink-soft); transition: color .2s ease; }
.primary-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 10px 15px; background: var(--ink); color: var(--white); border-radius: 10px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; padding: 9px 7px; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 4px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 730px; display: grid; align-items: center; padding-top: 74px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 61vw; height: 61vw; min-width: 750px; min-height: 750px; top: -39vw; right: -18vw; border-radius: 50%; background: var(--sky); filter: blur(1px); opacity: .76; }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; left: -300px; bottom: -350px; border-radius: 50%; background: var(--orange); opacity: .18; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; }
.pulse-dot { width: 8px; height: 8px; border-radius: 99px; display: inline-block; background: var(--orange); box-shadow: 0 0 0 5px rgba(246,119,61,.16); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6vw, 6.4rem); line-height: .93; letter-spacing: -.065em; font-weight: 800; }
h1 em { color: var(--blue); font-weight: 500; }
.hero-lede { max-width: 620px; font-size: 1.13rem; color: var(--ink-soft); margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 18px; border-radius: 12px; font-weight: 760; font-size: .95rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 26px rgba(13,26,43,.13); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--blue); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.button-quiet:hover { background: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-facts li { padding: 0 22px; border-left: 1px solid var(--line); display: grid; gap: 2px; }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; letter-spacing: -.03em; }
.hero-facts span { font-size: .78rem; color: var(--ink-soft); }

.hero-art { position: relative; height: 545px; min-width: 0; }
.profile-card { position: absolute; inset: 38px 62px 35px 70px; z-index: 3; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); border: 7px solid rgba(255,255,255,.88); box-shadow: var(--shadow); transform: rotate(3deg); }
.profile-photo { display: grid; place-items: center; flex: 1; min-height: 320px; background: linear-gradient(135deg, #d5ecff 0%, #a9d2fc 100%); position: relative; overflow: hidden; }
.profile-photo::before, .profile-photo::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(13,26,43,.18); border-radius: 50%; }
.profile-photo::before { left: -95px; top: -90px; }
.profile-photo::after { right: -110px; bottom: -110px; }
.profile-photo img { width: 64%; position: relative; z-index: 1; }
.profile-card-bottom { color: var(--white); padding: 15px 4px 0; }
.profile-card-bottom p { margin: 0 0 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; letter-spacing: -.045em; }
.profile-card-bottom span { color: #b8cbdf; font-size: .78rem; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(13,26,43,.18); }
.orbit-one { width: 497px; height: 497px; left: 4px; top: 24px; }
.orbit-two { width: 373px; height: 373px; right: 0; bottom: 7px; border-color: rgba(35,88,216,.32); }
.floating-note { position: absolute; z-index: 5; padding: 9px 12px; display: flex; gap: 9px; background: var(--white); box-shadow: 0 12px 23px rgba(13,26,43,.13); font-weight: 750; font-size: .78rem; transform: rotate(-4deg); }
.floating-note span { color: var(--orange); }
.note-one { top: 62px; right: 0; }
.note-two { bottom: 58px; left: 0; transform: rotate(5deg); }
.spark { position: absolute; z-index: 5; color: var(--orange); font-size: 2.3rem; }
.spark-one { top: 22px; left: 36px; }.spark-two { right: 21px; bottom: 26px; color: var(--blue); font-size: 1.55rem; }

.statement-band { background: var(--ink); color: var(--white); padding: 36px 0; }
.statement-band p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.8rem); text-align: center; letter-spacing: -.04em; line-height: 1.1; }
.statement-band span { color: var(--sky); }

.split-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 92px; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.055em; line-height: .97; margin-bottom: 0; }
.body-copy { max-width: 650px; padding-top: 4px; }
.body-copy p { font-size: 1.12rem; color: var(--ink-soft); margin-bottom: 22px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--blue); font-weight: 800; padding-bottom: 3px; border-bottom: 1px solid currentColor; transition: gap .2s ease; }
.text-link:hover { gap: 14px; }

.experience-section { background: var(--paper-warm); }
.section-heading { max-width: 710px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 17px; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 0; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.focus-card { min-height: 340px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.48); display: flex; flex-direction: column; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.focus-card:hover { background: var(--white); transform: translateY(-8px); box-shadow: 0 18px 36px rgba(13,26,43,.09); }
.card-number { color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.focus-card h3 { margin: 55px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; letter-spacing: -.045em; line-height: 1; }
.focus-card p { color: var(--ink-soft); font-size: .94rem; }
.chip-row { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; padding-top: 20px; }
.chip-row span { padding: 5px 7px; border: 1px solid var(--line); font-size: .68rem; font-weight: 750; color: var(--ink-soft); border-radius: 999px; }

.project-list { border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease; }
.project-row:hover { padding-inline: 14px; background: rgba(189,224,255,.23); }
.project-index { color: var(--blue); font-weight: 800; font-size: .8rem; letter-spacing: .08em; }
.project-kind { color: var(--orange); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: .68rem; margin-bottom: 6px; }
.project-copy h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 3vw, 2.45rem); letter-spacing: -.045em; line-height: 1; margin-bottom: 9px; }
.project-copy p:last-child { color: var(--ink-soft); max-width: 730px; margin-bottom: 0; }
.project-link { font-weight: 800; color: var(--blue); white-space: nowrap; }
.project-link span { margin-left: 5px; }

.follow-section { background: var(--sky); }
.follow-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 53px; background: rgba(255,255,255,.5); border: 1px solid rgba(13,26,43,.1); border-radius: var(--radius-lg); }
.follow-copy h2 { margin-bottom: 16px; }
.follow-copy > p:last-child { color: var(--ink-soft); margin-bottom: 0; }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.social-card { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: center; min-height: 85px; padding: 15px; background: var(--white); border: 1px solid rgba(13,26,43,.1); border-radius: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.social-card:hover { transform: translateY(-3px); box-shadow: 0 14px 23px rgba(13,26,43,.09); }
.social-card-accent { background: var(--ink); color: var(--white); }
.social-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-warm); font-family: Georgia, "Times New Roman", serif; font-weight: 800; font-size: 1.25rem; }
.social-card-accent .social-icon { background: var(--orange); color: var(--ink); font-family: Inter, sans-serif; }
.social-card strong, .social-card small { display: block; }
.social-card strong { font-size: .85rem; }.social-card small { margin-top: 1px; font-size: .72rem; color: #667384; }.social-card-accent small { color: #b8cbdf; }
.social-card b { font-size: .95rem; }

.cta-section { padding-top: 88px; padding-bottom: 88px; }
.cta-card { padding: 72px 48px; background: var(--orange); border-radius: var(--radius-lg); text-align: center; position: relative; overflow: hidden; }
.cta-card::before, .cta-card::after { content: ""; position: absolute; border: 1px solid rgba(13,26,43,.22); border-radius: 50%; }
.cta-card::before { width: 300px; height: 300px; left: -150px; bottom: -180px; }.cta-card::after { width: 290px; height: 290px; right: -130px; top: -170px; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card .eyebrow { justify-content: center; color: var(--ink); }.cta-card h2 { max-width: 800px; margin: 0 auto 26px; }

.site-footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; gap: 20px; align-items: center; justify-content: space-between; }.site-footer p { margin: 0; color: var(--ink-soft); font-size: .78rem; }.brand-footer { font-size: .88rem; }.back-top { color: var(--blue); font-size: .8rem; font-weight: 750; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .72s ease, transform .72s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .09s; }.delay-2 { transition-delay: .18s; }.delay-3 { transition-delay: .27s; }

@media (max-width: 1000px) {
  .focus-grid { grid-template-columns: repeat(2, 1fr); }.focus-card { min-height: 280px; }.focus-card h3 { margin-top: 32px; }
  .follow-panel { gap: 40px; padding: 40px; }.hero { min-height: unset; }.hero-art { height: 470px; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }.section { padding: 75px 0; }
  .site-header { background: rgba(247,245,239,.86); border-color: transparent; }.nav-wrap { min-height: 67px; }.menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 67px; left: 15px; right: 15px; display: grid; gap: 0; padding: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }.primary-nav > a { padding: 13px; }.nav-cta { border-radius: 8px; margin-top: 4px; }
  .menu-toggle.open span:nth-child(2) { transform: translateY(6px) rotate(45deg); }.menu-toggle.open span:nth-child(3) { opacity: 0; }.menu-toggle.open span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: 53px; }.hero-grid, .split-grid, .follow-panel { grid-template-columns: 1fr; }.hero-grid { gap: 28px; }
  h1 { font-size: clamp(3rem, 14vw, 4.9rem); }.hero-art { order: -1; height: 400px; max-width: 500px; width: 100%; margin-inline: auto; }.profile-card { inset: 35px 49px 24px 46px; }.profile-photo { min-height: 230px; }.orbit-one { width: 365px; height: 365px; }.orbit-two { width: 285px; height: 285px; }.note-one { right: -3px; top: 38px; }.note-two { left: -4px; bottom: 35px; }
  .hero-facts { gap: 12px 0; }.hero-facts li { padding: 0 14px; }.hero-facts strong { font-size: 1.1rem; }.hero-facts span { font-size: .68rem; }
  .statement-band { padding: 28px 0; }.split-grid { gap: 32px; }.section-heading { margin-bottom: 36px; }.project-row { grid-template-columns: 38px 1fr; gap: 13px; padding: 24px 0; }.project-link { grid-column: 2; }.project-row:hover { padding-inline: 6px; }
  .follow-panel { padding: 30px 22px; border-radius: 20px; }.social-grid { grid-template-columns: 1fr; }.cta-card { padding: 55px 22px; border-radius: 20px; }.footer-wrap { align-items: flex-start; flex-direction: column; }.site-footer { padding: 25px 0; }
}
@media (max-width: 460px) { .focus-grid { grid-template-columns: 1fr; }.hero-art { height: 350px; }.profile-card { inset: 24px 36px 22px 34px; }.profile-photo { min-height: 200px; }.orbit-one { width: 310px; height: 310px; }.orbit-two { width: 245px; height: 245px; }.floating-note { font-size: .67rem; }.spark-one { left: 15px; }.project-copy p:last-child { font-size: .93rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Brazilian Jiu-Jitsu story */
.martial-section { background: var(--ink); color: var(--white); overflow: hidden; position: relative; }
.martial-section::before { content: ""; position: absolute; width: 480px; height: 480px; top: -255px; right: -160px; border-radius: 50%; border: 1px solid rgba(189,224,255,.3); }
.martial-section::after { content: ""; position: absolute; width: 330px; height: 330px; bottom: -210px; left: 18%; border-radius: 50%; background: var(--blue); opacity: .2; filter: blur(1px); }
.martial-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
.martial-photo-wrap { position: relative; width: min(100%, 460px); padding: 16px; background: var(--white); box-shadow: 18px 22px 0 rgba(246,119,61,.88), 0 26px 64px rgba(0,0,0,.24); transform: rotate(-2deg); }
.martial-photo { margin: 0; position: relative; overflow: hidden; background: #101010; }
.martial-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.martial-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 18px 15px; color: var(--white); font-size: .78rem; font-weight: 650; background: linear-gradient(to top, rgba(0,0,0,.73), transparent); }
.martial-badge { position: absolute; right: -48px; bottom: 42px; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; background: var(--orange); color: var(--ink); box-shadow: 0 15px 32px rgba(0,0,0,.2); transform: rotate(9deg); text-align: center; }
.martial-badge strong { font-size: .63rem; text-transform: uppercase; letter-spacing: .16em; line-height: 1; }
.martial-badge span { display: block; margin-top: 1px; font-family: Georgia, "Times New Roman", serif; font-size: 1.72rem; line-height: .95; font-weight: 700; letter-spacing: -.06em; }
.martial-copy { max-width: 650px; }
.martial-copy .eyebrow { color: var(--sky); }
.martial-copy h2 { margin-bottom: 21px; }
.martial-copy p { color: #d1dbea; font-size: 1.08rem; }
.martial-copy p a { color: var(--sky); border-bottom: 1px solid currentColor; font-weight: 750; }
.martial-values { display: grid; gap: 9px; padding: 0; margin: 30px 0; list-style: none; }
.martial-values li { display: flex; align-items: center; gap: 12px; color: var(--white); font-size: .92rem; font-weight: 700; }
.martial-values span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(189,224,255,.42); color: var(--sky); border-radius: 50%; font-size: .66rem; letter-spacing: .08em; }
.martial-copy .text-link { color: var(--sky); }

/* Use the real profile portrait in the hero card. */
.profile-photo::before, .profile-photo::after { z-index: 2; pointer-events: none; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }

@media (max-width: 760px) {
  .martial-grid { grid-template-columns: 1fr; gap: 52px; }
  .martial-photo-wrap { width: min(88%, 430px); margin: 0 auto; }
  .martial-badge { right: -34px; bottom: 28px; width: 96px; height: 96px; }
  .martial-badge span { font-size: 1.5rem; }
}
@media (max-width: 460px) {
  .martial-photo-wrap { padding: 10px; box-shadow: 11px 14px 0 rgba(246,119,61,.88), 0 20px 46px rgba(0,0,0,.24); }
  .martial-badge { right: -23px; bottom: 17px; width: 84px; height: 84px; }
  .martial-badge strong { font-size: .55rem; }.martial-badge span { font-size: 1.3rem; }
}


/* Wizar3D Builders Academy identity */
.project-copy-wizar { display: grid; grid-template-columns: minmax(0, 1fr) 126px; gap: 24px; align-items: center; }
.academy-logo-link { display: grid; place-items: center; width: 126px; aspect-ratio: 1; padding: 7px; border: 1px solid rgba(35,88,216,.19); border-radius: 16px; background: rgba(255,255,255,.68); box-shadow: 0 12px 24px rgba(13,26,43,.06); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.academy-logo-link:hover { transform: translateY(-4px) rotate(1deg); background: var(--white); box-shadow: 0 16px 28px rgba(13,26,43,.12); }
.academy-logo-link img { width: 100%; height: 100%; object-fit: contain; }

/* Acting & screen work */
.acting-section { position: relative; overflow: hidden; background: #dcecff; }
.acting-section::before { content: ""; position: absolute; width: 530px; height: 530px; top: -385px; left: -150px; border-radius: 50%; background: var(--orange); opacity: .17; }
.acting-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -235px; bottom: -280px; border-radius: 50%; border: 1px solid rgba(35,88,216,.25); }
.acting-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(44px, 8vw, 112px); align-items: center; }
.acting-intro { max-width: 550px; }
.acting-intro h2 { margin-bottom: 22px; }
.acting-intro > p:not(.eyebrow) { margin-bottom: 29px; color: var(--ink-soft); font-size: 1.08rem; }
.imdb-button { background: var(--ink); }
.imdb-button:hover { background: var(--blue); }
.credits-panel { padding: 24px; background: var(--ink); color: var(--white); border: 7px solid rgba(255,255,255,.82); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.credits-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid rgba(189,224,255,.26); }
.credits-kicker { color: var(--sky); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.camera-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(189,224,255,.5); color: var(--orange); font-size: 1rem; }
.credit-list { margin-top: 4px; }
.credit-item { display: grid; grid-template-columns: 78px 1fr; gap: 17px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid rgba(189,224,255,.18); }
.credit-year { color: var(--orange); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.credit-item h3 { margin: 0 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.52rem; line-height: 1; letter-spacing: -.04em; }
.credit-item p { margin: 0; color: #c7d8ea; font-size: .88rem; }
.credits-note { margin: 18px 0 0; color: #aebed0; font-size: .77rem; }

@media (max-width: 760px) {
  .project-copy-wizar { grid-template-columns: 1fr; gap: 17px; }
  .academy-logo-link { width: 108px; }
  .acting-grid { grid-template-columns: 1fr; gap: 45px; }
  .credits-panel { transform: none; padding: 20px; }
}
@media (max-width: 460px) {
  .credit-item { grid-template-columns: 57px 1fr; gap: 12px; }
  .credit-item h3 { font-size: 1.34rem; }
}
