@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/insieme/assets/cormorant-latin.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/insieme/assets/manrope-latin.woff2") format("woff2"); }

:root {
  color-scheme: dark;
  --ink: #17100c;
  --cream: #f8f3e9;
  --gold: #e7c474;
  --gold-light: #f2d893;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  font-family: var(--sans);
  background: var(--ink);
  color: var(--cream);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 6px; }
h1, h2, p { margin: 0; }
svg { display: block; }
::selection { color: #1b100a; background: #eacb8d; }
.wrap { width: min(1152px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; left: 20px; top: -100px; padding: 14px 20px; background: var(--gold-light); color: var(--ink); }
.skip-link:focus { top: 20px; }
.eyebrow { display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; }
.eyebrow > span { width: 65px; height: 1px; background: currentColor; opacity: .65; }

.hero { position: relative; overflow: hidden; min-height: 770px; isolation: isolate; background: #0c0907; }
.hero__image { position: absolute; z-index: -3; inset: 0; background-image: url("/insieme/assets/ambiente-v1.webp"); background-size: cover; background-position: center center; }
.hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(9,8,6,.93) 0%, rgba(11,8,6,.79) 31%, rgba(10,8,6,.35) 62%, rgba(10,8,6,.12) 100%), linear-gradient(0deg, rgba(13,9,6,.65), transparent 36%, rgba(13,9,6,.18)); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 27px; }
.organizers { --logo-scale: .64; display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.organizers__logo { display: block; flex-shrink: 0; background-image: url("/insieme/assets/marchi-originali-v1.webp"); background-size: calc(1254px * var(--logo-scale)); background-repeat: no-repeat; mix-blend-mode: screen; filter: contrast(1.25); }
.organizers__logo--alkimia { width: calc(216px * var(--logo-scale)); height: calc(99px * var(--logo-scale)); background-position: calc(-390px * var(--logo-scale)) calc(-75px * var(--logo-scale)); }
.organizers__logo--euforica { width: calc(200px * var(--logo-scale)); height: calc(135px * var(--logo-scale)); background-position: calc(-685px * var(--logo-scale)) calc(-50px * var(--logo-scale)); }
.organizers__divider { height: 47px; width: 1px; background: rgba(236,219,181,.4); }
.header-nav { display: flex; gap: 30px; font-size: 12px; font-weight: 500; color: #ede5d8; }
.header-nav a { padding-block: 8px; border-bottom: 1px solid transparent; transition: border-color 160ms; }
.header-nav a:hover { border-color: var(--gold); }
.header-nav span { margin-left: 6px; color: var(--gold-light); }
.hero__content { position: relative; z-index: 1; padding-top: 46px; padding-bottom: 30px; }
.hero__eyebrow { margin-bottom: 23px; color: #f0ece3; }
.hero__eyebrow span { background: #dfb853; }
h1 { width: fit-content; font-family: var(--serif); font-size: clamp(96px, 11.7vw, 150px); font-weight: 500; line-height: .84; letter-spacing: -.063em; color: #fffaeb; }
h1 > span { display: block; margin-top: 13px; color: var(--gold-light); font-size: .48em; font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.hero__claim { margin-top: 33px; font-family: var(--serif); font-size: clamp(35px, 4.2vw, 51px); font-weight: 500; line-height: .98; letter-spacing: -.026em; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 60px; padding: 15px 25px; border: 1px solid #f5dd9b; border-radius: 3px; background: linear-gradient(110deg, #edce82, #e1b45e); color: #211407; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.15; box-shadow: 0 2px 22px rgba(0,0,0,.1); }
.button > span { font-family: Georgia, serif; font-size: 29px; line-height: 1; transition: transform 180ms; }
a.button:hover { background: linear-gradient(110deg, #f5dc9b, #edc473); }
a.button:hover > span { transform: translateX(4px); }
.hero__content > .button { margin-top: 34px; }
.hero__signature { width: fit-content; max-width: 100%; border-top: 1px solid rgba(231,217,190,.42); margin-top: 38px; padding-top: 17px; font-family: var(--serif); font-size: 20px; font-weight: 500; color: #e8e1d4; }
.hero__signature > span { display: inline-block; margin-inline: 14px; font-family: var(--sans); font-size: 15px; font-weight: 400; color: #948370; }
.hero__ribbons { position: absolute; z-index: 0; width: min(780px, 70vw); height: auto; right: -100px; bottom: 24px; opacity: .75; }

.idea { color-scheme: light; background: var(--cream); color: #201711; padding-block: 57px 62px; }
.idea__layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.idea__eyebrow { color: #6b5040; margin-bottom: 26px; }
.idea__eyebrow > span { width: 114px; }
h2 { font-family: var(--serif); font-size: 62px; font-weight: 500; line-height: .96; letter-spacing: -.048em; }
.idea__story { padding-top: 30px; }
.idea__story > p { max-width: 370px; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.18; letter-spacing: -.01em; }
.union { width: 100%; max-width: 385px; height: auto; margin-top: 11px; }

.reservation { background: radial-gradient(ellipse at 75% 0%, #271a12 0%, #1a110c 60%, #17100c 100%); padding-top: 67px; }
.reservation__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 47px; }
.reservation__intro { padding-right: 22px; }
.reservation__eyebrow { color: #c3b29d; font-size: 9px; letter-spacing: .22em; margin-bottom: 22px; }
.reservation h2 { font-size: 51px; font-weight: 500; color: #fcf7eb; }
.reservation__intro > p:last-child { margin-top: 22px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.28; color: #e7ddcd; }
.reservation__opening { padding-left: 45px; border-left: 1px solid #63513b; }
.opening-status { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; color: #ead093; }
.opening-status > span { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px rgba(234,208,147,.3); }
.reservation__explanation { margin-top: 12px; max-width: 480px; color: #d2c4b3; font-size: 13px; line-height: 1.7; }
.reservation__fields { border: 0; padding: 0; margin: 23px 0 0; min-width: 0; }
.reservation__names { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.reservation__names label { display: block; min-width: 0; font-size: 11px; color: #d9cbb9; }
.reservation__names input { display: block; width: 100%; min-width: 0; margin-top: 8px; height: 46px; border: 1px solid #857158; border-radius: 3px; background: rgba(249,231,193,.025); color: #eee2cc; padding: 10px; }
.reservation__names input:focus { border-color: #e7c474; background: rgba(249,231,193,.045); }
.reservation__quantity { display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 18px; align-items: center; margin-top: 20px; }
.reservation__quantity label { color: #d9cbb9; font-size: 11px; line-height: 1.6; }
.reservation__quantity-help { display: block; margin-top: 3px; color: #c2b5a3; font-size: 11px; }
.reservation__quantity input { width: 100%; min-width: 0; height: 46px; padding: 10px 12px; border: 1px solid #857158; border-radius: 3px; background: rgba(249,231,193,.025); color: #eee2cc; font-size: 16px; }
.reservation__quantity input:focus { border-color: #e7c474; background: rgba(249,231,193,.045); }
.reservation__consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: #cfc1b0; font-size: 11px; line-height: 1.6; cursor: pointer; }
.reservation__consent > input { flex: 0 0 16px; width: 16px; height: 16px; margin: 2px 0 0; accent-color: #e7c474; cursor: pointer; }
.reservation__consent a { color: #f3deaa; text-decoration: underline; text-underline-offset: 3px; }
.button--submit { width: 100%; margin-top: 20px; min-height: 52px; font-size: 23px; cursor: pointer; box-shadow: none; }
.button--submit:not(:disabled):hover { background: linear-gradient(110deg, #f5dc9b, #edc473); }
.button--submit:disabled { cursor: wait; opacity: .68; }
.button--submit span { font-size: 25px; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-error { margin-top: 15px; font-size: 12px; line-height: 1.6; color: #ffbcaa; }
.reservation__success { margin-top: 23px; padding: 23px; border: 1px solid #78623d; border-radius: 3px; background: rgba(234,203,141,.045); }
.reservation__success > p { font-size: 13px; line-height: 1.65; color: #e3d6c3; }
.reservation__success > .success-title { margin-bottom: 7px; font-family: var(--serif); font-size: 37px; line-height: 1; color: #f4e3bd; }
.reservation__success > .success-code { margin-top: 16px; font-size: 22px; font-weight: 600; letter-spacing: .08em; color: #f4d991; overflow-wrap: anywhere; }
.reservation__success > .success-date { margin-bottom: 15px; font-size: 11px; color: #c6b598; }
.copy-code { margin-top: 16px; background: transparent; border: 1px solid #b89b65; border-radius: 3px; color: #ecd099; padding: 9px 15px; font-size: 12px; cursor: pointer; }
.copy-code:hover { background: rgba(234,203,141,.1); }
.reservation__note { text-align: center; margin-top: 15px; font-size: 11px; line-height: 1.6; color: #c2b5a3; }
.site-footer { margin-top: 64px; padding-block: 23px 29px; border-top: 1px solid #675440; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer > p { font-family: var(--serif); font-size: 20px; letter-spacing: .05em; }
.site-footer > p span { margin-left: 10px; color: #c6af7d; font-size: 18px; letter-spacing: 0; }
.site-footer > div { display: flex; gap: 24px; color: #c5b6a4; font-size: 11px; }
.site-footer a:hover { color: #f8e1b2; text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1600px) {
  .hero { min-height: 820px; }
  .hero__content { padding-top: 70px; }
  .hero__image { background-position: center 43%; }
}

@media (max-width: 1000px) {
  .wrap { width: calc(100% - 72px); }
  .site-header { gap: 25px; }
  .organizers { --logo-scale: .57; gap: 20px; }
  .header-nav { gap: 18px; font-size: 11px; }
  .hero { min-height: 735px; }
  .hero__content { padding-top: 51px; }
  .hero__shade { background: linear-gradient(90deg, rgba(9,8,6,.93) 0%, rgba(11,8,6,.77) 40%, rgba(10,8,6,.2) 100%), linear-gradient(0deg, rgba(13,9,6,.55), transparent 50%); }
  .idea__layout { grid-template-columns: 1.15fr .85fr; gap: 35px; }
  h2 { font-size: 51px; }
  .idea__story > p { font-size: 23px; }
  .reservation__layout { gap: 25px; }
  .reservation__opening { padding-left: 28px; }
  .reservation h2 { font-size: 46px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 12px; }
  .wrap { width: calc(100% - 44px); }
  .hero { min-height: 748px; }
  .hero__image { background-position: 64% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(8,7,5,.77), rgba(10,7,5,.27)), linear-gradient(0deg, rgba(9,7,5,.88) 0%, rgba(9,7,5,.15) 58%, rgba(9,7,5,.55) 100%); }
  .site-header { padding-top: 21px; padding-bottom: 16px; display: block; }
  .organizers { --logo-scale: .58; gap: 19px; }
  .organizers__divider { height: 41px; }
  .header-nav { display: none; }
  .hero__content { padding-top: 76px; padding-bottom: 31px; }
  .hero__eyebrow { font-size: 10px; gap: 17px; margin-bottom: 24px; letter-spacing: .27em; }
  .hero__eyebrow > span { width: 40px; }
  h1 { font-size: clamp(83px, 17.5vw, 122px); letter-spacing: -.058em; }
  h1 > span { margin-top: 13px; font-size: .49em; }
  .hero__claim { font-size: 38px; line-height: 1.05; margin-top: 30px; }
  .hero__content > .button { margin-top: 29px; font-size: 23px; padding: 15px 20px; gap: 20px; min-height: 57px; }
  .hero__signature { font-size: 17px; margin-top: 33px; padding-top: 15px; }
  .hero__signature > span { margin-inline: 9px; font-size: 12px; }
  .hero__ribbons { width: 500px; right: -200px; bottom: 35px; opacity: .35; }
  .idea { padding-block: 42px 40px; }
  .idea__layout { grid-template-columns: 1fr; gap: 24px; }
  .idea__eyebrow { margin-bottom: 23px; font-size: 10px; }
  h2 { font-size: clamp(44px, 8.5vw, 57px); line-height: 1.02; }
  .idea__story { padding-top: 0; }
  .idea__story > p { max-width: 520px; font-size: 24px; line-height: 1.25; }
  .union { max-width: 310px; margin-top: 13px; margin-left: auto; }
  .reservation { padding-top: 43px; }
  .reservation__layout { grid-template-columns: 1fr; gap: 27px; }
  .reservation__intro { padding-right: 0; }
  .reservation__eyebrow { font-size: 9px; margin-bottom: 18px; }
  .reservation h2 { font-size: 47px; line-height: 1.03; }
  .reservation__intro > p:last-child { margin-top: 18px; font-size: 23px; }
  .reservation__opening { border-left: 0; border-top: 1px solid #63513b; padding-left: 0; padding-top: 25px; }
  .reservation__explanation { max-width: none; }
  .reservation__fields { margin-top: 19px; }
  .reservation__names { gap: 15px; }
  .reservation__note { text-align: left; font-size: 11px; }
  .site-footer { margin-top: 40px; padding-block: 22px 27px; }
  .site-footer > p { font-size: 17px; }
  .site-footer > p span { margin-left: 5px; font-size: 16px; }
  .site-footer > div { gap: 18px; }
}

@media (max-width: 380px) {
  .wrap { width: calc(100% - 36px); }
  h1 { font-size: clamp(72px, 24vw, 83px); }
  .organizers { --logo-scale: .56; gap: 14px; }
  .hero { min-height: 717px; }
  .hero__content { padding-top: 69px; }
  .hero__claim { font-size: 32px; }
  .hero__content > .button { width: 100%; padding-inline: 13px; font-size: 21px; gap: 12px; }
  .hero__signature { font-size: 15px; }
  .hero__signature > span { margin-inline: 5px; }
  .idea h2 { font-size: 42px; }
  .idea__story > p { font-size: 23px; }
  .site-footer { align-items: flex-start; }
  .site-footer > p span { display: block; margin-left: 0; margin-top: 2px; }
}

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