/* Xyncema Gather — romantic editorial, magazine-like composition. Tokens: [data-theme="events"] */

[data-theme="events"] body { background: var(--bg); color: var(--text); font-family: var(--font-body); }
.gt-wrap { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 3rem); }
.gt-label { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--primary-ink); }
.gt-h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(3rem, 7.4vw, 7rem); line-height: .94; letter-spacing: -0.02em; }
.gt-h1 em, .gt-h2 em { font-style: italic; color: var(--primary-ink); }
.gt-h2 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(2.2rem, 4.6vw, 3.9rem); line-height: 1; letter-spacing: -0.01em; }
.gt-h3 { font-family: var(--font-heading); font-weight: 500; font-size: clamp(1.5rem, 2.3vw, 1.95rem); line-height: 1.1; }
.gt-lead { font-size: clamp(1rem, 1.35vw, 1.1rem); line-height: 1.7; color: var(--muted); max-width: 34rem; }
.gt-muted { color: var(--muted); }
.gt-section { padding-block: clamp(4rem, 9vw, 7.5rem); }
.gt-rule { border: 0; border-top: 1px solid var(--text); margin: 0; }
.gt-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--text); margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.gt-head > div { display: grid; gap: .6rem; }
@media (max-width: 680px) { .gt-head { grid-template-columns: 1fr; } }

.gt-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .75rem 1.5rem; border-radius: var(--radius-btn); border: 1px solid var(--primary); background: var(--primary); color: var(--on-primary); font-weight: 600; font-size: .92rem; letter-spacing: .02em; text-decoration: none; cursor: pointer; }
.gt-btn:hover { background: #6D4E65; border-color: #6D4E65; }
.gt-btn svg { width: 17px; height: 17px; }
.gt-btn--line { background: transparent; color: var(--primary-ink); }
.gt-btn--line:hover { background: var(--primary); color: #fff; }
.gt-btn--light { background: var(--bg); border-color: var(--bg); color: var(--text); }
.gt-btn--light:hover { background: #fff; border-color: #fff; color: var(--text); }
.gt-btn--ghost { background: transparent; border-color: rgba(251, 246, 248, .6); color: #FBF6F8; }
.gt-btn--ghost:hover { background: rgba(251, 246, 248, .12); }
.gt-btn[disabled] { opacity: .45; cursor: not-allowed; }
.gt-link { color: var(--primary-ink); text-underline-offset: .3em; font-weight: 600; display: inline-flex; gap: .4rem; align-items: center; }
.gt-link svg { width: 16px; height: 16px; }

/* Header: centred masthead */
.gt-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--bg) 95%, transparent); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.gt-mast { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; min-height: 64px; }
.gt-mast__meta { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.gt-logo { font-family: var(--font-heading); font-size: 2.1rem; font-style: italic; text-decoration: none; line-height: 1; text-align: center; }
.gt-logo small { font-family: var(--font-body); font-style: normal; font-size: .58rem; letter-spacing: .32em; text-transform: uppercase; display: block; color: var(--muted); margin-top: .15rem; }
.gt-mast__end { display: flex; justify-content: flex-end; gap: .6rem; align-items: center; }
.gt-mast__end .gt-btn { min-height: 42px; padding: .45rem 1.1rem; }
.gt-navrow { display: flex; justify-content: center; gap: 2.2rem; padding-bottom: .7rem; }
.gt-navrow a { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; font-weight: 600; padding-block: .3rem; border-bottom: 1px solid transparent; }
.gt-navrow a:hover, .gt-navrow a[aria-current] { border-bottom-color: var(--primary); }
.gt-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); place-items: center; }
.gt-toggle svg { width: 22px; height: 22px; }
.gt-mobile { display: none; }
@media (max-width: 860px) {
  .gt-mast { grid-template-columns: auto 1fr auto; }
  .gt-mast__meta { display: none; }
  .gt-logo { text-align: left; }
  .gt-navrow { display: none; }
  .gt-toggle { display: inline-grid; }
  .gt-mast__end .gt-btn { display: none; }
  .is-nav-open .gt-mobile { display: grid; padding-block: .2rem 1rem; }
  .gt-mobile a { font-family: var(--font-heading); font-size: 1.7rem; text-decoration: none; padding: .55rem 0; border-top: 1px solid var(--border); }
}

/* Hero: magazine cover */
.gt-hero { padding-block: clamp(2rem, 5vw, 3.5rem) clamp(3.5rem, 7vw, 6rem); }
.gt-cover { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr); gap: clamp(1rem, 3vw, 2.5rem); align-items: end; }
.gt-cover__title { grid-column: 1 / 3; grid-row: 1; align-self: start; position: relative; z-index: 2; }
.gt-cover__img { grid-column: 3; grid-row: 1 / 3; }
.gt-cover__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.gt-cover__img figcaption { font-size: .8rem; color: var(--muted); margin-top: .5rem; font-style: italic; font-family: var(--font-heading); font-size: 1rem; }
.gt-cover__index { grid-column: 1; grid-row: 2; display: grid; gap: .8rem; border-top: 1px solid var(--text); padding-top: 1rem; }
.gt-cover__index a { display: grid; grid-template-columns: 2rem 1fr; gap: .4rem; text-decoration: none; }
.gt-cover__index span { font-family: var(--font-heading); font-style: italic; color: var(--primary-ink); }
.gt-cover__index b { font-family: var(--font-heading); font-weight: 500; font-size: 1.2rem; line-height: 1.1; }
.gt-cover__index small { grid-column: 2; font-size: .78rem; color: var(--muted); }
.gt-cover__index a:hover b { text-decoration: underline; text-underline-offset: .2em; }
.gt-cover__copy { grid-column: 2; grid-row: 2; display: grid; gap: 1.2rem; }
.gt-cover__actions { display: flex; gap: .7rem; flex-wrap: wrap; }
@media (max-width: 960px) {
  .gt-cover { grid-template-columns: 1fr 1fr; }
  .gt-cover__title { grid-column: 1 / -1; }
  .gt-cover__img { grid-column: 2; grid-row: 2 / 4; }
  .gt-cover__copy { grid-column: 1; grid-row: 2; }
  .gt-cover__index { grid-column: 1; grid-row: 3; }
}
@media (max-width: 620px) {
  .gt-cover { grid-template-columns: 1fr; }
  .gt-cover__img, .gt-cover__copy, .gt-cover__index { grid-column: 1; grid-row: auto; }
  .gt-cover__img { order: -1; }
  .gt-cover__img img { aspect-ratio: 4 / 4.2; }
}

/* Celebration gallery (masonry) */
.gt-chips { display: flex; gap: .4rem; flex-wrap: wrap; }
.gt-chips button { font: inherit; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; min-height: 42px; padding: .4rem 1rem; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); cursor: pointer; color: var(--text); }
.gt-chips button:hover { border-color: var(--primary); }
.gt-chips button[aria-pressed="true"] { background: var(--text); border-color: var(--text); color: var(--bg); }
.gt-masonry { columns: 3 280px; column-gap: 1rem; }
.gt-masonry figure { break-inside: avoid; margin: 0 0 1rem; display: grid; gap: .45rem; }
.gt-masonry button { padding: 0; border: 0; background: none; cursor: zoom-in; display: block; width: 100%; overflow: hidden; }
.gt-masonry img { width: 100%; height: auto; display: block; transition: transform .6s; }
.gt-masonry button:hover img { transform: scale(1.02); }
.gt-masonry figcaption { display: flex; justify-content: space-between; gap: 1rem; font-size: .82rem; color: var(--muted); }
.gt-masonry figcaption a { color: var(--text); font-family: var(--font-heading); font-size: 1.05rem; font-style: italic; }
.gt-count { font-size: .85rem; color: var(--muted); }

/* Services */
.gt-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gt-service { padding: 0 clamp(1rem, 2.5vw, 2.25rem); display: grid; gap: .9rem; align-content: start; }
.gt-service:first-child { padding-left: 0; }
.gt-service + .gt-service { border-left: 1px solid var(--border); }
.gt-service__n { font-family: var(--font-heading); font-style: italic; font-size: 2.8rem; line-height: 1; color: var(--secondary); }
.gt-service ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.gt-service li { display: flex; gap: .55rem; font-size: .95rem; }
.gt-service li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--secondary); flex: none; margin-top: .55rem; }
@media (max-width: 860px) { .gt-services { grid-template-columns: 1fr; gap: 2rem; } .gt-service, .gt-service:first-child { padding: 0; } .gt-service + .gt-service { border-left: 0; border-top: 1px solid var(--border); padding-top: 2rem; } }
.gt-stationery { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; margin-top: clamp(3rem, 6vw, 4.5rem); }
.gt-stationery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 760px) { .gt-stationery { grid-template-columns: 1fr; } }

/* Featured story */
.gt-feature { position: relative; }
.gt-feature > img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; min-height: 380px; }
.gt-feature__card { position: relative; margin: -9rem 0 0 auto; width: min(560px, 92%); background: var(--surface); padding: clamp(1.5rem, 4vw, 2.75rem); display: grid; gap: 1rem; box-shadow: 0 30px 60px -40px rgba(46, 37, 48, .45); }
.gt-feature__card dl { display: grid; grid-template-columns: 1fr 1fr; gap: .2rem 1.5rem; margin: 0; border-top: 1px solid var(--border); padding-top: .9rem; }
.gt-feature__card dt { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.gt-feature__card dd { margin: 0 0 .5rem; font-family: var(--font-heading); font-size: 1.2rem; }
@media (max-width: 700px) { .gt-feature > img { min-height: 260px; aspect-ratio: 4 / 3; } .gt-feature__card { margin: -4rem auto 0; } }

/* Process timeline */
.gt-process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.25rem; position: relative; counter-reset: p; }
.gt-process::before { content: ""; position: absolute; left: 0; right: 0; top: 1.05rem; height: 1px; background: var(--text); }
.gt-process li { counter-increment: p; position: relative; display: grid; gap: .5rem; align-content: start; padding-top: 3rem; }
.gt-process li::before { content: counter(p, lower-roman); position: absolute; top: 0; left: 0; width: 2.2rem; height: 2.2rem; border-radius: 50%; border: 1px solid var(--text); background: var(--bg); display: grid; place-items: center; font-family: var(--font-heading); font-style: italic; font-size: 1.1rem; }
.gt-process h3 { font-family: var(--font-heading); font-weight: 500; font-size: 1.6rem; }
@media (max-width: 900px) { .gt-process { grid-template-columns: 1fr; gap: 0; } .gt-process::before { top: 0; bottom: 0; left: 1.1rem; right: auto; width: 1px; height: auto; } .gt-process li { padding: 0 0 1.6rem 3.5rem; } }

/* Inclusions matrix */
.gt-tablewrap { overflow-x: auto; min-width: 0; max-width: 100%; position: relative; }
.gt-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.gt-table th, .gt-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--border); text-align: center; }
.gt-table thead th { font-family: var(--font-heading); font-weight: 500; font-size: 1.35rem; border-bottom: 1px solid var(--text); }
.gt-table tbody th { text-align: left; font-weight: 500; }
.gt-table td svg { width: 20px; height: 20px; color: var(--primary-ink); }
.gt-table td span { color: #A5949F; }

/* FAQ */
.gt-faq details { border-bottom: 1px solid var(--border); }
.gt-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.1rem; font-family: var(--font-heading); font-size: 1.45rem; }
.gt-faq summary::-webkit-details-marker { display: none; }
.gt-faq summary::after { content: "+"; font-family: var(--font-body); color: var(--primary-ink); font-size: 1.3rem; }
.gt-faq details[open] summary::after { content: "–"; }
.gt-faq details > p { padding-bottom: 1.1rem; color: var(--muted); max-width: 42rem; }
.gt-two { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 820px) { .gt-two { grid-template-columns: 1fr; } }

/* Event brief wizard */
.gt-brief { background: var(--surface-2); color: #FBF6F8; }
.gt-brief .gt-label { color: var(--primary-on-dark); }
.gt-brief .gt-h2 em { color: var(--primary-on-dark); }
.gt-brief .gt-lead, .gt-brief .gt-muted { color: #DCCBD6; }
.gt-wiz { background: #FBF6F8; color: var(--text); padding: clamp(1.4rem, 4vw, 3rem); display: grid; gap: 1.5rem; }
.gt-steps { display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.gt-steps li { flex: 1; display: grid; gap: .35rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.gt-steps li::before { content: ""; height: 2px; background: var(--border); }
.gt-steps li[aria-current="step"], .gt-steps li.is-done { color: var(--text); }
.gt-steps li[aria-current="step"]::before, .gt-steps li.is-done::before { background: var(--primary); }
@media (max-width: 600px) { .gt-steps li span { display: none; } }
.gt-q { display: grid; gap: 1.2rem; }
.gt-q:focus { outline: none; }
.gt-q h3 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1.05; }
.gt-q h3 small { display: block; font-family: var(--font-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--primary-ink); margin-bottom: .5rem; }
.gt-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .6rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.gt-opts label { position: relative; display: grid; gap: .25rem; padding: 1rem 1.1rem; background: var(--surface); border: 1px solid var(--border); cursor: pointer; }
.gt-opts input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.gt-opts b { font-family: var(--font-heading); font-weight: 500; font-size: 1.35rem; }
.gt-opts span { font-size: .85rem; color: var(--muted); }
.gt-opts label:has(input:checked) { border-color: var(--primary); box-shadow: inset 0 0 0 1px var(--primary); }
.gt-opts label:has(input:checked)::after { content: "✓"; position: absolute; right: .8rem; top: .8rem; color: var(--primary-ink); font-weight: 700; }
.gt-opts label:has(input:disabled) { opacity: .55; cursor: not-allowed; }
.gt-opts label:has(input:focus-visible) { outline: 2px solid var(--focus); outline-offset: 2px; }
.gt-wiz__nav { display: flex; justify-content: space-between; gap: .6rem; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 1.2rem; }
[data-theme="events"] .xy-input { border-radius: 0; background: var(--surface); }
.gt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .gt-row { grid-template-columns: 1fr; } }
.gt-sum { margin: 0; display: grid; border-top: 1px solid var(--text); }
.gt-sum div { display: grid; grid-template-columns: 10rem minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding-block: .75rem; border-bottom: 1px solid var(--border); }
.gt-sum dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.gt-sum dd { margin: 0; font-family: var(--font-heading); font-size: 1.3rem; }
.gt-sum button { background: none; border: 0; color: var(--primary-ink); text-decoration: underline; cursor: pointer; font: inherit; font-weight: 600; min-height: 44px; }
@media (max-width: 560px) { .gt-sum div { grid-template-columns: 1fr auto; } .gt-sum dt { grid-column: 1 / -1; } }
.gt-ok { display: flex; gap: .5rem; align-items: flex-start; font-weight: 600; color: var(--primary-ink); }
.gt-ok svg { width: 20px; height: 20px; flex: none; margin-top: .15rem; }

/* Collection */
.gt-pagehead { padding-block: clamp(2.5rem, 6vw, 4.5rem) 1.5rem; text-align: center; display: grid; gap: .9rem; justify-items: center; }
.gt-crumbs { display: flex; gap: .45rem; flex-wrap: wrap; justify-content: center; font-size: .8rem; letter-spacing: .08em; color: var(--muted); }
.gt-crumbs a { color: inherit; }
.gt-stories { display: grid; gap: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5rem); }
.gt-story { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.gt-story:nth-child(even) .gt-story__media { order: 2; }
.gt-story__media { display: grid; grid-template-columns: 2fr 1fr; gap: .8rem; }
.gt-story__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.gt-story__media img:first-child { aspect-ratio: auto; min-height: 420px; }
.gt-story__body { display: grid; gap: 1rem; }
.gt-story__no { font-family: var(--font-heading); font-style: italic; font-size: 1.3rem; color: var(--primary-ink); }
.gt-facts { display: flex; gap: 1.5rem; flex-wrap: wrap; border-block: 1px solid var(--border); padding-block: .8rem; }
.gt-facts span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: grid; }
.gt-facts b { font-family: var(--font-heading); font-weight: 500; font-size: 1.25rem; letter-spacing: 0; text-transform: none; color: var(--text); }
@media (max-width: 800px) { .gt-story { grid-template-columns: 1fr; } .gt-story:nth-child(even) .gt-story__media { order: 0; } .gt-story__media img:first-child { min-height: 280px; } }
.gt-empty { text-align: center; padding: 3rem 1rem; display: grid; gap: 1rem; justify-items: center; }

/* Detail */
.gt-dhero { position: relative; }
.gt-dhero > img { width: 100%; height: min(78vh, 720px); object-fit: cover; }
.gt-dhero__title { background: var(--bg); margin: -7rem auto 0; position: relative; width: min(900px, 92%); padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1.2rem, 4vw, 3rem) 0; text-align: center; display: grid; gap: .9rem; justify-items: center; }
@media (max-width: 700px) { .gt-dhero > img { height: 56vh; } .gt-dhero__title { margin-top: -3rem; } }
.gt-dropcap::first-letter { font-family: var(--font-heading); float: left; font-size: 4.4rem; line-height: .8; padding: .35rem .6rem 0 0; color: var(--primary-ink); }
.gt-article { max-width: 720px; margin-inline: auto; display: grid; gap: 1.2rem; font-size: 1.08rem; line-height: 1.8; }
.gt-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--text); margin: 0; }
.gt-details div { padding: 1rem 1rem 1rem 0; border-bottom: 1px solid var(--border); }
.gt-details dt { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.gt-details dd { margin: .2rem 0 0; font-family: var(--font-heading); font-size: 1.35rem; }
@media (max-width: 620px) { .gt-details { grid-template-columns: 1fr 1fr; } }
.gt-dgallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; }
.gt-dgallery figure { margin: 0; display: grid; gap: .4rem; grid-column: span 2; }
.gt-dgallery figure:nth-child(1), .gt-dgallery figure:nth-child(2) { grid-column: span 3; }
.gt-dgallery button { padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; aspect-ratio: 4 / 5; display: grid; }
.gt-dgallery figure:nth-child(1) button, .gt-dgallery figure:nth-child(2) button { aspect-ratio: 5 / 4; }
.gt-dgallery img { width: 100%; height: 100%; object-fit: cover; }
.gt-dgallery figcaption { font-family: var(--font-heading); font-style: italic; font-size: 1.05rem; color: var(--muted); }
@media (max-width: 700px) { .gt-dgallery { grid-template-columns: 1fr 1fr; } .gt-dgallery figure, .gt-dgallery figure:nth-child(1), .gt-dgallery figure:nth-child(2) { grid-column: span 1; } .gt-dgallery figure:nth-child(1) { grid-column: 1 / -1; } }
.gt-timeline { list-style: none; margin: 0; padding: 0; display: grid; }
.gt-timeline li { display: grid; grid-template-columns: 12rem minmax(0, 1fr); gap: 1.5rem; padding-block: 1.1rem; border-top: 1px solid var(--border); }
.gt-timeline b { font-family: var(--font-heading); font-weight: 500; font-style: italic; font-size: 1.35rem; color: var(--primary-ink); }
@media (max-width: 560px) { .gt-timeline li { grid-template-columns: 1fr; gap: .2rem; } }
.gt-others { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.gt-other { display: grid; gap: .6rem; text-decoration: none; }
.gt-other img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
@media (max-width: 620px) { .gt-others { grid-template-columns: 1fr; } }

/* Footer */
.gt-footer { background: var(--surface-2); color: #FBF6F8; padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; }
.gt-footer a { color: inherit; }
.gt-footer__big { font-family: var(--font-heading); font-style: italic; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: 1; text-align: center; margin-bottom: 2.5rem; }
.gt-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; padding-block: 2rem; border-block: 1px solid rgba(251, 246, 248, .2); }
.gt-footer h3 { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--primary-on-dark); margin-bottom: .7rem; font-weight: 600; }
.gt-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.gt-footer p { color: #DCCBD6; }
.gt-footer__bottom { padding-top: 1.5rem; }
.gt-footer .xy-attribution, .gt-footer .xy-attribution * { color: #E6D8E0; }
@media (max-width: 760px) { .gt-footer__grid { grid-template-columns: 1fr 1fr; } }

@media (min-width: 681px) { .gt-head .gt-chips { flex-wrap: nowrap; } }
.gt-head > .gt-chips { display: flex; align-self: end; }
.gt-dhero > img { height: min(78vh, 720px); max-height: 720px; }
@media (max-width: 700px) { .gt-dhero > img { height: min(56vh, 460px); } }
