@font-face {
  font-family: Outfit;
  src: url("assets/fonts/outfit-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #172c43;
  --blue: #365bce;
  --blue-hover: #2748b0;
  --mist: #f3f6fb;
  --paper: #fff;
  --rose: #e8a8c9;
  --mint: #a6d7c5;
  --body: #475d71;
  --line: #d9e1eb;
  --display: Outfit, "Trebuchet MS", sans-serif;
  --reading: "Segoe UI", system-ui, -apple-system, sans-serif;
  --gutter: clamp(22px, 5.4vw, 80px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--mist); color: var(--ink); font-family: var(--reading); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: #d4dcff; color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 7px; border-radius: 3px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
.wrap { width: min(100%, 1392px); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 20; left: 20px; top: 16px; background: var(--paper); padding: 10px 18px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; flex-shrink: 0; }
.brand-logo { display: block; width: 270px; max-width: 100%; height: auto; }
.main-nav { display: flex; gap: clamp(24px, 3vw, 44px); align-items: center; font-size: 14px; font-weight: 500; }
.main-nav a { text-decoration: none; padding-block: 10px; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 7px; }
.nav-contact span { margin-left: 9px; }
.hero { position: relative; display: grid; grid-template-columns: 1.35fr 1fr; column-gap: 22px; align-items: center; padding-top: 75px; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 1.65px; text-transform: uppercase; line-height: 1.6; }
h1 { font-size: clamp(48px, 5.55vw, 79px); line-height: 1.065; letter-spacing: -3.5px; white-space: nowrap; }
h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; letter-spacing: -4px; }
.hero-description { max-width: 455px; margin-top: 27px; color: var(--body); font-size: 17px; line-height: 1.8; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 37px; border-radius: 6px; padding: 12px 21px; text-decoration: none; font-size: 14px; font-weight: 600; transition: background-color .15s, transform .15s; }
.button-primary { margin-top: 29px; color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-hover); transform: translateY(-2px); }
.button span { font-size: 21px; font-weight: 400; }
.type-art { position: relative; height: 440px; width: min(100%, 470px); justify-self: end; }
.letter-tile { position: absolute; width: 72%; aspect-ratio: 1; left: 13%; top: 11%; border-radius: 18px; background: var(--ink); color: var(--paper); transform: rotate(-8deg); box-shadow: 7px 20px 35px -24px #172c4375; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 26px; }
.tile-caption { font-family: var(--reading); letter-spacing: 2px; font-size: 8px; color: #c1cbd7; }
.art-letters { font-family: Georgia, serif; font-size: clamp(96px, 12vw, 172px); line-height: 1; letter-spacing: -11px; align-self: center; padding-bottom: 4px; }
.art-period { color: var(--rose); }
.tile-footer { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: 2.3px; color: #c1cbd7; }
.art-outline { position: absolute; width: 76%; aspect-ratio: 1; left: 16%; top: 10%; border: 1px solid #c1cbd7; border-radius: 18px; transform: rotate(7deg); }
.fragment { display: block; position: absolute; }
.fragment-blue { width: 38px; height: 38px; background: var(--blue); border-radius: 3px; left: 8%; top: 4%; transform: rotate(19deg); }
.fragment-mint { width: 24px; height: 43px; background: var(--mint); border-radius: 2px; left: 0; top: 56%; transform: rotate(-32deg); }
.fragment-pink { width: 27px; height: 14px; background: var(--rose); right: 3%; top: 49%; transform: rotate(35deg); }
.fragment-line { width: 27px; height: 7px; background: var(--blue); bottom: 9%; left: 21%; transform: rotate(-17deg); }
.art-asterisk { position: absolute; top: -6%; right: 2%; font-size: 92px; color: var(--blue); font-family: Georgia, serif; line-height: 1; transform: rotate(12deg); }
.art-note { position: absolute; bottom: 2%; right: 2%; font-family: Georgia, serif; font-size: 17px; font-style: italic; transform: rotate(-7deg); color: var(--body); }
.hero-footnote { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid var(--line); margin-top: 67px; padding-top: 21px; font-size: 12px; color: var(--body); }
h2 { font-size: clamp(32px, 3.5vw, 49px); line-height: 1.16; letter-spacing: -1.8px; }
.contact-section { padding-top: 72px; }
.contact-panel { background: #e4ebf8; border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 45px 53px 49px; align-items: center; }
.contact-panel h2 { font-size: 55px; margin-top: 12px; }
.contact-panel h2 > span { color: var(--blue); }
.contact-panel p:not(.eyebrow) { color: var(--body); font-size: 14px; line-height: 1.85; margin-top: 13px; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); letter-spacing: -.5px; text-decoration: none; border-bottom: 1px solid #afbed5; padding-block: 15px; }
.email-link:hover { color: var(--blue); border-color: var(--blue); }
.email-arrow { font-family: var(--reading); font-size: 32px; line-height: 1; }
.business-details { display: grid; grid-template-columns: 1.3fr 1fr .55fr; gap: 35px; padding: 33px 0 34px; }
.business-details > div { display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.detail-label { color: var(--body); font-size: 10px; text-transform: uppercase; letter-spacing: 1.25px; }
.hebrew-name { display: inline-block; padding-left: 12px; color: var(--body); font-size: 12px; }
.site-footer { display: flex; gap: 27px; align-items: center; font-size: 11px; color: var(--body); padding-top: 28px; padding-bottom: 34px; position: relative; }
.site-footer::before { content: ""; display: block; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: var(--line); }
.footer-brand { font-family: var(--display); font-size: 18px; letter-spacing: -.6px; color: var(--ink); font-weight: 500; }
.footer-brand > span { color: var(--blue); }
.footer-brand img { display: block; width: 150px; max-width: 100%; height: auto; }
.copyright { margin-right: auto; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.back-top span { margin-left: 8px; }
.privacy-main { max-width: 910px; padding-top: 66px; padding-bottom: 100px; }
.privacy-main h1 { font-size: clamp(43px, 5vw, 63px); white-space: normal; letter-spacing: -2px; margin-top: 16px; }
.privacy-updated { margin-top: 22px; color: var(--body); font-size: 13px; }
.privacy-main h2 { font-size: 27px; letter-spacing: -.6px; margin-top: 39px; margin-bottom: 13px; }
.privacy-main p:not(.eyebrow):not(.privacy-updated) { color: var(--body); line-height: 1.9; }
.privacy-main p + p { margin-top: 13px; }
.privacy-main .back-link { display: inline-block; margin-top: 45px; font-size: 14px; font-weight: 600; }

@media (min-width: 1450px) {
  .hero { padding-top: 93px; }
  .type-art { height: 461px; }
}
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1.3fr 1fr; padding-top: 59px; }
  h1 { font-size: 6.2vw; letter-spacing: -2.8px; }
  h1 em { letter-spacing: -3px; }
  .type-art { height: 365px; }
  .letter-tile { padding: 17px 20px; width: 77%; left: 10%; }
  .art-letters { font-size: 13vw; }
  .art-outline { left: 13%; top: 10%; }
  .art-asterisk { font-size: 76px; }
  .hero-description { font-size: 16px; max-width: 400px; }
  .contact-panel { padding-inline: 38px; }
  .email-link { font-size: 21px; }
}
@media (max-width: 760px) {
  :root { --gutter: 25px; }
  .site-header { min-height: 89px; gap: 20px; }
  .brand-logo { width: 218px; }
  .main-nav { font-size: 12px; gap: 23px; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  h1 { font-size: clamp(42px, 8.6vw, 64px); letter-spacing: -2px; }
  h1 em { letter-spacing: -2.5px; }
  .hero-description { max-width: 460px; font-size: 16px; margin-top: 22px; }
  .type-art { justify-self: center; width: min(100%, 360px); height: 333px; margin-top: 58px; }
  .letter-tile { width: 70%; left: 15%; top: 4%; padding: 19px 22px; }
  .art-outline { width: 71%; left: 18%; top: 5%; }
  .art-letters { font-size: 136px; letter-spacing: -10px; }
  .art-asterisk { top: -10%; right: 2%; }
  .fragment-blue { width: 27px; height: 27px; left: 8%; top: 0; }
  .fragment-mint { width: 20px; height: 35px; left: 3%; top: 55%; }
  .fragment-pink { right: 2%; top: 37%; }
  .fragment-line { bottom: 4%; }
  .art-note { right: 1%; bottom: 0; font-size: 16px; }
  .hero-footnote { margin-top: 32px; font-size: 10px; gap: 15px; padding-top: 18px; align-items: flex-start; }
  .contact-section { padding-top: 48px; }
  .contact-panel { grid-template-columns: 1fr; padding: 32px 27px 29px; gap: 17px; }
  .contact-panel h2 { font-size: 47px; }
  .email-link { font-size: 23px; }
  .business-details { grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 27px; padding-bottom: 31px; }
  .business-details > div:first-child { grid-column: 1/-1; }
  .site-footer { flex-wrap: wrap; gap: 14px 24px; padding-top: 24px; }
  .footer-brand { flex-basis: calc(50% - 12px); }
  .copyright { flex-basis: calc(50% - 12px); text-align: right; margin: 0; }
  .back-top { margin-left: auto; }
  .privacy-main { padding-top: 45px; padding-bottom: 65px; }
}
@media (max-width: 520px) {
  .brand-logo { width: clamp(165px, 48vw, 218px); }
}
@media (max-width: 390px) {
  :root { --gutter: 20px; }
  .main-nav { gap: 16px; }
  h1 { font-size: 10vw; }
  .type-art { width: min(100%, 300px); height: 294px; }
  .art-letters { font-size: 113px; letter-spacing: -9px; }
  .tile-caption, .tile-footer { font-size: 7px; letter-spacing: 1.1px; }
  .art-note { bottom: 3%; }
  .art-asterisk { font-size: 64px; top: -7%; }
  .fragment-line { bottom: 8%; }
  .contact-panel { padding-inline: 23px; }
  .email-link { font-size: 19px; }
  .hero-footnote { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body { background: white; }
  .main-nav, .type-art, .back-top, .skip-link { display: none; }
  .hero, .contact-panel { display: block; }
  .hero, .contact-section, .privacy-main { padding-top: 30px; padding-bottom: 30px; }
  .hero-footnote { margin-top: 25px; }
}
