@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Roboto:wght@300;400;500;600;700&display=swap');
/* Standard CSS: no framework or build tools required. */
img,svg {
  display:block
}

button {
  line-height:1.4
}

[hidden] {
  display:none!important
}

:root {
  --slate:#333f48;
  --dark:#26323b;
  --gold:#d9c18f;
  --gold-dark:#8b744b;
  --paper:#faf9f6;
  --ink:#333f48;
  --muted:#667078;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Roboto',Arial,sans-serif;
  color-scheme:light
}

* {
  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;
  -webkit-font-smoothing:antialiased
}

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

button,input,textarea {
  font:inherit
}

button,a,input,textarea {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

button:disabled {
  cursor:wait
}

button,a {
  touch-action:manipulation
}

a:focus-visible,button:focus-visible {
  outline:3px solid #b59a63;
  outline-offset:5px
}

input:focus,textarea:focus {
  outline:2px solid var(--gold);
  outline-offset:2px
}

svg {
  flex-shrink:0
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  font-family:var(--serif);
  font-weight:500
}

::selection {
  background:#dcc798;
  color:var(--dark)
}

.skip-link {
  position:fixed;
  left:12px;
  top:-100px;
  background:white;
  padding:12px;
  z-index:20
}

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

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.site-header {
  background:var(--dark);
  color:white;
  border-top:4px solid var(--gold)
}

.header-inner {
  max-width:1200px;
  min-height:96px;
  padding:16px 20px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:block;
  width:236px
}

.brand-line {
  display:flex;
  align-items:center;
  gap:5px;
  font-family:var(--serif);
  font-size:44px;
  line-height:.96;
  font-weight:400;
  letter-spacing:-1.5px
}

.brand-line svg {
  width:31px;
  height:39px;
  transform:rotate(-15deg);
  color:var(--gold)
}

.brand-sub {
  display:block;
  text-align:center;
  font-size:10px;
  letter-spacing:3px;
  margin-top:9px;
  color:#e1d7c2
}

.phone-link {
  display:flex;
  gap:11px;
  align-items:center;
  font-size:19px;
  letter-spacing:.4px
}

.phone-icon {
  display:grid;
  place-items:center;
  border:1px solid #677077;
  border-radius:50%;
  width:38px;
  height:38px;
  color:var(--gold)
}

.phone-link small {
  display:block;
  font-size:9px;
  letter-spacing:1.6px;
  font-weight:400;
  color:#c8cdd0;
  margin-bottom:5px
}

.button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  background:var(--gold);
  color:#27333c;
  border:1px solid var(--gold);
  border-radius:2px;
  min-height:47px;
  padding:13px 21px;
  font-size:14px;
  font-weight:500;
  transition:background .2s,transform .2s
}

.button:hover {
  background:#ead6ab;
  border-color:#ead6ab;
  transform:translateY(-1px)
}

.header-cta {
  font-size:13px;
  min-width:248px
}

.intro {
  text-align:center;
  background:linear-gradient(90deg,rgba(38,50,59,.95),rgba(38,50,59,.87),rgba(38,50,59,.95)),url('/images/ceremony.webp') center 42%/cover;
  color:white
}

.intro-inner {
  padding:27px 20px 25px
}

.eyebrow {
  font-size:11px;
  font-weight:500;
  letter-spacing:2px;
  line-height:1.5
}

.intro .eyebrow {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  color:var(--gold);
  font-size:10px;
  letter-spacing:2.2px
}

.intro .eyebrow span {
  width:25px;
  height:1px;
  background:#a99979
}

.intro h1 {
  font-size:49px;
  letter-spacing:-.8px;
  line-height:1.1;
  margin:11px 0
}

.intro p:not(.eyebrow) {
  font-size:15px;
  font-weight:300;
  color:#e4e6e7;
  line-height:1.65
}

.intro-cta {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--gold);
  font-size:14px;
  font-weight:500;
  margin-top:14px;
  border-bottom:1px solid #7c796b;
  padding-bottom:4px
}

.intro-cta:hover {
  color:white
}

.mobile-break {
  display:none
}

.content-wrap {
  max-width:1200px;
  margin:0 auto;
  padding:24px 20px 48px
}

.lead-grid {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(365px,1fr);
  gap:24px;
  align-items:stretch
}

.venue-gallery {
  display:flex;
  flex-direction:column;
  min-width:0
}

.gallery-image {
  min-height:530px;
  position:relative;
  isolation:isolate;
  flex:1;
  overflow:hidden;
  background:#71624c
}

.gallery-image>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 45%
}

.gallery-image:after {
  position:absolute;
  inset:50% 0 0;
  background:linear-gradient(transparent,rgba(17,24,28,.85));
  content:'';
  z-index:0;
  pointer-events:none
}

.location-tag {
  position:absolute;
  top:21px;
  left:22px;
  background:rgba(255,255,255,.94);
  color:var(--slate);
  padding:9px 11px;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  letter-spacing:1.3px
}

.photo-caption {
  position:absolute;
  bottom:76px;
  left:29px;
  right:25px;
  z-index:1;
  color:white
}

.photo-caption .eyebrow {
  font-size:10px;
  letter-spacing:1.7px;
  color:#e4d6b9
}

.photo-caption p {
  font-family:var(--serif);
  font-size:37px;
  line-height:1.1;
  max-width:430px;
  margin-top:9px
}

.gallery-controls {
  position:absolute;
  bottom:19px;
  left:25px;
  right:25px;
  display:flex;
  align-items:center;
  gap:16px;
  color:white;
  z-index:2
}

.gallery-controls button {
  width:40px;
  height:40px;
  background:transparent;
  border:1px solid #aaaaa6;
  color:white;
  display:grid;
  place-items:center;
  border-radius:50%;
  transition:background .2s
}

.gallery-controls button:hover {
  background:rgba(255,255,255,.2)
}

.gallery-controls>span {
  font-size:12px;
  letter-spacing:2px
}

.gallery-controls>span>span {
  color:#b7b8b5
}

.venue-highlights {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:62px;
  background:#eeece5;
  border:1px solid #e5e2d9;
  padding:13px 17px
}

.venue-highlights span {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  white-space:nowrap
}

.venue-highlights svg {
  color:var(--gold-dark);
  stroke-width:1.4
}

.enquiry-card {
  background:var(--slate);
  color:white;
  padding:25px 27px 20px;
  border-top:3px solid var(--gold);
  box-shadow:0 8px 23px #23313a10;
  scroll-margin-top:20px
}

.card-topline {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:9px;
  letter-spacing:1.3px;
  color:#d8c7a5;
  justify-content:center
}

.card-topline span {
  width:12px;
  height:1px;
  background:#8a887f
}

.enquiry-card h2 {
  font-size:37px;
  line-height:1.15;
  text-align:center;
  margin-top:10px;
  letter-spacing:-.5px
}

.enquiry-card h2 em {
  font-weight:400;
  color:var(--gold)
}

.form-intro {
  font-size:14px;
  line-height:1.6;
  text-align:center;
  color:#d5dadd;
  margin:9px 0 19px
}

.form-field {
  margin-bottom:11px
}

.form-field label {
  display:block;
  font-size:13px;
  line-height:1.3;
  letter-spacing:.1px;
  font-weight:400;
  color:#f1f2f2;
  margin-bottom:5px
}

.form-field label>span {
  color:var(--gold)
}

.form-field label .optional {
  color:#bcc3c7;
  font-size:11px
}

.form-field input,.form-field textarea {
  display:block;
  width:100%;
  border:1px solid #ecebe6;
  border-radius:2px;
  background:#fbfaf7;
  color:var(--slate);
  padding:10px 11px;
  font-size:14px;
  line-height:1.4;
  min-height:42px
}

.form-field textarea {
  resize:vertical;
  min-height:66px
}

.form-field input::placeholder,.form-field textarea::placeholder {
  color:#747a7e;
  opacity:1
}

.field-row {
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:12px
}

.field-row input {
  min-width:0
}

.submit-button {
  width:100%;
  min-height:48px;
  font-size:13px;
  margin-top:14px;
  padding:12px;
  gap:12px
}

.no-pressure {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:11px;
  color:#e7e7e4;
  margin-top:12px
}

.no-pressure svg {
  color:var(--gold)
}

.privacy-note {
  color:#c5cdd2;
  font-size:10px;
  line-height:1.5;
  text-align:center;
  margin-top:10px
}

.privacy-note a {
  text-decoration:underline;
  text-underline-offset:2px;
  white-space:nowrap
}

.honeypot {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden
}

.form-error {
  padding:13px;
  margin-top:14px;
  border:1px solid #e8caa2;
  color:#ffe9ca;
  font-size:14px;
  line-height:1.5
}

.form-error a {
  display:block;
  text-decoration:underline;
  margin-top:6px
}

.success-panel {
  text-align:center;
  padding:40px 5px;
  min-height:440px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center
}

.success-icon {
  display:grid;
  place-items:center;
  border:1px solid var(--gold);
  color:var(--gold);
  width:62px;
  height:62px;
  border-radius:50%;
  margin-bottom:20px
}

.success-panel h3 {
  font-size:32px;
  line-height:1.1;
  margin-bottom:20px
}

.success-panel p {
  font-size:16px;
  line-height:1.7;
  color:#e0e4e6
}

.success-panel a {
  color:var(--gold);
  font-size:14px;
  margin-top:25px
}

.spin {
  animation:spin 1s linear infinite
}

@keyframes spin {
  to {
    transform:rotate(360deg)
  }

}

.story-grid {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(365px,1fr);
  gap:24px;
  margin-top:32px
}

.story-copy {
  padding:9px 24px 0 3px
}

.story-copy .eyebrow {
  color:var(--gold-dark);
  font-size:10px;
  letter-spacing:1.8px
}

.story-copy h2 {
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.5px;
  margin:12px 0 18px
}

.story-copy h2 em {
  font-weight:400
}

.story-copy>p:not(.eyebrow) {
  font-size:16px;
  color:#626b71;
  line-height:1.75;
  max-width:620px;
  margin-bottom:12px
}

.story-points {
  display:flex;
  flex-direction:column;
  gap:9px;
  margin:19px 0
}

.story-points span {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:14px
}

.story-points svg {
  color:var(--gold-dark);
  stroke-width:1.4
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--slate);
  font-size:14px;
  font-weight:500;
  border-bottom:1px solid #c5b590;
  padding-bottom:6px
}

.text-link:hover {
  color:var(--gold-dark)
}

.quote-card {
  position:relative;
  text-align:center;
  border:1px solid #d8d0bf;
  padding:29px 32px 0;
  align-self:start;
  background:#f5f2eb
}

.quote-mark {
  font-family:var(--serif);
  color:#baa67e;
  font-size:67px;
  line-height:.85;
  display:block
}

.quote-card blockquote {
  font-family:var(--serif);
  font-size:29px;
  line-height:1.25;
  font-style:italic;
  margin:0 0 19px
}

.quote-divider {
  color:#a99060;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px
}

.quote-divider:before,.quote-divider:after {
  content:'';
  width:31px;
  height:1px;
  background:#d6c7aa
}

.quote-credit {
  font-size:12px;
  margin-top:12px;
  font-weight:500
}

.quote-card>a {
  font-size:11px;
  color:#716c61;
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:7px;
  text-decoration:underline;
  text-underline-offset:3px
}

.quote-bottom {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-top:1px solid #dcd6c9;
  margin-top:25px;
  padding:22px 0
}

.quote-bottom svg {
  color:var(--gold-dark)
}

.quote-bottom p {
  font-size:13px;
  color:#706e67;
  line-height:1.55;
  text-align:left
}

footer {
  border-top:1px solid #e4dfd4;
  background:#f0eee7
}

.footer-inner {
  max-width:1200px;
  min-height:91px;
  margin:auto;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px
}

.footer-brand {
  font-family:var(--serif);
  font-size:29px
}

.footer-brand span {
  font-family:var(--sans);
  font-size:9px;
  letter-spacing:2px;
  margin-left:8px;
  color:#7d765f
}

.footer-inner p,.footer-inner>a:not(.footer-brand) {
  font-size:12px;
  color:#626765
}

.footer-inner>a:not(.footer-brand) {
  display:flex;
  align-items:center;
  gap:7px
}

.footer-inner a:hover {
  color:var(--gold-dark)
}

@media(max-width:1000px) {
  .header-inner {
    gap:15px
  }

  .brand {
    width:210px
  }

  .brand-line {
    font-size:39px
  }

  .header-cta {
    min-width:0;
    padding:12px 15px;
    font-size:12px
  }

  .phone-link {
    font-size:17px
  }

  .phone-link small {
    font-size:8px
  }

  .intro h1 {
    font-size:42px
  }

  .lead-grid,.story-grid {
    grid-template-columns:minmax(0,1.3fr) minmax(335px,1fr);
    gap:18px
  }

  .enquiry-card {
    padding:24px 22px 20px
  }

  .enquiry-card h2 {
    font-size:33px
  }

  .venue-highlights {
    padding:12px;
    gap:6px;
    flex-wrap:wrap;
    justify-content:center
  }

  .venue-highlights span {
    font-size:11px
  }

  .photo-caption p {
    font-size:32px
  }

  .story-copy h2 {
    font-size:37px
  }

  .footer-inner p {
    max-width:230px
  }

}

@media(max-width:760px) {
  .header-inner {
    min-height:116px;
    flex-direction:column;
    gap:12px;
    padding:19px 20px 15px
  }

  .brand {
    width:232px
  }

  .brand-line {
    font-size:43px
  }

  .brand-sub {
    font-size:9px;
    margin-top:6px
  }

  .header-cta {
    display:none
  }

  .phone-link {
    font-size:17px;
    gap:7px
  }

  .phone-link small {
    display:none
  }

  .phone-icon {
    width:auto;
    height:auto;
    border:0
  }

  .phone-icon svg {
    width:14px;
    height:14px
  }

  .intro-inner {
    padding:23px 18px 25px
  }

  .intro h1 {
    font-size:37px;
    line-height:1.02;
    margin:13px 0
  }

  .mobile-break {
    display:block
  }

  .desktop-break {
    display:none
  }

  .intro .eyebrow {
    font-size:8px;
    letter-spacing:1.1px;
    gap:8px
  }

  .intro .eyebrow span {
    width:12px
  }

  .intro p:not(.eyebrow) {
    font-size:14px;
    line-height:1.65;
    max-width:385px;
    margin:0 auto
  }

  .intro-cta {
    display:flex;
    background:var(--gold);
    color:var(--dark);
    justify-content:center;
    max-width:280px;
    min-height:44px;
    margin:18px auto 0;
    border:0;
    border-radius:2px;
    font-size:14px;
    padding:11px
  }

  .intro-cta:hover {
    color:var(--dark);
    background:#ead6ab
  }

  .content-wrap {
    padding:17px 18px 34px;
    max-width:560px
  }

  .lead-grid,.story-grid {
    grid-template-columns:minmax(0,1fr);
    gap:19px
  }

  .gallery-image {
    min-height:0;
    height:320px;
    flex:auto;
    border-radius:3px 3px 0 0
  }

  .gallery-image>img {
    object-position:center 40%
  }

  .location-tag {
    left:14px;
    top:14px;
    font-size:9px;
    padding:7px 9px
  }

  .photo-caption {
    left:19px;
    bottom:65px;
    right:19px
  }

  .photo-caption .eyebrow {
    font-size:8px;
    letter-spacing:1.3px
  }

  .photo-caption p {
    font-size:29px;
    max-width:300px;
    margin-top:6px
  }

  .gallery-controls {
    bottom:13px;
    left:17px;
    gap:13px
  }

  .gallery-controls button {
    width:36px;
    height:36px
  }

  .venue-highlights {
    min-height:51px;
    flex-wrap:nowrap;
    justify-content:space-around;
    padding:11px 7px
  }

  .venue-highlights span {
    font-size:9px;
    gap:4px
  }

  .venue-highlights svg {
    width:13px;
    height:13px
  }

  .enquiry-card {
    padding:24px 23px 20px
  }

  .card-topline {
    font-size:9px
  }

  .enquiry-card h2 {
    font-size:36px
  }

  .form-intro {
    font-size:14px;
    margin-bottom:21px
  }

  .form-field {
    margin-bottom:13px
  }

  .form-field label {
    font-size:14px;
    margin-bottom:6px
  }

  .form-field label .optional {
    font-size:11px
  }

  .form-field input,.form-field textarea {
    font-size:16px;
    min-height:45px;
    padding:10px
  }

  .form-field input::placeholder,.form-field textarea::placeholder {
    font-size:14px
  }

  .form-field textarea {
    min-height:75px
  }

  .submit-button {
    min-height:48px;
    font-size:14px
  }

  .no-pressure {
    font-size:11px
  }

  .privacy-note {
    font-size:11px
  }

  .story-grid {
    margin-top:31px;
    gap:26px
  }

  .story-copy {
    padding:0 4px
  }

  .story-copy h2 {
    font-size:37px
  }

  .story-copy>p:not(.eyebrow) {
    font-size:16px;
    line-height:1.75
  }

  .story-points span {
    font-size:14px
  }

  .text-link {
    font-size:14px
  }

  .quote-card {
    padding:27px 27px 0
  }

  .quote-card blockquote {
    font-size:28px
  }

  .footer-inner {
    flex-direction:column;
    gap:13px;
    padding:25px 15px
  }

  .footer-inner p {
    max-width:none
  }

}

@media(max-width:360px) {
  .intro h1 {
    font-size:32px
  }

  .content-wrap {
    padding-left:12px;
    padding-right:12px
  }

  .enquiry-card {
    padding-left:18px;
    padding-right:18px
  }

  .enquiry-card h2 {
    font-size:32px
  }

  .venue-highlights {
    flex-wrap:wrap
  }

  .field-row {
    gap:8px
  }

  .card-topline {
    letter-spacing:.7px
  }

}

.wedding-film { margin: 4px 0 32px; }
.film-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.film-heading .eyebrow, .section-heading .eyebrow { color: var(--gold-dark); }
.film-heading h2 { font-size: 38px; line-height: 1.15; margin-top: 6px; }
.video-frame { aspect-ratio: 16 / 9; width: 100%; background: var(--dark); }
.video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.film-note { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.6; }
.film-note a { text-decoration: underline; text-underline-offset: 3px; }
.more-weddings, .wedding-pictures, .wedding-faq { margin-top: 72px; }
.section-heading { margin-bottom: 30px; max-width: 680px; }
.section-heading h2, .wedding-weekend h2 { font-size: 45px; line-height: 1.06; margin: 12px 0 16px; }
.section-heading h2 em, .wedding-weekend h2 em { font-weight: 400; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.space-grid, .planning-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.space-grid article { border-top: 2px solid var(--gold); background: #f0eee7; padding: 28px; }
.space-number { color: var(--gold-dark); font-size: 11px; letter-spacing: 1.5px; }
.space-grid h3, .planning-grid h3 { font-size: 30px; line-height: 1.1; margin: 17px 0; }
.space-grid p, .planning-grid p, .wedding-weekend p:not(.eyebrow) { color: #626b71; font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.section-button { width: fit-content; margin-top: 26px; }
.picture-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px; margin-bottom: 20px; }
.picture-grid figure { margin: 0; min-width: 0; }
.picture-grid img { width: 100%; height: 440px; object-fit: cover; }
.picture-grid figcaption { font-family: var(--serif); font-style: italic; font-size: 24px; padding-top: 14px; }
.wedding-weekend { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 70px; background: var(--slate); padding: 44px; color: white; }
.wedding-weekend .eyebrow { color: var(--gold); }
.wedding-weekend h2 { font-size: 41px; }
.wedding-weekend h2 em { color: var(--gold); }
.wedding-weekend p:not(.eyebrow) { color: #e0e4e6; }
.wedding-weekend .text-link { color: var(--gold); }
.planning-grid article { border-left: 1px solid #c9b88f; padding: 0 24px; }
.planning-grid h3 { margin-top: 0; }
.wedding-faq { max-width: 880px; margin-left: auto; margin-right: auto; }
.wedding-faq details { border-bottom: 1px solid #d8d0bf; padding: 20px 0; }
.wedding-faq summary { cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1.5; padding-right: 20px; }
.wedding-faq summary:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 5px; }
.wedding-faq details p { color: var(--muted); font-size: 16px; line-height: 1.8; padding-top: 14px; max-width: 740px; }
.closing-enquiry { text-align: center; border-top: 1px solid #d8d0bf; padding: 50px 20px 8px; margin-top: 65px; }
.closing-enquiry .eyebrow { color: var(--gold-dark); }
.closing-enquiry h2 { font-size: 49px; margin: 12px 0; }
.closing-enquiry p:not(.eyebrow) { font-size: 16px; line-height: 1.75; color: var(--muted); }
.closing-enquiry .button { width: fit-content; margin: 24px auto 16px; }
.closing-phone { font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:760px) {
  .film-heading { display: block; }
  .film-heading h2 { font-size: 34px; }
  .film-heading .text-link { margin-top: 12px; }
  .wedding-film { margin-bottom: 27px; }
  .more-weddings, .wedding-pictures, .wedding-faq { margin-top: 48px; }
  .section-heading h2 { font-size: 37px; }
  .space-grid, .planning-grid, .picture-grid, .wedding-weekend { grid-template-columns: minmax(0, 1fr); }
  .space-grid { gap: 17px; }
  .space-grid article { padding: 25px; }
  .space-grid h3, .planning-grid h3 { font-size: 31px; }
  .space-grid p, .planning-grid p, .wedding-weekend p:not(.eyebrow) { line-height: 1.85; }
  .picture-grid { gap: 28px; }
  .picture-grid img { height: auto; max-height: 460px; object-fit: cover; }
  .picture-grid figcaption { font-size: 24px; }
  .wedding-weekend { padding: 28px 24px; gap: 16px; margin-top: 43px; }
  .wedding-weekend h2 { font-size: 37px; }
  .planning-grid { gap: 24px; }
  .planning-grid article { padding: 0 20px; }
  .wedding-faq summary { font-size: 17px; }
  .closing-enquiry { padding: 35px 0 8px; margin-top: 44px; }
  .closing-enquiry h2 { font-size: 43px; }
}

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

  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }

}

