/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");

:root { --ink: #1d2330; --paper: #f7f5ef; --orange: #ed5d32; --line: #d9d5cb; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.nav { align-items: center; display: flex; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding: 25px 42px; }
.brand { font-size: 25px; font-weight: 600; letter-spacing: -1.5px; }.brand span { color: var(--orange); }.nav-link { font-size: 14px; }
.button { align-items: center; background: var(--ink); color: white; display: inline-flex; font-size: 14px; gap: 27px; padding: 16px 19px; transition: background .2s ease, transform .2s ease; }.button:hover { background: var(--orange); transform: translateY(-2px); }.button span { font-size: 18px; line-height: 12px; }.button-small { padding: 11px 15px; gap: 13px; }
.hero { max-width: 1280px; min-height: 675px; margin: 0 auto; padding: 130px 42px 70px; position: relative; overflow: hidden; }.eyebrow { color: var(--orange); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; margin: 0 0 22px; text-transform: uppercase; }.hero h1 { font-size: clamp(57px, 7.7vw, 118px); letter-spacing: -.07em; line-height: .91; margin: 0; max-width: 960px; font-weight: 500; }.hero h1 em, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.06em; }.intro { font-size: 18px; line-height: 1.5; margin: 35px 0 29px; max-width: 420px; }.hero-mark { bottom: -46px; display: flex; gap: 13px; position: absolute; right: 65px; transform: rotate(-16deg); }.hero-mark i { background: var(--orange); display: block; height: 240px; width: 27px; }.hero-mark i:nth-child(2) { height: 330px; }.hero-mark i:nth-child(3) { background: var(--ink); height: 193px; }
.about { background: var(--ink); color: var(--paper); padding: 105px max(42px, calc((100vw - 1196px) / 2)); }.section-heading { align-items: end; display: flex; justify-content: space-between; gap: 60px; }.section-heading h2 { font-size: clamp(43px, 5vw, 70px); line-height: .98; margin: 0; }.section-heading > p { color: #bfc3ca; font-size: 16px; line-height: 1.55; margin: 0 0 6px; max-width: 310px; }.cards { border-top: 1px solid #505562; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 83px; }.card { border-right: 1px solid #505562; min-height: 230px; padding: 25px 34px 10px 0; }.card + .card { padding-left: 34px; }.card:last-child { border: 0; }.card span { color: var(--orange); font-family: "DM Mono", monospace; font-size: 12px; }.card h3 { font-size: 22px; font-weight: 500; letter-spacing: -.04em; margin: 45px 0 11px; }.card p { color: #bfc3ca; font-size: 14px; line-height: 1.5; margin: 0; max-width: 260px; }
footer { align-items: center; color: #777a7f; display: flex; font-family: "DM Mono", monospace; font-size: 10px; justify-content: space-between; margin: 0 auto; max-width: 1280px; padding: 23px 42px; text-transform: uppercase; }
@media (max-width: 640px) { .nav, .hero, footer { padding-left: 22px; padding-right: 22px; }.nav-link { display: none; }.hero { min-height: 620px; padding-top: 100px; }.hero-mark { opacity: .35; right: 22px; }.about { padding: 72px 22px; }.section-heading { align-items: start; flex-direction: column; gap: 25px; }.cards { grid-template-columns: 1fr; margin-top: 55px; }.card, .card + .card { border-bottom: 1px solid #505562; border-right: 0; min-height: 0; padding: 24px 0; }.card h3 { margin-top: 25px; } }

