/* =========================================================
   NewYork.co.jp — site.css
   Japanese Magazine Travel System
   Visual direction:
   Japanese woodblock print × New York editorial cinema
   ========================================================= */

:root {
  --ink: #17181c;
  --ink-soft: #343741;
  --muted: #6c6f78;
  --paper: #f7f1e6;
  --paper-soft: #fffaf1;
  --paper-deep: #eadfcf;
  --navy: #10233f;
  --navy-deep: #071426;
  --brick: #8e3027;
  --brick-deep: #64211b;
  --taxi: #f2b632;
  --gold: #c89b48;
  --river: #3d6478;
  --mist: #dbe3e5;
  --white: #ffffff;
  --line: rgba(23, 24, 28, 0.14);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 22px 60px rgba(7, 20, 38, 0.18);
  --shadow-soft: 0 14px 36px rgba(7, 20, 38, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1180px;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* =========================================================
   Base
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(242, 182, 50, 0.13), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(61, 100, 120, 0.12), transparent 34%),
    linear-gradient(180deg, var(--paper-soft) 0%, var(--paper) 44%, #efe4d4 100%);
  font-family: var(--sans);
  line-height: 1.85;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(23, 24, 28, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 24, 28, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mix-blend-mode: multiply;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--brick);
}

p {
  margin: 0 0 1.35rem;
}

strong {
  font-weight: 800;
  color: var(--ink);
}

.container,
.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 76px 0;
}

.section-tight {
  padding: 48px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.kicker {
  color: var(--brick);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.8vw, 1.36rem);
  line-height: 2.05;
}

.small {
  color: var(--muted);
  font-size: 0.92rem;
}

hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 48px 0;
}

/* =========================================================
   Header / Navigation
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(247, 241, 230, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.navbar,
.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo,
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo strong,
.brand strong {
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: 0.02em;
}

.logo span,
.brand span {
  margin-top: 0.28rem;
  color: var(--brick);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links,
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.nav-links a,
.menu a {
  padding: 0.62rem 0.82rem;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a.active,
.menu a:hover,
.menu a.active {
  color: var(--paper-soft);
  background: var(--navy);
}

.nav-cta {
  color: var(--navy-deep) !important;
  background: var(--taxi) !important;
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero.hero-small {
  min-height: 52vh;
}

.hero.hero-page {
  min-height: 62vh;
}

.hero-image,
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image img,
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.92) 0%, rgba(7, 20, 38, 0.72) 38%, rgba(7, 20, 38, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 20, 38, 0.88) 0%, rgba(7, 20, 38, 0.08) 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 130px 0 84px;
}

.hero-content.narrow {
  max-width: 850px;
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
}

.hero h1 {
  max-width: 980px;
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 7vw, 6.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero h1 .accent {
  color: var(--taxi);
}

.hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.44rem);
  line-height: 2;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-credit,
.caption {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

/* =========================================================
   Buttons
   ========================================================= */

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1.08rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--paper-soft);
  background: var(--navy);
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(7, 20, 38, 0.13);
}

.btn:hover,
.button:hover {
  color: var(--paper-soft);
  background: var(--brick);
  transform: translateY(-1px);
}

.btn.secondary,
.button.secondary {
  color: var(--navy);
  background: transparent;
  border-color: rgba(16, 35, 63, 0.28);
  box-shadow: none;
}

.btn.secondary:hover,
.button.secondary:hover {
  color: var(--paper-soft);
  background: var(--navy);
}

.btn.gold,
.button.gold {
  color: var(--navy-deep);
  background: var(--taxi);
}

/* =========================================================
   Typography Blocks
   ========================================================= */

.section-title {
  margin-bottom: 2rem;
}

.section-title.center {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}

.section-title h2 {
  margin: 0 0 0.9rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-title p {
  max-width: 820px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.article-title {
  margin: 0 0 1.2rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.article-subtitle {
  max-width: 820px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  line-height: 2;
}

/* =========================================================
   Cards / Grids
   ========================================================= */

.grid {
  display: grid;
  gap: 24px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 241, 0.78);
  box-shadow: var(--shadow-soft);
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--paper-deep);
}

.card-img.wide {
  aspect-ratio: 16 / 9;
}

.card-img.tall {
  aspect-ratio: 3 / 4;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.card:hover .card-img img {
  transform: scale(1.045);
}

.card-body {
  padding: 24px;
}

.card h3 {
  margin: 0 0 0.7rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

.card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.card .read-more {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--brick);
  font-weight: 900;
}

.feature-card {
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: var(--white);
  background: var(--navy-deep);
  box-shadow: var(--shadow);
}

.feature-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(7, 20, 38, 0.88), rgba(7, 20, 38, 0.1)),
    linear-gradient(90deg, rgba(7, 20, 38, 0.65), transparent);
}

.feature-card .card-body {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.feature-card h3 {
  color: var(--white);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.84);
}

.feature-card .read-more {
  color: var(--taxi);
}

/* =========================================================
   Magazine Layouts
   ========================================================= */

.magazine-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.magazine-split.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.magazine-copy h2,
.magazine-copy h3 {
  margin: 0 0 1rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.magazine-copy p {
  color: var(--ink-soft);
}

.magazine-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}

.magazine-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.callout {
  position: relative;
  padding: clamp(28px, 5vw, 56px);
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: var(--paper-soft);
  background:
    linear-gradient(135deg, rgba(16, 35, 63, 0.96), rgba(100, 33, 27, 0.92)),
    var(--navy);
  box-shadow: var(--shadow);
}

.callout::before {
  content: "NEW YORK";
  position: absolute;
  right: -20px;
  bottom: -32px;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--serif);
  font-size: clamp(4rem, 13vw, 11rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
}

.callout h2,
.callout h3 {
  position: relative;
  margin: 0 0 1rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.callout p {
  position: relative;
  max-width: 850px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
}

/* =========================================================
   Article Pages
   ========================================================= */

.article-wrap {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}

.article-body {
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 2.15;
}

.article-body h2 {
  margin: 3.2rem 0 1.1rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.3vw, 3.2rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.article-body h3 {
  margin: 2.5rem 0 0.8rem;
  color: var(--brick-deep);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  line-height: 1.25;
}

.article-body p {
  margin-bottom: 1.45rem;
}

.article-body a {
  color: var(--brick);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.article-body blockquote {
  margin: 2.4rem 0;
  padding: 1.8rem 2rem;
  border-left: 6px solid var(--brick);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  color: var(--navy-deep);
  background: rgba(255, 250, 241, 0.86);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.85;
}

.article-image {
  margin: 2.8rem 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.article-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.article-image figcaption {
  padding: 0.9rem 1rem;
  color: var(--muted);
  background: rgba(255, 250, 241, 0.9);
  font-size: 0.84rem;
}

.article-note {
  margin: 2.5rem 0;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(142, 48, 39, 0.24);
  border-radius: var(--radius-lg);
  background: rgba(242, 182, 50, 0.13);
}

/* =========================================================
   Real Places / Listings
   ========================================================= */

.places {
  display: grid;
  gap: 18px;
}

.place-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
}

.place-card h3 {
  margin: 0 0 0.5rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.25;
}

.place-meta {
  display: grid;
  gap: 0.2rem;
  margin: 0.7rem 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.place-card p {
  color: var(--ink-soft);
}

.place-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.place-links a {
  display: inline-flex;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(16, 35, 63, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
}

.place-links a:hover {
  color: var(--paper-soft);
  background: var(--brick);
}

/* =========================================================
   Gallery
   ========================================================= */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper-deep);
  box-shadow: 0 10px 28px rgba(7, 20, 38, 0.11);
}

.gallery-item a {
  display: block;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.04);
}

.gallery-item figcaption,
.gallery-caption {
  padding: 0.8rem 0.9rem;
  color: var(--ink-soft);
  background: rgba(255, 250, 241, 0.94);
  font-size: 0.88rem;
  line-height: 1.55;
}

.gallery-room {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 241, 0.72);
}

/* =========================================================
   Destination / Index Blocks
   ========================================================= */

.destination-band {
  padding: 44px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.9), rgba(234, 223, 207, 0.72));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.destination-band h2 {
  margin: 0 0 0.7rem;
  color: var(--navy-deep);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.destination-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.destination-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 241, 0.75);
  font-weight: 800;
}

.destination-link:hover {
  color: var(--paper-soft);
  background: var(--navy);
  border-color: var(--navy);
}

/* =========================================================
   Tables / Admin / Sitemap
   ========================================================= */

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.75);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--navy-deep);
  background: rgba(16, 35, 63, 0.07);
  font-weight: 900;
}

td a {
  color: var(--brick);
  font-weight: 800;
}

.sitemap-list {
  display: grid;
  gap: 18px;
}

.sitemap-section {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 241, 0.8);
}

.sitemap-section h2,
.sitemap-section h3 {
  margin: 0 0 0.7rem;
  color: var(--navy-deep);
  font-family: var(--serif);
}

.sitemap-section ul {
  margin: 0;
  padding-left: 1.2rem;
}

.sitemap-section li {
  margin: 0.35rem 0;
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  margin-top: 80px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 15% 0%, rgba(242, 182, 50, 0.18), transparent 30%),
    linear-gradient(135deg, var(--navy-deep), #050b14 74%);
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr;
  gap: 32px;
}

.footer-brand {
  max-width: 520px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.1;
}

.footer-brand p,
.footer-col p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-col h3 {
  margin: 0 0 0.8rem;
  color: var(--taxi);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  margin: 0.35rem 0;
  color: rgba(255, 255, 255, 0.8);
}

.footer-col a:hover {
  color: var(--taxi);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}

/* =========================================================
   Utility Classes
   ========================================================= */

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.muted {
  color: var(--muted);
}

.paper-panel {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow-soft);
}

.dark-panel {
  padding: clamp(24px, 4vw, 46px);
  border-radius: var(--radius-xl);
  color: var(--paper-soft);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.dark-panel h2,
.dark-panel h3 {
  color: var(--white);
}

.dark-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.accent-line {
  width: 78px;
  height: 4px;
  margin: 1rem 0 1.4rem;
  border-radius: 999px;
  background: var(--brick);
}

.center .accent-line {
  margin-inline: auto;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 980px) {
  .navbar,
  .nav {
    min-height: auto;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .menu {
    justify-content: flex-start;
  }

  .hero {
    min-height: 68vh;
  }

  .hero-content {
    padding: 110px 0 64px;
  }

  .magazine-split,
  .magazine-split.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .grid.three,
  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container,
  .wrap,
  .navbar,
  .nav,
  .footer-inner,
  .article-wrap,
  .hero-content {
    width: min(100% - 28px, var(--max));
  }

  body {
    line-height: 1.78;
  }

  .section {
    padding: 54px 0;
  }

  .hero {
    min-height: 64vh;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(7, 20, 38, 0.9) 0%, rgba(7, 20, 38, 0.34) 100%),
      linear-gradient(90deg, rgba(7, 20, 38, 0.8), rgba(7, 20, 38, 0.28));
  }

  .hero h1 {
    font-size: clamp(2.35rem, 13vw, 4.8rem);
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.85;
  }

  .nav-links a,
  .menu a {
    padding: 0.48rem 0.64rem;
    font-size: 0.84rem;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 20px;
  }

  .feature-card {
    min-height: 360px;
  }

  .destination-band {
    padding: 26px;
  }

  .article-body {
    font-size: 1.02rem;
    line-height: 2;
  }

  .article-body blockquote {
    padding: 1.3rem 1.4rem;
  }

  .place-card {
    padding: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  body {
    background: #fff;
    color: #111;
  }

  .site-header,
  .site-footer,
  .btn-row,
  .nav-links,
  .menu {
    display: none !important;
  }

  .hero {
    min-height: auto;
    color: #111;
    background: #fff;
  }

  .hero-image,
  .hero-bg,
  .hero::after {
    display: none;
  }

  .hero-content {
    padding: 24px 0;
  }

  a {
    text-decoration: underline;
  }

  .card,
  .paper-panel,
  .place-card {
    box-shadow: none;
  }
}
