/* $99 wedding campaign: isolated from event, commerce and existing wedding pages. */
.w99 {
	--w99-paper:#f8f5ed;
	--w99-ink:#262b20;
	--w99-olive:#545c36;
	--w99-line:#d8d8c8;
	background:var(--w99-paper);
	color:var(--w99-ink);
	margin:0;
	font-family:"Suisse Intl",Arial,sans-serif;
	font-size:16px;
	line-height:1.65;
}
.w99 * {
	box-sizing:border-box;
}
.w99 a {
	color:inherit;
}
.w99 img {
	max-width:100%;
	display:block;
}
.w99 a:focus-visible,.w99 input:focus-visible,.w99 select:focus-visible {
	outline:3px solid #ac793b;
	outline-offset:5px;
}
.w99 h1,.w99 h2,.w99 h3 {
	font-family:"Cormorant Garamond",Georgia,serif;
	font-weight:400;
	letter-spacing:-.045em;
	line-height:1.04;
	margin:0;
	color:inherit;
}
.w99 h1 {
	font-size:clamp(54px,5.65vw,88px);
}
.w99 h2 {
	font-size:clamp(40px,4vw,61px);
}
.w99 h3 {
	font-size:36px;
}
.w99 p {
	margin:0 0 22px;
}
.w99 em {
	font-weight:400;
}
.w99 a {
	text-decoration:none;
}
.w99 a::after {
	content:none;
}
.w99 .w99-eyebrow {
	font-size:11px;
	font-weight:500;
	letter-spacing:.2em;
	text-transform:uppercase;
	line-height:1.5;
	margin:0 0 26px;
}
.w99 .w99-button {
	display:inline-flex;
	gap:30px;
	align-items:center;
	justify-content:space-between;
	background:var(--w99-olive);
	border:1px solid var(--w99-olive);
	color:#fff;
	padding:16px 25px;
	min-height:53px;
	font-family:Arial,sans-serif;
	font-size:12px;
	letter-spacing:.065em;
	text-transform:uppercase;
	border-radius:0;
	font-weight:500;
	line-height:1.4;
}
.w99 .w99-button:hover {
	background:#343c22;
}
.w99-button>span {
	font-size:21px;
}
.w99-text-link {
	display:inline-flex;
	align-items:center;
	gap:30px;
	min-height:44px;
	border-bottom:1px solid currentColor;
	font-size:14px;
}
.w99-hero {
	max-width:1600px;
	margin:auto;
	display:grid;
	grid-template-columns:43% 57%;
	padding:64px 4.5% 45px;
	gap:0;
	overflow:hidden;
}
.w99-hero-copy {
	z-index:2;
	padding:0 25px 0 0;
}
.w99-hero-copy .w99-eyebrow {
	margin-bottom:22px;
}
.w99-intro {
	max-width:370px;
	font-size:15px;
	line-height:1.6;
	margin-top:24px!important;
}
.w99-price {
	display:flex;
	gap:14px;
	align-items:baseline;
	margin:8px 0 16px!important;
}
.w99-price strong {
	font-family:Georgia,serif;
	font-size:82px;
	font-weight:400;
	line-height:1;
	letter-spacing:-5px;
}
.w99-price span {
	font-family:Georgia,serif;
	font-size:21px;
}
.w99-terms {
	font-size:11px;
	line-height:1.7;
	max-width:370px;
}
.w99-collage {
	position:relative;
	min-height:630px;
	align-self:stretch;
	margin:0 -14px 0 -15px;
}
.w99-frame {
	position:absolute;
	aspect-ratio:3/2;
	margin:0;
}
.w99-frame-photo {
	position:absolute;
	left:10.5%;
	top:14%;
	width:79%;
	height:65%;
	object-fit:cover;
}
.w99-frame-art {
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	pointer-events:none;
}
.w99-party {
	top:-12px;
	left:-7%;
	width:110%;
	transform:rotate(3deg);
	z-index:1;
}
.w99-party .w99-frame-photo {
	object-position:center 66%;
}
.w99-celebrate {
	top:40%;
	left:-6%;
	width:67%;
	transform:rotate(-9deg);
	z-index:3;
}
.w99-celebrate .w99-frame-photo {
	object-position:center 48%;
}
.w99-vines {
	top:50%;
	right:-9%;
	width:66%;
	transform:rotate(9deg);
	z-index:2;
}
.w99-vines .w99-frame-photo {
	object-position:center 45%;
}
.w99-handwriting {
	position:absolute;
	bottom:0;
	left:2%;
	width:49%;
	height:auto;
	transform:rotate(-7deg);
	z-index:4;
}
.w99-ribbon {
	border-top:1px solid var(--w99-line);
	border-bottom:1px solid var(--w99-line);
	padding:22px 5%;
	display:flex;
	gap:30px;
	justify-content:space-around;
	font-size:10px;
	letter-spacing:.16em;
	text-transform:uppercase;
}
.w99-section {
	max-width:1400px;
	margin:auto;
	padding:110px 5%;
}
.w99-setting {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10%;
	align-items:center;
}
.w99-setting-photos {
	position:relative;
	padding-bottom:80px;
}
.w99-setting-main {
	width:78%;
	height:560px;
	object-fit:cover;
	object-position:center 45%;
}
.w99-setting-inset {
	position:absolute;
	bottom:0;
	right:-3%;
	width:67%;
	height:240px;
	object-fit:cover;
	border:10px solid var(--w99-paper);
	transform:rotate(4deg);
	box-shadow:0 12px 25px #252d2015;
}
.w99-setting-copy {
	position:relative;
}
.w99-setting-copy h2 {
	margin-bottom:30px;
}
.w99-setting-copy>p:not(.w99-eyebrow) {
	color:#5b6053;
	max-width:440px;
}
.w99-address {
	font-size:12px;
	border-left:1px solid #a7ad96;
	padding-left:18px;
}
.w99-setting-botanical {
	position:absolute;
	right:-40px;
	bottom:-125px;
	width:145px;
	opacity:.4;
	z-index:-0;
	pointer-events:none;
}
.w99-package {
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(0,2fr);
	gap:35px;
	padding-top:60px;
	padding-bottom:85px;
	border-top:1px solid var(--w99-line);
}
.w99-package h2 {
	margin-bottom:25px;
}
.w99-package>div>p:not(.w99-eyebrow) {
	font-size:14px;
	color:#5b6053;
}
.w99-inclusions {
	margin:0;
	padding:0;
	list-style:none;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px 36px;
}
.w99-inclusions li {
	border-top:1px solid var(--w99-line);
	padding-top:16px;
}
.w99-inclusions li>span {
	display:block;
	font-family:Georgia,serif;
	font-size:13px;
	color:#737c54;
	margin-bottom:12px;
}
.w99-inclusions strong {
	font-family:Georgia,serif;
	font-size:23px;
	font-weight:400;
}
.w99-inclusions p {
	font-size:14px;
	margin:10px 0 0;
	color:#5b6053;
	line-height:1.7;
}
.w99-flexibility {
	font-size:12px;
	margin:30px 0 0!important;
	border-top:1px solid var(--w99-line);
	padding-top:20px;
	color:#626954;
}
.w99-enquiry {
	position:relative;
	isolation:isolate;
	background:#41492e;
	color:#fff;
	padding:90px max(5%,calc((100vw - 1260px)/2));
	display:grid;
	grid-template-columns:1fr 1.08fr;
	gap:9%;
	overflow:hidden;
}
.w99-enquiry-copy>p {
	max-width:390px;
	color:#e0e1d7;
	font-size:15px;
}
.w99-enquiry-copy h2 {
	font-size:clamp(47px,4.5vw,68px);
	margin-bottom:30px;
}
.w99-enquiry .w99-eyebrow {
	color:#d3d7bf;
}
.w99-enquiry-note {
	font-family:Georgia,serif;
	font-style:italic;
	font-size:22px!important;
}
.w99-enquiry-botanical {
	position:absolute;
	left:28%;
	bottom:-60px;
	width:250px;
	opacity:.16;
	z-index:-1;
	pointer-events:none;
}
.w99-form-panel {
	background:#f7f5ec;
	color:var(--w99-ink);
	padding:35px;
}
.w99-form-panel h3 {
	font-size:32px;
}
.w99-form-panel>p {
	font-size:13px;
	color:#636856;
	margin:12px 0 24px;
}
.w99-form-panel .gform_wrapper {
	--gf-color-primary:#545c36;
	--gf-color-in-ctrl-primary:#545c36;
	--gf-ctrl-border-radius:0;
	--gf-ctrl-size:50px;
	--gf-ctrl-btn-bg-color-primary:#545c36;
	--gf-ctrl-btn-border-radius:0;
}
.w99-form-panel .gform_fields {
	display:grid!important;
	grid-template-columns:1fr 1fr!important;
	gap:18px!important;
}
.w99-form-panel .gfield {
	grid-column:auto!important;
	min-width:0;
}
.w99-form-panel .gfield_label {
	font-size:12px!important;
	font-weight:400!important;
	margin-bottom:7px!important;
	color:#34392e!important;
}
.w99-form-panel input:not([type=submit]),.w99-form-panel select {
	width:100%!important;
	background:#fff!important;
	border:1px solid #c9cdbb!important;
	border-radius:0!important;
	min-height:48px!important;
	padding:10px 12px!important;
	font-size:14px!important;
	color:#292e23!important;
	box-shadow:none!important;
}
.w99-form-panel .gform_footer {
	margin:24px 0 0!important;
	padding:0!important;
}
.w99-form-panel input[type=submit] {
	background:#545c36!important;
	border:0!important;
	border-radius:0!important;
	color:white!important;
	width:100%!important;
	min-height:53px!important;
	font-size:12px!important;
	letter-spacing:.04em;
	padding:15px!important;
	cursor:pointer;
	text-transform:uppercase;
}
.w99-form-panel .gform_validation_errors {
	border-radius:0!important;
	padding:18px!important;
}
.w99-form-panel .gform_validation_errors h2 {
	font-family:Arial,sans-serif!important;
	font-size:15px!important;
	line-height:1.5!important;
	letter-spacing:0!important;
}
.w99-form-panel .gfield_validation_message {
	font-size:12px!important;
}
.w99-form-panel .gfield_required {
	color:#a34034!important;
}
.w99-form-panel .w99-privacy {
	font-size:10px;
	line-height:1.7;
	margin:18px 0 0;
}
.w99-privacy a {
	text-decoration:underline;
}
.w99-form-panel .gform_required_legend {
	font-size:11px;
	margin-bottom:16px;
}
.w99-thanks {
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:85px 25px 95px;
	min-height:75vh;
}
.w99-thanks h1 {
	font-size:clamp(48px,5.5vw,80px);
}
.w99-thanks-intro {
	margin:26px 0 35px!important;
	font-size:16px;
	color:#626956;
}
.w99-download-card {
	display:grid;
	grid-template-columns:140px 1fr;
	gap:30px;
	text-align:left;
	max-width:670px;
	margin:0 auto 24px;
	padding:27px;
	background:#fffdf6;
	border:1px solid #d4d8c5;
	box-shadow:0 15px 40px #28331c0a;
}
.w99-download-card:hover {
	border-color:#6d784f;
}
.w99-download-card>img {
	width:140px;
	height:200px;
	object-fit:cover;
	box-shadow:0 5px 12px #242b2222;
}
.w99-download-card>span {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	gap:13px;
}
.w99-download-card .w99-eyebrow {
	margin:0;
	font-size:9px;
}
.w99-download-card strong {
	font-family:Georgia,serif;
	font-size:30px;
	font-weight:400;
	line-height:1.2;
}
.w99-download-card>span>span:not(.w99-eyebrow):not(.w99-button) {
	font-size:13px;
	color:#656c57;
}
.w99-download-note {
	font-size:12px;
	color:#677057;
}
.w99-thanks-botanical {
	position:absolute;
	right:-70px;
	top:10%;
	width:320px;
	opacity:.18;
	pointer-events:none;
	z-index:-1;
}
@media(min-width:1600px) {
	.w99-collage {
		min-height:740px;
	}
}
@media(max-width:1000px) {
	.w99-hero {
		padding-top:45px;
	}
	.w99 h1 {
		font-size:59px;
	}
	.w99-collage {
		min-height:570px;
	}
	.w99-party {
		top:25px;
	}
	.w99-celebrate {
		top:35%;
		width:80%;
		left:-8%;
	}
	.w99-vines {
		top:56%;
		width:77%;
	}
	.w99-handwriting {
		bottom:0;
		width:58%;
	}
	.w99-section {
		padding:70px 5%;
	}
	.w99-setting {
		gap:7%;
	}
	.w99-setting-main {
		height:430px;
	}
	.w99-setting-inset {
		height:190px;
	}
	.w99-package {
		grid-template-columns:30% 65%;
		gap:5%;
	}
	.w99-enquiry {
		gap:5%;
		padding:65px 5%;
	}
	.w99-form-panel {
		padding:25px;
	}
	.w99-form-panel .gform_fields {
		grid-template-columns:1fr!important;
	}
}
@media(max-width:700px) {
	.w99-hero {
		display:flex;
		flex-direction:column;
		padding:35px 6% 20px;
	}
	.w99-hero-copy {
		padding:0;
	}
	.w99 h1 {
		font-size:clamp(48px,10vw,64px);
	}
	.w99-hero h1 br:nth-child(2) {
		display:none;
	}
	.w99-hero h1 {
		max-width:490px;
	}
	.w99-hero-copy .w99-eyebrow {
		margin-bottom:18px;
	}
	.w99-intro {
		font-size:14px;
		margin-top:20px!important;
		max-width:350px;
	}
	.w99-price strong {
		font-size:67px;
	}
	.w99-terms {
		font-size:10px;
	}
	.w99-hero-copy>.w99-button {
		width:100%;
	}
	.w99-collage {
		min-height:0;
		height:100vw;
		max-height:570px;
		width:100%;
		margin:22px 0 0;
		align-self:auto;
	}
	.w99-party {
		top:0;
		left:-6%;
		width:111%;
	}
	.w99-celebrate {
		top:34%;
		left:-9%;
		width:72%;
	}
	.w99-vines {
		top:44%;
		right:-9%;
		width:73%;
	}
	.w99-handwriting {
		bottom:0;
		left:0;
		width:58%;
	}
	.w99-ribbon {
		padding:17px 6%;
		font-size:9px;
		justify-content:center;
	}
	.w99-ribbon span:not(:first-child) {
		display:none;
	}
	.w99-section {
		padding:55px 6%;
	}
	.w99-setting {
		display:flex;
		flex-direction:column;
		gap:48px;
		align-items:stretch;
	}
	.w99-setting-photos {
		padding-bottom:65px;
	}
	.w99-setting-main {
		width:78%;
		height:400px;
	}
	.w99-setting-inset {
		height:180px;
		width:70%;
		right:0;
		border-width:7px;
	}
	.w99-setting-copy h2 {
		font-size:43px;
	}
	.w99-setting-botanical {
		right:0;
		bottom:-45px;
		width:100px;
		opacity:.2;
	}
	.w99-package {
		display:block;
	}
	.w99-package>div:first-child {
		margin-bottom:30px;
	}
	.w99-package h2 {
		font-size:44px;
	}
	.w99-inclusions {
		gap:25px 20px;
	}
	.w99-inclusions strong {
		font-size:20px;
	}
	.w99-inclusions p {
		font-size:13px;
	}
	.w99-enquiry {
		display:block;
		padding:50px 6%;
	}
	.w99-enquiry-copy h2 {
		font-size:49px;
	}
	.w99-enquiry-copy h2 br:nth-child(2) {
		display:none;
	}
	.w99-enquiry-copy {
		margin-bottom:32px;
	}
	.w99-enquiry-botanical {
		left:auto;
		right:-50px;
		bottom:auto;
		top:60px;
		width:200px;
	}
	.w99-form-panel {
		padding:25px 20px;
	}
	.w99-form-panel h3 {
		font-size:29px;
	}
	.w99-thanks {
		padding:55px 6%;
	}
	.w99-thanks-intro {
		font-size:14px;
	}
	.w99-download-card {
		grid-template-columns:85px 1fr;
		gap:18px;
		padding:20px;
	}
	.w99-download-card>img {
		width:85px;
		height:125px;
	}
	.w99-download-card strong {
		font-size:23px;
	}
	.w99-download-card .w99-button {
		padding:12px 15px;
		gap:20px;
		font-size:10px;
		min-height:45px;
	}
	.w99-download-card .w99-eyebrow {
		font-size:8px;
		letter-spacing:.1em;
	}
	.w99-download-card>span>span:not(.w99-eyebrow):not(.w99-button) {
		display:none;
	}
	.w99-thanks-botanical {
		width:220px;
	}
}
@media(prefers-reduced-motion:reduce) {
	.w99 * {
		scroll-behavior:auto!important;
		transition:none!important;
	}
}
/* Override legacy site-wide !important typography only within this campaign. */
.w99 h1 {
	font-size:clamp(54px,5.65vw,88px)!important;
	font-weight:400!important;
	line-height:1.04!important;
}
.w99 h2 {
	font-size:clamp(40px,4vw,61px)!important;
	font-weight:400!important;
	line-height:1.08!important;
}
.w99 h3 {
	font-size:32px!important;
	font-weight:400!important;
}
.w99 .w99-form-panel .ginput_counter {
	display:none;
}
.w99 .w99-form-panel .gform_validation_errors h2 {
	font-size:15px!important;
	font-weight:600!important;
}
.w99 .w99-enquiry h2 {
	font-size:clamp(47px,4.5vw,68px)!important;
}
@media(max-width:1000px) {
	.w99 h1 {
		font-size:59px!important;
	}
}
@media(max-width:700px) {
	.w99 h1 {
		font-size:clamp(48px,10vw,64px)!important;
	}
	.w99 h2 {
		font-size:43px!important;
	}
	.w99 .w99-enquiry h2 {
		font-size:49px!important;
	}
	.w99 h3 {
		font-size:29px!important;
	}
}
.w99 .w99-form-panel label,.w99 .w99-form-panel input,.w99 .w99-form-panel select {
	font-family:"Suisse Intl",Arial,sans-serif!important;
}
.w99 .w99-form-panel .w99-privacy a {
	font-size:inherit!important;
	font-weight:400!important;
}
.w99 .w99-enquiry-note {
	font-weight:400!important;
}
.w99 .w99-download-card>img {
	object-fit:contain;
	background:#f3f0e8;
}
.w99 h1,.w99 h2 {
	overflow-wrap:normal;
}
.w99 section[id] {
	scroll-margin-top:50px;
}
@media(min-width:701px) and (max-width:1000px) {
	.w99 .w99-hero h1 {
		font-size:50px!important;
	}
	.w99-setting-botanical {
		right:0;
	}
}
/* Shared Elementor header/footer remain site-owned; use the standard light header treatment. */
body.w99-page .elementor-location-header .main-rochford-header {
	background:#fff!important;
}
body.w99-page .elementor-location-header .main-rochford-header svg,
body.w99-page .elementor-location-header .main-rochford-header .elementor-widget-image img {
	filter:none!important;
}
body.w99-page .w99 {
	margin-top:84px;
	overflow:clip;
}
.w99 .w99-breadcrumb {
	display:flex;
	align-items:center;
	gap:12px;
	padding:18px 5%;
	border-bottom:1px solid #dedfd1;
	font-family:"Suisse Intl",Arial,sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	text-align:left;
	flex-wrap:wrap;
	color:#717760;
}
.w99 .w99-breadcrumb a {
	font-size:11px!important;
	font-weight:400!important;
	color:#545c36;
	text-decoration:none;
	min-height:20px;
}
.w99 .w99-breadcrumb [aria-current] {
	color:#333a27;
}
.w99 .w99-hero {
	position:relative;
	padding-top:54px;
	padding-bottom:54px;
	align-items:center;
}
.w99 .w99-hero-copy {
	padding-right:35px;
}
.w99 .w99-hero-copy h1 {
	font-size:clamp(55px,5.2vw,80px)!important;
}
.w99 .w99-hero-copy .w99-eyebrow {
	color:#5e6943;
	letter-spacing:.18em;
}
.w99 .w99-intro {
	font-size:14px;
	max-width:350px;
	margin-bottom:25px;
}
.w99 .w99-offer-label {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:.16em;
	color:#5e6943;
	margin:0 0 10px;
}
.w99 .w99-price {
	margin:0 0 12px!important;
}
.w99 .w99-price strong {
	font-size:76px;
}
.w99 .w99-eligibility {
	font-size:11px;
	margin:0 0 4px;
	color:#626953;
}
.w99 .w99-offer-terms {
	max-width:345px;
	font-size:11px;
	line-height:1.6;
	margin:0 0 22px;
	color:#626953;
}
.w99 .w99-offer-terms summary {
	cursor:pointer;
	list-style:none;
	text-decoration:none;
	position:relative;
	width:fit-content;
	min-height:30px;
	display:flex;
	align-items:center;
	gap:8px;
}
.w99 .w99-offer-terms summary::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:3px;
	height:1px;
	background:currentColor;
}
.w99 .w99-offer-toggle::before {
	content:'+';
	font-size:16px;
}
.w99 .w99-offer-terms[open] .w99-offer-toggle::before {
	content:'−';
}
.w99 .w99-offer-terms summary::-webkit-details-marker {
	display:none;
}
.w99 .w99-offer-terms p {
	margin:8px 0 0;
	padding:12px 15px;
	border-left:1px solid #929979;
	background:#edeee466;
}
.w99 .w99-offer-terms summary:focus-visible {
	outline:3px solid #aa895c;
	outline-offset:4px;
}
.w99 .w99-collage {
	min-height:660px;
}
.w99 .w99-party {
	top:0;
	width:106%;
	left:-5%;
}
.w99 .w99-celebrate {
	top:40%;
	left:-5%;
	width:64%;
}
.w99 .w99-vines {
	top:46%;
	right:-6%;
	width:63%;
}
.w99 .w99-handwriting {
	bottom:-12px;
	left:6%;
	width:44%;
	transform:rotate(-5deg);
}
.w99 .w99-mobile-hero-photo {
	display:none;
}
.w99 .w99-setting {
	position:relative;
	isolation:isolate;
	padding-top:100px;
	padding-bottom:105px;
}
.w99 .w99-setting-copy>p {
	font-size:15px;
	line-height:1.8;
}
.w99 .w99-setting-copy .w99-eyebrow {
	font-size:11px;
}
.w99 .w99-setting-copy .w99-address {
	font-size:12px;
}
.w99 .w99-setting-botanical {
	right:-95px;
	bottom:-90px;
	width:270px;
	opacity:.2;
	z-index:-1;
	transform:rotate(-16deg);
}
.w99 .w99-setting-photos {
	z-index:1;
}
.w99 .w99-package {
	position:relative;
	isolation:isolate;
	padding-top:75px;
	padding-bottom:90px;
	background:linear-gradient(110deg,#edf0e544,transparent 65%);
}
.w99 .w99-package-botanical {
	position:absolute;
	left:-100px;
	bottom:0;
	width:270px;
	opacity:.13;
	transform:rotate(24deg);
	z-index:-1;
	pointer-events:none;
}
.w99 .w99-package>div:first-of-type>p:not(.w99-eyebrow) {
	max-width:260px;
}
.w99 .w99-package-terms {
	font-size:11px;
	line-height:1.75;
	color:#646d57;
	margin:30px 0 0;
	padding-top:20px;
	border-top:1px solid #d8d8c8;
}
.w99 .w99-flexibility {
	border:0;
	padding-top:0;
	margin-top:12px!important;
	font-size:12px;
}
.w99 .w99-enquiry {
	background:linear-gradient(120deg,#38422c,#4c5537);
	padding-top:90px;
	padding-bottom:90px;
}
.w99 .w99-enquiry-botanical {
	left:22%;
	bottom:-120px;
	width:400px;
	opacity:.2;
	transform:rotate(-18deg);
}
.w99 .w99-form-panel {
	border:1px solid #ffffff55;
	box-shadow:0 20px 55px #16221224;
	padding:38px;
}
.w99 .w99-form-panel .gform_wrapper {
	margin-top:22px;
}
.w99 .w99-form-panel .gform_validation_errors {
	background:#eee9de!important;
	border:1px solid #c3b39e!important;
	border-left:3px solid #92704e!important;
	border-radius:2px!important;
	box-shadow:none!important;
	color:#574434!important;
	padding:16px 18px!important;
	margin:0 0 24px!important;
}
.w99 .w99-form-panel .gform_validation_errors h2 {
	color:#574434!important;
	font-family:"Suisse Intl",Arial,sans-serif!important;
	font-size:14px!important;
	line-height:1.5!important;
	letter-spacing:0!important;
	font-weight:500!important;
	margin:0!important;
}
.w99 .w99-form-panel .gform_validation_errors p {
	font-size:12px!important;
	line-height:1.65!important;
	margin:5px 0 0!important;
	color:#705e4e!important;
}
.w99 .w99-form-panel .gfield_error input {
	border-color:#a98865!important;
	background:#fffdf8!important;
}
.w99 .w99-form-panel .gfield_validation_message {
	background:none!important;
	border:0!important;
	padding:5px 0 0!important;
	margin:0!important;
	font-size:11px!important;
	line-height:1.55!important;
	color:#80563e!important;
}
.w99 .w99-form-panel .gfield_error .gfield_label {
	color:#574434!important;
}
.w99 .w99-form-panel .gfield_required {
	font-size:10px!important;
	color:#70765f!important;
}
.w99 .w99-form-panel input[type=submit] {
	font-size:12px!important;
	font-weight:500!important;
	font-family:"Suisse Intl",Arial,sans-serif!important;
}
.w99 .w99-form-panel input[type=submit]:hover {
	background:#394429!important;
}
.w99 .w99-thanks-botanical {
	z-index:0;
	opacity:.12;
}
.w99.w99-thanks {
	padding:0 5% 95px;
	isolation:isolate;
}
.w99.w99-thanks>.w99-breadcrumb {
	margin:0 -5.55% 65px;
}
.w99.w99-thanks>.w99-eyebrow,.w99.w99-thanks>h1,.w99.w99-thanks>p,.w99.w99-thanks>a {
	position:relative;
	z-index:1;
}
@media(min-width:701px) and (max-width:1000px) {
	.w99 .w99-hero-copy h1 {
		font-size:48px!important;
	}
	.w99 .w99-hero-copy {
		padding-right:18px;
	}
	.w99 .w99-collage {
		min-height:600px;
	}
	.w99 .w99-handwriting {
		bottom:0;
		width:53%;
		left:2%;
	}
	.w99 .w99-party {
		top:20px;
	}
	.w99 .w99-celebrate {
		top:37%;
		width:73%;
	}
	.w99 .w99-vines {
		top:58%;
		width:67%;
	}
	.w99 .w99-setting-botanical {
		right:-35px;
		width:180px;
	}
	.w99 .w99-enquiry {
		gap:5%;
		padding:65px 5%;
	}
	.w99 .w99-form-panel {
		padding:25px;
	}
}
@media(max-width:700px) {
	body.w99-page .w99 {
		margin-top:80px;
	}
	.w99 .w99-breadcrumb {
		padding:12px 6%;
		font-size:10px;
		gap:9px;
		background:#f7f5ee;
	}
	.w99 .w99-breadcrumb a {
		font-size:10px!important;
	}
	.w99 .w99-hero {
		display:flex;
		position:relative;
		isolation:isolate;
		min-height:650px;
		padding:190px 7% 35px;
		overflow:visible;
		justify-content:flex-end;
		background:#273420;
		color:#fff;
	}
	.w99 .w99-mobile-hero-photo {
		display:block;
		position:absolute;
		inset:0;
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:center 37%;
		z-index:-3;
	}
	.w99 .w99-hero::after {
		content:'';
		position:absolute;
		inset:0;
		background:linear-gradient(180deg,rgba(17,29,15,.03) 0%,rgba(17,29,15,.16) 20%,rgba(17,29,15,.66) 43%,rgba(17,29,15,.93) 100%);
		z-index:-2;
	}
	.w99 .w99-hero-copy {
		padding:0;
		width:100%;
	}
	.w99 .w99-hero-copy h1 {
		font-size:43px!important;
		line-height:1.04!important;
		letter-spacing:-.04em!important;
		max-width:340px;
		color:#fff!important;
	}
	.w99 .w99-hero-copy h1 br:first-child {
		display:none;
	}
	.w99 .w99-hero-copy h1 br:nth-child(2) {
		display:block;
	}
	.w99 .w99-hero-copy .w99-eyebrow {
		color:#eee9d2;
		font-size:9px;
		letter-spacing:.19em;
		margin:0 0 14px;
	}
	.w99 .w99-intro {
		font-size:12px;
		line-height:1.6;
		max-width:290px;
		margin:16px 0 20px!important;
		color:#f1f1e7;
	}
	.w99 .w99-offer-label {
		color:#e7e7d6;
		font-size:9px;
		margin:0 0 5px;
		letter-spacing:.15em;
	}
	.w99 .w99-price strong {
		font-size:61px;
		letter-spacing:-3px;
	}
	.w99 .w99-price span {
		font-size:19px;
	}
	.w99 .w99-price {
		margin-bottom:12px!important;
	}
	.w99 .w99-eligibility {
		color:#eeeee3;
		font-size:10px;
		margin-bottom:0;
	}
	.w99 .w99-offer-terms {
		color:#eeeee3;
		font-size:10px;
		margin-bottom:14px;
		max-width:none;
	}
	.w99 .w99-offer-terms p {
		background:#ffffff15;
		border-color:#c9cfb8;
	}
	.w99 .w99-hero-copy>.w99-button {
		background:#f5f2e6;
		color:#2d3823;
		border-color:#f5f2e6;
		font-size:11px;
		min-height:50px;
		padding:13px 20px;
	}
	.w99 .w99-hero-copy>.w99-button:hover {
		background:#e7e7d6;
	}
	.w99 .w99-collage {
		display:none;
	}
	.w99 .w99-ribbon {
		padding:16px 6%;
	}
	.w99 .w99-setting {
		padding:55px 6%;
		gap:40px;
	}
	.w99 .w99-setting-botanical {
		right:-30px;
		bottom:-20px;
		width:145px;
		opacity:.14;
	}
	.w99 .w99-setting-copy>p {
		font-size:14px;
	}
	.w99 .w99-package {
		padding:50px 6%;
	}
	.w99 .w99-package>div:first-of-type {
		margin-bottom:26px;
	}
	.w99 .w99-package-botanical {
		width:180px;
		left:-100px;
		top:60px;
		opacity:.1;
	}
	.w99 .w99-package-terms {
		font-size:10px;
	}
	.w99 .w99-inclusions p {
		font-size:12px;
	}
	.w99 .w99-enquiry {
		padding:50px 6%;
	}
	.w99 .w99-enquiry-botanical {
		left:auto;
		right:-50px;
		top:0;
		bottom:auto;
		width:230px;
		opacity:.15;
	}
	.w99 .w99-form-panel {
		padding:25px 20px;
	}
	.w99 .w99-enquiry-copy h2 {
		font-size:44px!important;
	}
	.w99 .w99-enquiry-copy>p {
		font-size:14px;
	}
	.w99 .w99-enquiry-note {
		font-size:19px!important;
	}
	.w99.w99-thanks {
		padding-bottom:60px;
	}
	.w99.w99-thanks>.w99-breadcrumb {
		margin-bottom:45px;
	}
	.w99.w99-thanks h1 {
		font-size:46px!important;
	}
}
@media(max-width:360px) {
	.w99 .w99-hero-copy h1 {
		font-size:38px!important;
	}
	.w99 .w99-hero {
		padding-top:160px;
		min-height:640px;
	}
	.w99 .w99-inclusions {
		grid-template-columns:1fr;
	}
	.w99 .w99-form-panel h3 {
		font-size:25px!important;
	}
}
@media(max-width:700px) {
	.w99 .w99-mobile-hero-photo {
		object-position:center top;
	}
	.w99 .w99-hero::after {
		background:linear-gradient(180deg,rgba(17,29,15,0) 0%,rgba(17,29,15,.06) 23%,rgba(17,29,15,.38) 42%,rgba(17,29,15,.86) 100%);
	}
	body.admin-bar.w99-page:not(.header-scrolled) .elementor-location-header .main-rochford-header:not(.elementor-sticky__spacer) {
		top:46px!important;
	}
}
.w99 .w99-party .w99-frame-photo {
	object-position:center bottom;
}
.w99 .w99-form-panel .gform_validation_errors:focus {
	outline:2px solid #8d9673!important;
	outline-offset:4px!important;
}

/* The event campaign action bar, styled for the Wedding Special. */
.w99-sticky {
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  width: min(860px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(41, 40, 36, .12);
  border-radius: 12px;
  background: rgba(255, 253, 248, .96);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(23, 23, 19, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 42px));
  transition: opacity 240ms, transform 300ms;
}
.w99-sticky.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.w99-sticky-label { color: #384033; font: 18px Georgia, serif; text-align: center; }
.w99-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #48503e;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
}
.w99-sticky .w99-sticky-contact { color: #384033; background: transparent; }
.w99-sticky .w99-sticky-download { color: #fffdf8; background: #48503e; }
.w99-sticky a:hover { filter: brightness(.92); }
.w99-sticky a:focus-visible { outline: 3px solid #9b733e; outline-offset: 3px; }
.w99 #enquire { scroll-margin-top: 110px; }
@media (max-width: 700px) {
  .w99-sticky { grid-template-columns: 1fr 1.15fr; width: calc(100% - 20px); gap: 6px; padding: 6px; bottom: max(10px, env(safe-area-inset-bottom)); }
  .w99-sticky-label { display: none; }
  .w99-sticky a { font-size: 12px; line-height: 1.25; min-height: 46px; padding: 8px 6px; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) { .w99-sticky { transition: none; } }
@media (min-width: 701px) and (max-width: 782px) {
  body.admin-bar.w99-page .elementor-location-header .main-rochford-header:not(.header-scrolled) { top: 46px; }
}
.w99-sticky a { font-family: Arial, sans-serif !important; font-size: 14px !important; line-height: 1.3 !important; }
.w99 .gform_wrapper select { height: auto !important; min-height: 48px; line-height: 1.4 !important; padding-top: 12px !important; padding-bottom: 12px !important; }
@media (max-width: 700px) { .w99-sticky a { font-size: 12px !important; } }

/* Match the Christmas campaign's vector arrows on every device. */
.w99 .w99-arrow, .w99-sticky .w99-arrow {
	width:20px;
	height:20px;
	flex:0 0 auto;
	fill:none;
	stroke:currentColor;
	stroke-width:1.6;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.w99 .w99-enquiry-download { grid-template-columns: 100px 1fr; }
.w99 .w99-brochure-symbol { display:flex; align-items:center; justify-content:center; color:#697050; background:#edeee4; min-height:140px; }
.w99 .w99-brochure-symbol svg { width:48px; height:60px; }
@media (max-width:600px) {
 .w99 .w99-enquiry-download { grid-template-columns:1fr; }
 .w99 .w99-brochure-symbol { min-height:90px; }
}
