@font-face {
  font-family: Lora;
  src: url('/assets/fonts/lora-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/assets/fonts/public-sans-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/assets/fonts/public-sans-medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

:root {
  --ink: #10182b;
  --paper: #faf6ee;
  --muted: #62615e;
  --line: #d8d2c7;
  --saffron: #f3cb6f;
  --blue: #dce5ee;
  --serif: Lora,Georgia,serif;
  --sans: 'Public Sans',Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 5px;
}

a,button,summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,summary:focus-visible {
  outline: 3px solid #9b6a12;
  outline-offset: 5px;
}

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

figure,p,h1,h2,h3,blockquote {
  margin: 0;
}

h1,h2,h3 {
  font-weight: 400;
}

h1,h2 {
  font-family: var(--serif);
  line-height: 1.12;
  letter-spacing: -.045em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(36px,3.7vw,56px);
}

h3 {
  line-height: 1.35;
}

p {
  max-width: 65ch;
}

.wrap {
  width: min(1310px,calc(100% - 112px));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.eyebrow {
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 500;
}

.small {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  z-index: 9;
  padding: 10px 20px;
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 114px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: block;
  flex: none;
}

.wordmark img {
  width: 130px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 27px;
  margin-left: auto;
  font-size: 12px;
}

.main-nav a,.languages a,.text-link,.footer-links a {
  text-decoration: none;
}

.main-nav a:hover,.text-link:hover,.footer-links a:hover {
  text-decoration: underline;
}

.languages {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: .04em;
}

.languages a {
  padding: 5px 0;
  color: var(--muted);
  border-bottom: 1px solid transparent;
}

.languages [aria-current] {
  color: var(--ink);
  border-color: var(--ink);
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 12px 21px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.button span {
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  background: #2a354b;
  border-color: #2a354b;
}

.header-cta {
  font-size: 11px;
  min-height: 39px;
  padding: 9px 14px;
  gap: 14px;
}

.hero {
  padding-top: 57px;
}

.hero-heading {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 64px;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 44px;
}

h1 {
  font-size: clamp(60px,6.7vw,102px);
  line-height: 1.06;
  letter-spacing: -.058em;
}

h1 span {
  color: #5e675c;
}

.hero-copy {
  padding-bottom: 6px;
}

.hero-intro {
  font-size: 16px;
  line-height: 1.8;
  max-width: 38ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 26px;
}

.text-link {
  font-size: 12px;
  white-space: nowrap;
}

.text-link span {
  margin-left: 13px;
}

.hero-photo>img {
  width: 100%;
  height: clamp(370px,37vw,570px);
  object-fit: cover;
  object-position: 50% 46%;
}

figcaption {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  padding-top: 14px;
}

figcaption b {
  font-size: 9px;
  letter-spacing: .08em;
  font-weight: 500;
  margin-right: 14px;
  white-space: nowrap;
}

.hero-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.hero-photo figcaption>span:last-child {
  font-size: 10px;
  text-align: right;
}

.promise-strip {
  display: flex;
  justify-content: center;
  gap: 65px;
  padding-block: 38px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .02em;
}

.promise-strip span {
  display: flex;
  align-items: center;
  gap: 13px;
}

.promise-strip i {
  height: 5px;
  width: 5px;
  background: #9d782f;
  border-radius: 50%;
  flex: none;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-top: 18px;
  max-width: 18ch;
}

.section-heading>p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  max-width: 44ch;
  justify-self: end;
}

.tree-section {
  border-bottom: 1px solid var(--line);
}

.product-preview>a {
  display: block;
}

.product-preview img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.product-preview figcaption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.product-preview figcaption>a {
  flex: none;
  font-size: 10px;
}

.story-spread {
  display: grid;
  grid-template-columns: .77fr 1fr;
  gap: 28px;
  align-items: start;
}

.portrait>img {
  width: 100%;
  height: auto;
}

.profile-preview figcaption {
  display: block;
}

.profile-preview figcaption>a {
  display: block;
  margin-top: 7px;
}

.product-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 22px;
  max-width: none;
}

.story-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  padding-top: 55px;
}

.story-features article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.feature-number {
  display: block;
  font-size: 10px;
  color: #9b783d;
  margin-bottom: 18px;
}

.story-features h3 {
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -.02em;
}

.story-features p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 12px;
  max-width: 33ch;
}

.map-section {
  background: linear-gradient(125deg,#10182b,#20253c 70%,#443446);
  color: var(--paper);
  padding-block: 91px;
}

.map-section .eyebrow {
  color: var(--saffron);
}

.map-section .section-heading {
  grid-template-columns: 1.4fr 1fr;
  gap: 90px;
  margin-bottom: 42px;
}

.map-section .section-heading h2 {
  max-width: 23ch;
  font-size: clamp(36px,3.6vw,54px);
}

.map-section .section-heading>p {
  color: #c5c6ce;
}

.map-preview {
  background: #faf6ee;
  padding: 9px 9px 0;
}

.map-preview>a {
  display: block;
}

.map-preview img {
  width: 100%;
  height: auto;
}

.map-preview figcaption {
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 9px 17px;
  align-items: start;
}

.map-preview figcaption a {
  flex: none;
  font-size: 10px;
}

.map-note {
  color: #b4b6c2;
  font-size: 10px;
  margin-top: 14px;
  max-width: none;
}

.privacy-spread {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 78px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.privacy-copy h2 {
  margin-block: 20px 25px;
  font-size: clamp(34px,3.3vw,48px);
}

.privacy-copy>p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}

.plain-list {
  padding: 0;
  list-style: none;
  margin: 24px 0 0;
}

.plain-list li {
  font-size: 12px;
  position: relative;
  padding: 11px 0 11px 20px;
  border-top: 1px solid var(--line);
  line-height: 1.7;
}

.plain-list li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: 10px;
  color: #997129;
}

.privacy-copy .privacy-footnote {
  font-size: 11px!important;
  margin-top: 20px;
}

.album-photo img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  object-position: 43% 50%;
}

.hosting-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  border-block: 1px solid var(--line);
}

.hosting-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.hosting-card h3 {
  font-family: var(--serif);
  font-size: 35px;
  letter-spacing: -.035em;
  margin-block: 18px;
}

.hosting-card>p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 44ch;
}

.managed {
  background: linear-gradient(135deg, #ece6d9, #f5f0e6);
  border-right: 1px solid var(--line);
}

.hosting-card .eyebrow {
  font-size: 10px;
}

.family-address {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #d1c4a5;
  border-radius: 4px;
  background: rgb(255 255 255 / 50%);
}

.family-address strong {
  display: block;
  margin-block: 9px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 29px);
  font-weight: 400;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.family-address strong span { color: var(--muted); }
.family-address .small { font-size: 11px; }

.hosting-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 36px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.hosting-steps .eyebrow { color: #86651e; }
.hosting-steps h3 { font-size: 17px; margin-block: 10px; }
.hosting-steps p { color: var(--muted); font-size: 13px; }

@media (max-width: 700px) {
  .hosting-steps { grid-template-columns: 1fr; gap: 24px; }
  .family-address { padding: 18px; }
}

.hosting-card .plain-list {
  margin-bottom: 24px;
}

.hosting-bottom {
  margin-top: auto;
}

.hosting-bottom .small {
  margin-top: 17px;
  max-width: 48ch;
  font-size: 11px;
}

.button-saffron {
  background: var(--saffron);
  color: var(--ink);
  border-color: var(--saffron);
}

.button-saffron:hover {
  background: #e3b755;
  border-color: #e3b755;
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.button-outline:hover {
  background: #e9e3d8;
  color: var(--ink);
  border-color: var(--ink);
}

.portability {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 24px 40px;
  align-items: center;
  margin-top: 36px;
  padding: 32px 36px 0;
  background: linear-gradient(120deg, #10182b, #253a4a);
  color: var(--paper);
}

#hosting { padding-bottom: 56px; }

.portability-copy .eyebrow {
  color: var(--saffron);
  font-size: 10px;
}

.portability h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 36px);
  line-height: 1.2;
  letter-spacing: -.025em;
  max-width: 18ch;
  margin-block: 14px;
}

.portability-copy>p:last-child {
  font-size: 13px;
  max-width: 42ch;
  color: #d1d8df;
}

.portability-formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.format-card {
  padding: 18px 20px;
  background: var(--paper);
  color: var(--ink);
  border-top: 3px solid var(--saffron);
}

.format-card:last-child { border-color: #b7cddc; }

.format-art {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.format-art svg { width: 144px; height: 76px; }

.format-photographs {
  position: relative;
  width: 98px;
  padding: 4px 4px 10px;
  background: #fffdf7;
  border: 1px solid #d8d2c7;
  transform: rotate(5deg);
  box-shadow: 0 3px 8px #10182b12;
}

.format-photographs::before {
  content: "";
  position: absolute;
  inset: -5px 5px 5px -5px;
  background: #ece6da;
  border: 1px solid #cec5b5;
  transform: rotate(-12deg);
  z-index: -1;
}

.format-label {
  font-size: 10px;
  letter-spacing: .09em;
  color: #6e581e;
}

.format-card h4 {
  margin: 5px 0 8px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.format-card p {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}

.portability-details {
  grid-column: 1 / -1;
  border-top: 1px solid #ffffff30;
}

.portability-details summary { padding-block: 15px; font-size: 12px; }
.portability-details summary::marker { content: ""; }
.portability-details summary::-webkit-details-marker { display: none; }
.portability-details>p { color: #d1d8df; font-size: 12px; max-width: 100ch; }
.portability-details summary:focus-visible { outline-color: var(--saffron); }

@media (max-width: 1000px) {
  .portability { grid-template-columns: 1fr; gap: 24px; }
  .portability h3 { max-width: none; }
  .portability-copy>p:last-child { max-width: 64ch; }
}

@media (max-width: 540px) {
  .portability-formats { grid-template-columns: 1fr; }
  .format-card { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 16px; padding: 18px 16px; }
  .format-art { height: 64px; margin: 0; }
  .format-art svg { width: 64px; }
  .format-photographs { width: 60px; padding: 3px 3px 7px; }
}

.demo-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-block: 1px solid var(--line);
  padding-block: 33px;
  align-items: center;
}

.status {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.demo-copy p { font-size: 13px; color: var(--muted); }
.demo-copy .text-link { display: inline-block; margin-top: 15px; }

.status i {
  width: 5px;
  height: 5px;
  background: #ae7f2d;
  border-radius: 50%;
}

.demo-strip h2 {
  font-size: 27px;
  margin-top: 11px;
  letter-spacing: -.03em;
}

.demo-strip>p {
  font-size: 13px;
  color: var(--muted);
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 90px;
  padding: 65px;
  background: var(--blue);
}

.contact-panel h2 {
  margin-top: 20px;
  font-size: clamp(32px,3.2vw,48px);
}

.contact-copy>p:first-child {
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-email {
  display: block;
  font-size: 13px;
  margin-top: 18px;
}

.contact-copy .small {
  font-size: 10px;
  margin-top: 18px;
  max-width: 38ch;
}

.questions {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}

.questions h2 {
  font-size: 40px;
  max-width: 15ch;
}

details {
  border-top: 1px solid var(--line);
}

details: last-child {;
  border-bottom: 1px solid var(--line);
}

summary {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 23px;
  line-height: 1.6;
}

summary: :-webkit-details-marker {;
  display: none;
}

summary span {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

details[open] summary span {
  transform: rotate(45deg);
}

details>p {
  font-size: 13px;
  color: var(--muted);
  padding-bottom: 24px;
  padding-right: 30px;
  line-height: 1.8;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding-block: 62px 30px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-top p {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.4;
  max-width: 26ch;
  margin-top: 30px;
  letter-spacing: -.02em;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  font-size: 12px;
  align-content: start;
}

.footer-links>a:last-child {
  grid-column: 1/-1;
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #3c4251;
  margin-top: 60px;
  padding-top: 22px;
  font-size: 10px;
  color: #c4c6cc;
}

.footer-privacy,.image-disclosure {
  font-size: 9px;
  max-width: none;
  margin-top: 18px;
  color: #acb0bd;
}

.image-disclosure {
  margin-top: 6px;
}

@media(min-width:1600px) {
  .wrap {
    width: min(1400px,calc(100% - 140px));
  }
}

@media(max-width:1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .site-header {
    gap: 22px;
  }
  .main-nav {
    gap: 18px;
  }
  .header-cta {
    display: none;
  }
  .hero-heading {
    gap: 36px;
    grid-template-columns: 1.4fr 1fr;
  }
  h1 {
    font-size: clamp(56px,6.9vw,80px);
  }
  .hero-intro {
    font-size: 14px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-photo>img {
    height: 420px;
  }
  .section {
    padding-block: 84px;
  }
  .section-heading {
    gap: 55px;
  }
  .section-heading>p {
    font-size: 14px;
  }
  .privacy-spread {
    gap: 45px;
  }
  .album-photo img {
    height: 500px;
  }
  .map-section .section-heading {
    gap: 40px;
  }
  .hosting-card {
    padding: 30px;
  }
  .hosting-card h3 {
    font-size: 30px;
  }
  .contact-panel {
    padding: 45px;
    gap: 50px;
  }
  .questions {
    gap: 65px;
    padding-top: 0;
  }
  .questions h2 {
    font-size: 34px;
  }
  .demo-strip {
    gap: 60px;
  }
}

@media(max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 85px;
    gap: 16px;
  }
  .wordmark img {
    width: 112px;
  }
  .main-nav {
    display: none;
  }
  .languages {
    margin-left: auto;
    font-size: 11px;
    gap: 13px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero>.eyebrow {
    font-size: 10px;
  }
  .hero-heading {
    display: block;
    margin-top: 20px;
    margin-bottom: 29px;
  }
  h1 {
    font-size: clamp(48px,10.5vw,76px);
    line-height: 1.1;
  }
  .hero-copy {
    margin-top: 26px;
    max-width: 480px;
  }
  .hero-intro {
    font-size: 14px;
    max-width: 45ch;
  }
  .hero-actions {
    margin-top: 23px;
    gap: 22px;
  }
  .hero-photo>img {
    height: 390px;
    object-position: 42% 50%;
  }
  .hero-photo figcaption {
    display: block;
    font-size: 10px;
  }
  .hero-photo figcaption>span:last-child {
    display: none;
  }
  figcaption b {
    font-size: 8px;
    margin-right: 9px;
  }
  .promise-strip {
    gap: 18px;
    justify-content: space-between;
    font-size: 9px;
    padding-block: 25px;
  }
  .promise-strip span {
    gap: 7px;
  }
  .promise-strip i {
    width: 4px;
    height: 4px;
  }
  .section {
    padding-block: 66px;
  }
  .section-heading {
    display: block;
    margin-bottom: 31px;
  }
  .section-heading h2 {
    font-size: 38px;
    max-width: 19ch;
    margin-top: 16px;
  }
  .section-heading>p {
    margin-top: 22px;
    max-width: 50ch;
    font-size: 14px;
  }
  .story-features {
    padding-top: 31px;
    gap: 23px;
  }
  .story-features h3 {
    font-size: 21px;
  }
  .story-features p {
    font-size: 12px;
  }
  .feature-number {
    margin-bottom: 12px;
  }
  .map-section {
    padding-block: 61px;
  }
  .map-section .section-heading {
    display: block;
  }
  .map-section .section-heading h2 {
    font-size: 38px;
  }
  .map-section .section-heading>p {
    margin-top: 23px;
    max-width: 48ch;
  }
  .map-preview {
    padding: 5px 5px 0;
  }
  .map-preview figcaption {
    display: block;
    font-size: 10px;
    padding: 12px 8px 15px;
  }
  .map-preview figcaption a {
    display: block;
    margin-top: 7px;
  }
  .map-note {
    font-size: 9px;
  }
  .privacy-spread {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .privacy-copy h2 {
    font-size: 38px;
  }
  .privacy-copy>p:not(.eyebrow) {
    max-width: 48ch;
  }
  .privacy-copy .plain-list {
    max-width: 500px;
  }
  .album-photo img {
    height: auto;
    aspect-ratio: 1.45;
    object-position: center;
  }
  .hosting-grid {
    grid-template-columns: 1fr;
  }
  .hosting-card {
    padding: 31px;
  }
  .managed {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .hosting-card h3 {
    font-size: 31px;
  }
  .portability {
    padding: 26px 22px 0;
    margin-top: 30px;
  }
  #hosting { padding-bottom: 40px; }
  .demo-strip {
    display: block;
    padding-block: 28px;
  }
  .demo-strip>.demo-copy {
    margin-top: 18px;
    max-width: 50ch;
  }
  .demo-strip h2 {
    font-size: 27px;
  }
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 33px 28px;
  }
  .contact-panel h2 {
    font-size: 38px;
    max-width: 18ch;
  }
  .contact-copy>p:first-child {
    max-width: 48ch;
  }
  .questions {
    padding-top: 0;
    display: block;
  }
  .questions h2 {
    font-size: 34px;
    max-width: 19ch;
    margin-bottom: 30px;
  }
  summary {
    padding-block: 20px;
  }
  .site-footer {
    padding-block: 42px 25px;
  }
  .footer-top {
    display: block;
  }
  .footer-top p {
    font-size: 23px;
  }
  .footer-links {
    margin-top: 35px;
    max-width: 420px;
    gap: 13px 30px;
  }
  .footer-bottom {
    margin-top: 35px;
    font-size: 9px;
  }
  .footer-privacy,.image-disclosure {
    font-size: 9px;
    line-height: 1.8;
  }
}

@media(max-width:480px) {
  .hero-photo>img {
    height: 330px;
    object-position: 44% 50%;
  }
  .promise-strip {
    gap: 12px;
    font-size: 8px;
    letter-spacing: 0;
  }
  .promise-strip span {
    gap: 5px;
  }
  .story-features {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .story-features article {
    display: grid;
    grid-template-columns: 25px 1fr;
    column-gap: 14px;
  }
  .feature-number {
    grid-row: 1/3;
    margin-top: 4px;
  }
  .story-features h3 {
    font-size: 24px;
  }
  .story-features p {
    grid-column: 2;
    max-width: 38ch;
    margin-top: 9px;
    font-size: 13px;
  }
  .map-section .section-heading h2 {
    font-size: 33px;
  }
  .map-section .section-heading h2 br {
    display: none;
  }
  .map-preview {
    margin-inline: -10px;
  }
  .map-preview figcaption b {
    display: block;
    margin-bottom: 4px;
  }
  .map-note {
    font-size: 9px;
  }
  .hosting-card {
    padding: 28px 24px;
  }
  .contact-panel {
    padding: 30px 25px;
  }
  .contact-panel h2 {
    font-size: 34px;
  }
  .contact-panel h2 br {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media(max-width:350px) {
  .wrap {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 45px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    padding-inline: 15px;
    gap: 14px;
    font-size: 11px;
  }
  .text-link {
    font-size: 11px;
  }
  .hero-photo>img {
    height: 290px;
  }
  .promise-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
  }
  .section-heading h2,.privacy-copy h2 {
    font-size: 33px;
  }
  .contact-panel {
    padding: 27px 22px;
  }
  .contact-panel h2 {
    font-size: 30px;
  }
  .questions h2 {
    font-size: 31px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media(max-width:760px) {
  .story-spread {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .portrait>img {
    max-height: 560px;
    object-fit: cover;
    object-position: 50% 35%;
  }
  .product-preview figcaption {
    display: block;
  }
  .product-preview figcaption>a {
    display: block;
    margin-top: 7px;
  }
  .product-note {
    font-size: 9px;
  }
}
