@charset "UTF-8";

body:has(.fc-page) {
	overflow-x: clip;
	background: #f4eee6;
}

/* Cocoon normally leaves a 24px gap above page content. */
body:has(.fc-page) #content,
body:has(.fc-page) .content,
body:has(.fc-page) .content-in,
body:has(.fc-page) #content-in {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Keep the shared navigation directly over the dark contact hero. */
body:has(.fc-page) #header-container,
body:has(.fc-page) #header,
body:has(.fc-page) #navi {
	background-color: transparent !important;
	box-shadow: none !important;
}

body:has(.fc-page) .article-header,
body:has(.fc-page) .article-footer,
body:has(.fc-page) .entry-title {
	display: none !important;
}

body:has(.fc-page) .main,
body:has(.fc-page) .article,
body:has(.fc-page) .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body:has(.fc-page) .entry-content > .fc-page {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
}

body:has(.fc-page) #footer {
	display: none !important;
}

.fc-page {
	--fc-navy: #071321;
	--fc-navy-2: #13283b;
	--fc-ivory: #f6f0e7;
	--fc-paper: #fffdf9;
	--fc-gold: #c69a61;
	--fc-gold-light: #e1c395;
	--fc-ink: #332a24;
	--fc-muted: #796e65;
	--fc-line: rgba(156, 116, 69, 0.23);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--fc-ink);
	background: var(--fc-ivory);
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.fc-page *,
.fc-page *::before,
.fc-page *::after {
	box-sizing: border-box;
}

/* Isolate plugin headings from Cocoon's article heading decorations. */
.fc-page h1,
.fc-page h2,
.fc-page h3,
.fc-page h4 {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.fc-page h1::before,
.fc-page h1::after,
.fc-page h2::before,
.fc-page h2::after,
.fc-page h3::before,
.fc-page h3::after,
.fc-page h4::before,
.fc-page h4::after {
	display: none !important;
	content: none !important;
}

.fc-hero {
	position: relative;
	isolation: isolate;
	min-height: 620px;
	padding: 155px 7vw 90px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 78% 22%, rgba(198, 154, 97, .21), transparent 31%),
		radial-gradient(circle at 15% 90%, rgba(71, 104, 135, .18), transparent 36%),
		linear-gradient(135deg, #050d17 0%, #0a1928 48%, #13283b 100%);
}

.fc-hero::before {
	content: "";
	position: absolute;
	inset: 22px;
	z-index: -1;
	border: 1px solid rgba(225, 195, 149, .18);
}

.fc-hero::after {
	content: "CONTACT";
	position: absolute;
	right: -1.5vw;
	bottom: -3vw;
	z-index: -1;
	color: rgba(255, 255, 255, .025);
	font: 400 clamp(110px, 19vw, 350px)/.8 "Times New Roman", serif;
	letter-spacing: -.04em;
}

.fc-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .13;
	background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
	background-size: 90px 90px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000);
	mask-image: linear-gradient(90deg, transparent, #000 30%, #000);
}

.fc-hero__inner,
.fc-contact__inner,
.fc-notes__inner,
.fc-footer__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.fc-hero__eyebrow {
	margin: 0 0 27px;
	display: flex;
	align-items: center;
	gap: 17px;
	color: var(--fc-gold-light);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .28em;
}

.fc-hero__eyebrow::before {
	content: "";
	width: 44px;
	height: 1px;
	background: var(--fc-gold);
}

.fc-hero h1 {
	margin: 0;
	color: #fff;
	font: 400 clamp(58px, 7vw, 108px)/1.08 "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .025em;
}

.fc-hero h1 span { color: var(--fc-gold); }

.fc-hero__jp {
	margin: 25px 0 0;
	color: rgba(255,255,255,.86);
	font-family: "Yu Mincho", serif;
	font-size: 20px;
	letter-spacing: .22em;
}

.fc-hero__description {
	max-width: 620px;
	margin: 37px 0 0;
	padding-left: 22px;
	color: rgba(255,255,255,.65);
	border-left: 1px solid rgba(198,154,97,.52);
	font-size: 13px;
	line-height: 2;
}

.fc-hero__status {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fc-hero__status span {
	min-height: 38px;
	padding: 0 17px;
	display: inline-flex;
	align-items: center;
	color: rgba(255,255,255,.74);
	background: rgba(255,255,255,.035);
	border: 1px solid rgba(225,195,149,.2);
	font-size: 10px;
	letter-spacing: .08em;
}

.fc-contact {
	position: relative;
	padding: 110px 48px 120px;
	background: radial-gradient(circle at 95% 15%, rgba(198,154,97,.12), transparent 26%), linear-gradient(180deg, #f7f2eb, #eee3d5);
}

.fc-section-heading {
	margin-bottom: 55px;
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: end;
	gap: 70px;
}

.fc-section-heading__label {
	margin: 0 0 14px;
	color: var(--fc-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .23em;
}

.fc-section-heading h2 {
	margin: 0;
	color: #172536;
	font: 400 clamp(40px, 5vw, 68px)/1.3 "Times New Roman", "Yu Mincho", serif;
}

.fc-section-heading__text {
	margin: 0;
	padding-left: 25px;
	color: var(--fc-muted);
	border-left: 1px solid var(--fc-line);
	font-size: 13px;
	line-height: 2;
}

.fc-alert {
	margin: 0 0 25px;
	padding: 18px 22px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 12px;
	line-height: 1.7;
}

.fc-alert--success { color: #244335; background: #edf5ee; border: 1px solid #b9d1bf; }
.fc-alert--error { color: #6b3030; background: #f9eeee; border: 1px solid #dababa; }

.fc-contact__layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 25px;
	align-items: stretch;
}

.fc-contact-card {
	position: relative;
	padding: 47px 38px;
	overflow: hidden;
	color: #fff;
	background: radial-gradient(circle at 0 100%, rgba(198,154,97,.18), transparent 39%), linear-gradient(145deg, #071321, #13263a);
	border: 1px solid rgba(198,154,97,.26);
	box-shadow: 0 30px 70px rgba(41,31,22,.13);
}

.fc-contact-card::after {
	content: "FLY";
	position: absolute;
	right: -12px;
	bottom: -35px;
	color: rgba(255,255,255,.028);
	font: 145px/1 "Times New Roman", serif;
}

.fc-contact-card__number {
	color: var(--fc-gold);
	font: 13px "Times New Roman", serif;
	letter-spacing: .12em;
}

.fc-contact-card h3 {
	margin: 26px 0 14px;
	color: #fff;
	font: 400 31px "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .06em;
}

.fc-contact-card__lead {
	margin: 0 0 43px;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	line-height: 1.9;
}

.fc-contact-method {
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.11);
}

.fc-contact-method__label {
	display: block;
	margin-bottom: 10px;
	color: var(--fc-gold-light);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .2em;
}

.fc-contact-method a {
	color: #fff;
	font: 22px "Times New Roman", serif;
	text-decoration: none;
}

.fc-contact-method p {
	margin: 7px 0 0;
	color: rgba(255,255,255,.58);
	font-size: 11px;
	line-height: 1.8;
}

.fc-contact-method a:hover { color: var(--fc-gold-light); }

.fc-form-panel {
	padding: 49px 52px 52px;
	background: rgba(255,253,249,.9);
	border: 1px solid rgba(165,124,76,.22);
	box-shadow: 0 30px 70px rgba(66,48,29,.08);
}

.fc-form-panel__top {
	margin-bottom: 37px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	border-bottom: 1px solid var(--fc-line);
}

.fc-form-panel__top h3 {
	margin: 0;
	color: #172536;
	font: 400 28px "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .05em;
}

.fc-form-panel__top span {
	color: var(--fc-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
}

.fc-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 20px;
}

.fc-field { display: block; }
.fc-field--full { grid-column: 1 / -1; }

.fc-field > span {
	display: block;
	margin-bottom: 10px;
	color: #51463d;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
}

.fc-field em {
	margin-left: 7px;
	padding: 2px 6px;
	color: #9a6e3b;
	background: rgba(198,154,97,.12);
	font-size: 8px;
	font-style: normal;
}

.fc-field input,
.fc-field select,
.fc-field textarea {
	width: 100%;
	margin: 0 !important;
	color: #332a24;
	background: rgba(255,255,255,.7) !important;
	border: 1px solid rgba(117,92,66,.2) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 13px;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.fc-field input,
.fc-field select { height: 52px; padding: 0 15px !important; }
.fc-field textarea { min-height: 165px; padding: 15px !important; resize: vertical; }

.fc-field input:focus,
.fc-field select:focus,
.fc-field textarea:focus {
	background: #fff !important;
	border-color: rgba(174,129,75,.7) !important;
	box-shadow: 0 0 0 3px rgba(198,154,97,.09) !important;
	outline: none;
}

.fc-privacy {
	margin-top: 23px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--fc-muted);
	font-size: 10px;
	line-height: 1.7;
}

.fc-privacy input { margin-top: 4px; }

.fc-submit {
	width: 100%;
	min-height: 58px;
	margin-top: 27px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fffdf8;
	background: linear-gradient(135deg, #c9a267, #9e713d);
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fc-submit:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(126,86,41,.22);
}

.fc-notes {
	padding: 0 48px 120px;
	background: linear-gradient(180deg, #eee3d5, #f6f0e7);
}

.fc-notes__inner { padding-top: 44px; border-top: 1px solid var(--fc-line); }

.fc-notes h2 {
	margin: 0 0 26px;
	color: #172536;
	font: 400 24px "Times New Roman", "Yu Mincho", serif;
}

.fc-notes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--fc-line);
	border-bottom: 1px solid var(--fc-line);
}

.fc-note {
	min-height: 150px;
	padding: 30px;
	border-right: 1px solid var(--fc-line);
}

.fc-note:last-child { border-right: 0; }
.fc-note span { color: var(--fc-gold); font: 12px "Times New Roman", serif; }
.fc-note p { margin: 18px 0 0; color: var(--fc-muted); font-size: 11px; line-height: 1.9; }

.fc-footer {
	position: relative;
	padding: 78px 48px 26px;
	overflow: hidden;
	color: #473b31;
	background: radial-gradient(circle at 15% 0, rgba(255,255,255,.84), transparent 34%), linear-gradient(135deg, #f9f5ef, #ecddca 58%, #dfc6a7);
	border-top: 1px solid rgba(174,130,76,.35);
}

.fc-footer::after {
	content: "JOYFEEL";
	position: absolute;
	right: -1vw;
	bottom: -3vw;
	color: rgba(123,86,47,.045);
	font: clamp(95px, 15vw, 260px)/.8 "Times New Roman", serif;
}

.fc-footer__inner { position: relative; z-index: 1; }
.fc-footer__main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 90px; }
.fc-footer__brand p { margin: 0 0 18px; color: #aa7c45; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.fc-footer__brand h3 { margin: 0; color: #30261f; font: 400 40px "Times New Roman", "Yu Mincho", serif; letter-spacing: .06em; }
.fc-footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
.fc-footer__nav div { padding-top: 17px; border-top: 1px solid rgba(154,111,63,.28); }
.fc-footer__nav strong { display: block; margin-bottom: 17px; color: #a67843; font-size: 9px; letter-spacing: .18em; }
.fc-footer__nav a { display: block; margin-bottom: 12px; color: #5b4e43; font-size: 11px; text-decoration: none; }
.fc-footer__nav a:hover { color: #9e703c; }
.fc-footer__bottom { margin-top: 58px; padding-top: 21px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(154,111,63,.23); color: #817269; font-size: 9px; letter-spacing: .09em; }

@media (max-width: 900px) {
	.fc-hero { min-height: 560px; padding: 135px 45px 75px; }
	.fc-contact, .fc-notes, .fc-footer { padding-left: 32px; padding-right: 32px; }
	.fc-section-heading { grid-template-columns: 1fr; gap: 28px; }
	.fc-contact__layout { grid-template-columns: 1fr; }
	.fc-contact-card { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
	.fc-contact-card__number, .fc-contact-card h3, .fc-contact-card__lead { grid-column: 1 / -1; }
	.fc-notes__grid { grid-template-columns: 1fr; }
	.fc-note { min-height: auto; border-right: 0; border-bottom: 1px solid var(--fc-line); }
	.fc-note:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
	.fc-hero { min-height: 570px; padding: 125px 24px 65px; }
	.fc-hero::before { inset: 10px; }
	.fc-hero h1 { font-size: 51px; }
	.fc-hero__jp { font-size: 16px; }
	.fc-hero__status { display: grid; grid-template-columns: 1fr; }
	.fc-contact { padding: 76px 20px 85px; }
	.fc-section-heading { margin-bottom: 38px; }
	.fc-section-heading h2 { font-size: 39px; }
	.fc-contact-card { padding: 37px 27px; display: block; }
	.fc-form-panel { padding: 37px 23px 40px; }
	.fc-form-panel__top { display: block; }
	.fc-form-panel__top span { display: block; margin-top: 12px; }
	.fc-form-grid { grid-template-columns: 1fr; }
	.fc-field--full { grid-column: auto; }
	.fc-notes { padding: 0 20px 85px; }
	.fc-footer { padding: 60px 24px 24px; }
	.fc-footer__main { grid-template-columns: 1fr; gap: 45px; }
	.fc-footer__nav { grid-template-columns: 1fr; }
	.fc-footer__bottom { display: block; line-height: 2; }
}

/* ================================================================
   Global quick-contact launcher and non-modal glass panel
   ================================================================ */

.fc-quick,
.fc-quick *,
.fc-quick *::before,
.fc-quick *::after {
	box-sizing: border-box;
}

.fc-quick {
	--fcq-navy: #081523;
	--fcq-navy-soft: #12273a;
	--fcq-gold: #c99b60;
	--fcq-gold-light: #ebcf9e;
	--fcq-white: #fffdf8;
	--fcq-muted: rgba(255, 253, 248, .65);
	--fcq-edge: 22px;
	--fcq-launcher-bottom: clamp(118px, 14vh, 158px);
	position: relative;
	z-index: 2147483000;
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.fc-quick [hidden] {
	display: none !important;
}

.fc-quick__launcher {
	position: fixed;
	right: var(--fcq-edge);
	bottom: var(--fcq-launcher-bottom);
	z-index: 3;
	min-width: 176px;
	height: 58px;
	padding: 5px 18px 5px 7px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	background: linear-gradient(135deg, rgba(6,17,29,.96), rgba(18,39,58,.95)) !important;
	border: 1px solid rgba(222,182,124,.55) !important;
	border-radius: 999px !important;
	box-shadow: 0 15px 42px rgba(4,12,20,.28), inset 0 1px rgba(255,255,255,.09) !important;
	font: inherit !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.fc-quick.is-open .fc-quick__launcher {
	border-color: rgba(235,207,158,.92) !important;
	box-shadow: 0 19px 48px rgba(4,12,20,.34), 0 0 0 4px rgba(201,155,96,.11) !important;
}

.fc-quick__launcher:hover {
	transform: translateY(-3px);
	border-color: rgba(235,207,158,.92) !important;
	box-shadow: 0 19px 48px rgba(4,12,20,.34), 0 0 0 4px rgba(201,155,96,.08) !important;
}

.fc-quick__launcher:focus-visible,
.fc-quick__close:focus-visible,
.fc-quick__submit:focus-visible,
.fc-quick a:focus-visible,
.fc-quick input:focus-visible,
.fc-quick select:focus-visible,
.fc-quick textarea:focus-visible {
	outline: 2px solid var(--fcq-gold-light) !important;
	outline-offset: 3px !important;
}

.fc-quick__launcher-icon {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	display: grid;
	place-items: center;
	color: #1a2027;
	background: linear-gradient(145deg, #efd5a6, #b88446);
	border-radius: 50%;
	box-shadow: inset 0 1px rgba(255,255,255,.48), 0 6px 16px rgba(0,0,0,.17);
}

.fc-quick__launcher-icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fc-quick__launcher-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
}

.fc-quick__launcher-copy b {
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
}

.fc-quick__launcher-copy small {
	margin-top: 7px;
	color: var(--fcq-gold-light) !important;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: .24em;
}

.fc-quick__dialog {
	position: fixed;
	right: var(--fcq-edge);
	bottom: calc(var(--fcq-launcher-bottom) + 72px);
	z-index: 5;
	width: min(430px, calc(100vw - 34px));
	max-height: min(650px, calc(100vh - var(--fcq-launcher-bottom) - 88px));
	padding: 31px 31px 22px;
	overflow-x: hidden;
	overflow-y: auto;
	color: var(--fcq-white) !important;
	background:
		linear-gradient(145deg, rgba(25,48,66,.72), rgba(5,16,27,.58)) !important;
	-webkit-backdrop-filter: blur(28px) saturate(1.4) contrast(1.04);
	backdrop-filter: blur(28px) saturate(1.4) contrast(1.04);
	border: 1px solid rgba(241,214,170,.42) !important;
	border-radius: 18px !important;
	box-shadow:
		0 28px 70px rgba(0,0,0,.32),
		0 7px 22px rgba(0,0,0,.22),
		inset 0 1px rgba(255,255,255,.18),
		inset 0 0 45px rgba(255,255,255,.025) !important;
	opacity: 0;
	transform: translateY(16px) scale(.965);
	transform-origin: right bottom;
	pointer-events: none;
	transition: opacity .3s ease, transform .34s cubic-bezier(.2,.8,.2,1);
	scrollbar-width: thin;
	scrollbar-color: rgba(235,207,158,.34) transparent;
}

.fc-quick__dialog::before {
	content: "";
	position: absolute;
	inset: 1px;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 17px;
}

.fc-quick__dialog::after {
	content: "";
	position: absolute;
	top: 0;
	left: 11%;
	width: 58%;
	height: 1px;
	pointer-events: none;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.56), rgba(232,196,139,.42), transparent);
}

.fc-quick.is-open .fc-quick__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.fc-quick__tail {
	position: fixed;
	right: calc(var(--fcq-edge) + 34px);
	bottom: calc(var(--fcq-launcher-bottom) + 64px);
	z-index: 5;
	width: 16px;
	height: 16px;
	pointer-events: none;
	background: rgba(8,21,35,.70);
	border-right: 1px solid rgba(241,214,170,.38);
	border-bottom: 1px solid rgba(241,214,170,.38);
	opacity: 0;
	transform: translateY(8px) rotate(45deg);
	transition: opacity .25s ease, transform .3s ease;
}

.fc-quick.is-open .fc-quick__tail {
	opacity: 1;
	transform: translateY(0) rotate(45deg);
}

.fc-quick__glow {
	position: absolute;
	top: -130px;
	right: -110px;
	width: 320px;
	height: 320px;
	pointer-events: none;
	background:
		radial-gradient(circle, rgba(232,196,139,.22), transparent 66%),
		linear-gradient(115deg, transparent 42%, rgba(255,255,255,.06) 50%, transparent 58%);
}

.fc-quick__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 35px;
	height: 35px;
	padding: 0 !important;
	background: rgba(255,255,255,.075) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(235,207,158,.27) !important;
	border-radius: 50% !important;
	cursor: pointer;
}

.fc-quick__close span {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 14px;
	height: 1px;
	background: var(--fcq-white);
}

.fc-quick__close span:first-child { transform: rotate(45deg); }
.fc-quick__close span:last-child { transform: rotate(-45deg); }

.fc-quick__header,
.fc-quick__methods,
.fc-quick__form,
.fc-quick__full,
.fc-quick__notice {
	position: relative;
	z-index: 1;
}

.fc-quick__header > p:first-child {
	margin: 0 0 12px !important;
	color: var(--fcq-gold-light) !important;
	font-size: 8px !important;
	font-weight: 700 !important;
	letter-spacing: .25em !important;
}

.fc-quick__header h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--fcq-white) !important;
	background: none !important;
	border: 0 !important;
	font: 400 34px/1.3 "Yu Mincho", "Hiragino Mincho ProN", serif !important;
	letter-spacing: .08em !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.fc-quick__header h2::before,
.fc-quick__header h2::after {
	display: none !important;
	content: none !important;
}

.fc-quick__header h2 span { color: var(--fcq-gold) !important; }

.fc-quick__rule {
	width: 42px;
	height: 1px;
	margin: 16px 0;
	background: var(--fcq-gold);
}

.fc-quick__lead {
	margin: 0 !important;
	color: var(--fcq-muted) !important;
	font-size: 11px !important;
	line-height: 1.8 !important;
}

.fc-quick__notice {
	margin-top: 20px;
	padding: 13px 15px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	background: rgba(255,255,255,.045);
	border-left: 2px solid var(--fcq-gold);
}

.fc-quick__notice strong { color: #fff !important; font-size: 11px; }
.fc-quick__notice span { color: var(--fcq-muted) !important; font-size: 9px; }
.fc-quick__notice--success { border-left-color: #94b991; }
.fc-quick__notice--error { border-left-color: #d58a76; }

.fc-quick__methods {
	margin: 25px 0 21px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid rgba(235,207,158,.18);
	border-bottom: 1px solid rgba(235,207,158,.18);
}

.fc-quick__methods a {
	min-width: 0;
	padding: 13px 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #fff !important;
	background: rgba(255,255,255,.015) !important;
	text-decoration: none !important;
	transition: background .2s ease !important;
}

.fc-quick__methods a + a { border-left: 1px solid rgba(235,207,158,.18); }
.fc-quick__methods a:hover { background: rgba(201,155,96,.09) !important; }
.fc-quick__methods span { color: var(--fcq-gold-light) !important; font-size: 7px; font-weight: 700; letter-spacing: .19em; }
.fc-quick__methods b { overflow: hidden; color: #fff !important; font-size: 11px; font-weight: 500; letter-spacing: .025em; text-overflow: ellipsis; white-space: nowrap; }

.fc-quick__form {
	display: grid;
	gap: 13px;
}

.fc-quick__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.fc-quick__form label:not(.fc-honeypot):not(.fc-quick__privacy) {
	min-width: 0;
	display: grid;
	gap: 6px;
	margin: 0 !important;
}

.fc-quick__form label > span {
	color: rgba(255,255,255,.78) !important;
	font-size: 9px !important;
	font-weight: 500 !important;
	letter-spacing: .08em !important;
}

.fc-quick__form em {
	margin-left: 4px;
	color: var(--fcq-gold-light) !important;
	font-size: 7px;
	font-style: normal;
}

.fc-quick__form input:not([type="checkbox"]),
.fc-quick__form select,
.fc-quick__form textarea {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 10px 11px !important;
	color: #fff !important;
	background: rgba(255,255,255,.045) !important;
	border: 1px solid rgba(235,207,158,.17) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: 400 12px/1.5 "Yu Gothic", sans-serif !important;
	transition: border-color .2s ease, background .2s ease !important;
}

.fc-quick__form input:not([type="checkbox"]),
.fc-quick__form select { height: 40px !important; }
.fc-quick__form textarea { min-height: 76px !important; resize: vertical; }
.fc-quick__form select { color-scheme: dark; }
.fc-quick__form input:hover,
.fc-quick__form select:hover,
.fc-quick__form textarea:hover,
.fc-quick__form input:focus,
.fc-quick__form select:focus,
.fc-quick__form textarea:focus {
	background: rgba(255,255,255,.07) !important;
	border-color: rgba(235,207,158,.55) !important;
}

.fc-quick__privacy {
	display: flex !important;
	align-items: center;
	gap: 8px;
	margin: 1px 0 0 !important;
	cursor: pointer;
}

.fc-quick__privacy input {
	width: 14px !important;
	height: 14px !important;
	margin: 0 !important;
	accent-color: var(--fcq-gold);
}

.fc-quick__privacy span { color: var(--fcq-muted) !important; font-size: 8px !important; }

.fc-quick__submit {
	width: 100%;
	height: 45px;
	padding: 0 17px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #16130f !important;
	background: linear-gradient(110deg, #e7c48c, #b98446) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: 700 10px "Yu Gothic", sans-serif !important;
	letter-spacing: .13em;
	cursor: pointer;
	transition: filter .2s ease, transform .2s ease !important;
}

.fc-quick__submit:hover { filter: brightness(1.07); transform: translateY(-1px); }
.fc-quick__submit span { color: #16130f !important; }

.fc-quick__full {
	margin-top: 17px;
	display: flex;
	justify-content: center;
	gap: 7px;
	color: rgba(255,255,255,.58) !important;
	font-size: 8px;
	letter-spacing: .08em;
	text-decoration: none !important;
}

.fc-quick__full:hover { color: var(--fcq-gold-light) !important; }

@media (max-width: 600px) {
	.fc-quick {
		--fcq-edge: 10px;
		--fcq-launcher-bottom: 132px;
	}

	.fc-quick__launcher {
		min-width: 154px;
		height: 52px;
		padding-right: 14px;
		gap: 9px;
	}

	.fc-quick__launcher-icon { width: 40px; height: 40px; flex-basis: 40px; }
	.fc-quick__launcher-copy b { font-size: 10px; }
	.fc-quick__dialog {
		bottom: calc(var(--fcq-launcher-bottom) + 62px);
		width: calc(100vw - 20px);
		max-height: calc(100dvh - var(--fcq-launcher-bottom) - 72px);
		padding: 29px 22px 20px;
		border-radius: 15px !important;
	}
	.fc-quick__tail { bottom: calc(var(--fcq-launcher-bottom) + 54px); }
	.fc-quick__dialog::before { border-radius: 14px; }
	.fc-quick__close { top: 15px; right: 15px; }
	.fc-quick__header h2 { font-size: 29px !important; }
	.fc-quick__methods { grid-template-columns: 1fr; }
	.fc-quick__methods a + a { border-left: 0; border-top: 1px solid rgba(235,207,158,.18); }
	.fc-quick__row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.fc-quick__launcher,
	.fc-quick__dialog,
	.fc-quick__tail,
	.fc-quick__submit {
		transition: none !important;
	}
}
