@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,600;1,600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --wine: #4b1019;
  --wine-deep: #29090f;
  --gold: #c6a15b;
  --gold-light: #e8cf96;
  --ink: #201a17;
  --cream: #f5efe3;
  --paper: #fffaf0;
  --muted: #756a60;
  --green: #2d522c;
  --shell: 1180px;
  --radius: 3px;
  --space: clamp(4.5rem, 9vw, 8rem);
  --display: "Cormorant Garamond", Georgia, serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e7b94c; outline-offset: 4px; }
.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }
.section { padding-block: var(--space); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; width: 100%; margin-bottom: -82px; color: white; background: var(--wine-deep); border-bottom: 1px solid rgb(255 255 255 / .18); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--condensed); font-size: 1.25rem; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .62rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav a { color: inherit; text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.main-nav a:hover { color: var(--gold-light); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .7rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px; background: white; }

.hero { min-height: 760px; color: white; background: var(--wine-deep); position: relative; overflow: hidden; padding: 150px 0 90px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(90deg, transparent 0 4px, #fff 5px); mix-blend-mode: overlay; }
.hero::after { content: ""; position: absolute; width: 45vw; height: 45vw; right: -12vw; top: -16vw; border: 1px solid rgb(198 161 91 / .24); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold-light); font-family: var(--condensed); font-size: .82rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--wine); }
h1, h2, blockquote { margin: 0; font-family: var(--display); font-weight: 600; line-height: .94; }
h1 { font-size: clamp(4rem, 8vw, 7.6rem); letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: inherit; }
h2 { font-size: clamp(3.1rem, 5.7vw, 5.6rem); letter-spacing: -.035em; }
.lead { max-width: 36rem; margin: 2rem 0; color: #e8ddd7; font-size: 1.05rem; }
.actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.45rem; border: 1px solid transparent; border-radius: var(--radius); font-family: var(--condensed); font-size: .88rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; text-decoration: none; }
.button-gold { background: var(--gold); color: var(--wine-deep); }
.button-gold:hover { background: var(--gold-light); }
.button-outline { border-color: var(--gold); color: var(--gold-light); }
.button-outline:hover { background: var(--gold); color: var(--wine-deep); }
.text-link { color: white; font-size: .86rem; font-weight: 600; letter-spacing: .07em; text-underline-offset: .35em; }
.hero-visual { position: relative; margin: 0; padding: 1rem 1rem 2.7rem; border: 1px solid rgb(198 161 91 / .55); }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; width: 26px; height: 26px; border-color: var(--gold); }
.hero-visual::before { top: -1px; left: -1px; border-top: 3px solid; border-left: 3px solid; }
.hero-visual::after { right: -1px; bottom: -1px; border-right: 3px solid; border-bottom: 3px solid; }
.hero-visual img { width: 100%; aspect-ratio: 1.43; object-fit: cover; filter: saturate(.88) contrast(1.06); }
.hero-visual figcaption { position: absolute; bottom: .7rem; left: 1rem; color: var(--gold-light); font-family: var(--condensed); font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; }
.ornament { position: absolute; z-index: 2; right: -.8rem; top: -.8rem; width: 36px; height: 36px; display: grid; place-items: center; background: var(--gold); color: var(--wine); border-radius: 50%; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.section-number { color: var(--muted); font-family: var(--condensed); font-size: .8rem; letter-spacing: .15em; }
.large-copy { max-width: 760px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #514842; }

.how { background-color: #eee3d2; background-image: radial-gradient(#9c8162 0.7px, transparent 0.7px); background-size: 12px 12px; }
.section-heading { display: flex; align-items: end; gap: 2rem; flex-wrap: wrap; }
.section-heading .eyebrow { flex-basis: 100%; margin-bottom: -.5rem; }
.section-heading p:last-child { max-width: 340px; color: var(--muted); margin: 0 0 .5rem auto; }
.steps { list-style: none; padding: 0; margin: 4rem 0 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #cbbca5; }
.steps li { position: relative; min-height: 180px; padding: 1.4rem 1.2rem; border-right: 1px solid #cbbca5; }
.steps li:first-child { border-left: 1px solid #cbbca5; }
.steps span { display: block; color: var(--wine); font-family: var(--condensed); font-size: .75rem; }
.steps strong { display: block; margin: 1.6rem 0 .4rem; font-family: var(--condensed); font-size: 1.5rem; text-transform: uppercase; }
.steps small { color: var(--muted); }
.steps li::after { content: "→"; position: absolute; z-index: 2; top: -.9rem; right: -.75rem; width: 26px; height: 26px; display: grid; place-items: center; background: var(--wine); color: white; border-radius: 50%; }
.steps li:last-child::after { content: "✓"; background: var(--green); }

.cards-section { overflow: hidden; color: white; background: var(--wine); }
.cards-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 4rem; }
.cards-copy h2 { max-width: 560px; }
.cards-copy > p:not(.eyebrow) { max-width: 530px; color: #e5d8d4; }
.feature-list { padding: 0; margin: 2rem 0; list-style: none; border-block: 1px solid rgb(255 255 255 / .14); }
.feature-list li { padding: .7rem 0; border-bottom: 1px solid rgb(255 255 255 / .1); font-family: var(--condensed); text-transform: uppercase; letter-spacing: .09em; }
.feature-list li:last-child { border: 0; }
.feature-list li::before { content: "✦"; color: var(--gold); margin-right: .7rem; }
.card-fan { position: relative; height: 600px; }
.card { position: absolute; object-fit: cover; box-shadow: 0 20px 45px rgb(0 0 0 / .35); border-radius: 8px; transition: transform .25s ease; }
.card:hover { z-index: 5; transform: rotate(0) translateY(-12px); }
.card-meal { width: 44%; left: 0; top: 8%; transform: rotate(-8deg); }
.card-wine { width: 35%; left: 31%; top: 3%; transform: rotate(2deg); }
.card-mod { width: 44%; right: 0; top: 20%; transform: rotate(9deg); }
.card-event { width: 21%; left: 20%; bottom: 0; transform: rotate(-3deg); }

.digital { background: var(--paper); }
.digital-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.digital-art { min-height: 570px; position: relative; display: grid; place-items: center; border: 1px solid #d7cbb9; background: #eee4d4; overflow: hidden; }
.digital-art::before { content: "DIGITALT / TILLSAMMANS"; position: absolute; left: 1rem; top: 1rem; color: var(--wine); font-family: var(--condensed); letter-spacing: .17em; }
.digital-art img { position: relative; z-index: 2; width: 35%; transform: rotate(-3deg); box-shadow: 0 20px 45px rgb(69 38 29 / .2); border-radius: 10px; }
.orbit { position: absolute; border: 1px solid #b99a69; border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 320px; height: 320px; }
.avatar { position: absolute; z-index: 3; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--wine); border: 4px solid var(--paper); border-radius: 50%; font-family: var(--display); font-size: 1.5rem; }
.avatar-a { top: 12%; right: 17%; }.avatar-b { bottom: 14%; right: 12%; background: var(--green); }.avatar-c { bottom: 20%; left: 12%; background: #9b671d; }
.note { margin: 2rem 0; padding-left: 1rem; border-left: 2px solid var(--gold); color: var(--muted); font-size: .85rem; }
.dark-link { color: var(--wine); }

.discover { color: white; background: #191412; }
.discover blockquote { max-width: 950px; color: var(--gold-light); font-size: clamp(3.4rem, 7vw, 7rem); letter-spacing: -.03em; }
.discover-bottom { margin-top: 3rem; display: grid; grid-template-columns: 1fr 300px; align-items: end; gap: 4rem; border-top: 1px solid rgb(255 255 255 / .18); padding-top: 2rem; }
.discover-bottom p { max-width: 570px; color: #d8cfca; font-size: 1.05rem; }
.discover-bottom img { width: 100%; transform: rotate(2deg); box-shadow: 0 12px 30px #000; }

.development { color: white; background: var(--wine-deep); border-top: 1px solid var(--gold); }
.development-inner { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 3rem; }
.development h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.development p:not(.eyebrow) { max-width: 640px; color: #ded2cd; }
.seal { width: 110px; height: 110px; display: grid; place-items: center; text-align: center; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; font-family: var(--display); font-size: 1.3rem; line-height: 1.2; }

.site-footer { padding: 2.5rem 0; color: #c9bfba; background: #160e0d; border-top: 1px solid rgb(255 255 255 / .12); font-size: .78rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.footer-inner p:nth-child(2) { text-align: center; letter-spacing: .08em; }
.footer-inner p:last-child { text-align: right; }
.footer-inner a { text-underline-offset: .25em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .main-nav { display: none; position: absolute; top: 82px; left: 0; width: 100%; padding: 1.2rem 1.5rem 1.5rem; background: var(--wine-deep); flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .cards-layout, .digital-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 670px; }
  .hero-visual { max-width: 690px; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps li { min-height: auto; padding: 1rem; border-top: 1px solid #cbbca5; border-left: 1px solid #cbbca5; }
  .steps strong { margin: .2rem 0; }
  .steps li::after { top: auto; bottom: -.8rem; }
  .card-fan { max-width: 650px; width: 100%; margin-inline: auto; }
  .development-inner { grid-template-columns: 100px 1fr; }
  .development-inner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 68px; }
  .site-header { margin-bottom: -68px; }
  .shell { width: min(calc(100% - 2rem), var(--shell)); }
  .header-inner { height: 68px; }
  .main-nav { top: 68px; }
  .hero { padding: 118px 0 64px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .hero-grid { gap: 3rem; }
  .hero-visual { padding: .55rem .55rem 2.2rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading p:last-child { margin-left: 0; }
  .card-fan { height: 430px; }
  .card-meal { width: 49%; }
  .card-wine { width: 40%; left: 27%; }
  .card-mod { width: 49%; }
  .card-event { width: 24%; left: 17%; }
  .digital-art { min-height: 450px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 250px; height: 250px; }
  .digital-art img { width: 43%; }
  .discover-bottom { grid-template-columns: 1fr; gap: 2rem; }
  .discover-bottom img { width: 72%; justify-self: end; }
  .development-inner { grid-template-columns: 1fr; gap: 2rem; }
  .development-inner .button { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner p:nth-child(2), .footer-inner p:last-child { text-align: left; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
